|
All my little perl programs that use SOAP work just fine calling methods back and forth, but since what I'm eventually trying to do requires the use of a WSDL file, I need to use one in my perl scripts too. Something's amiss with my WSDL file though and though the CGI that's fielding the request is definitely getting run (I'm having it dump debugging info to the HTTP error log), the actual methods aren't getting called or dispatched properly or something.
Can someone please help me? I need a way to either use SOAP::Lite (or similar) to debug this WSDL file or I need a good way of automatically generating one.
Thanks,
- m a x
|