in reply to Re: SOAP and .NET
in thread SOAP and .NET
Thanks for the pointers, I'll look at SOAP::WSDL. I've discovered that I have to use SOAP::Lite for my 'client' script, and SOAP::Transport::HTTP for the 'server' script. I have debug on, and in my client log get this:
SOAP::Lite::call: ()
SOAP::Serializer::envelope: ()
SOAP::Deserializer::deserialize: ()
SOAP::Parser::decode: ()
which of course helps me tremendously :)
The programmers running the .NET side are telling me that nothing is coming through, so until I get the debugging thing working I'm at their mercy.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: SOAP and .NET
by Trudge (Acolyte) on Sep 20, 2007 at 15:33 UTC | |
by erroneousBollock (Curate) on Sep 20, 2007 at 15:42 UTC | |
by Trudge (Acolyte) on Sep 20, 2007 at 17:17 UTC |