Thanks Foo,
I've now got my Apache2::SOAP-based server talking with C#.NET clients,
and auto-generating the WSDL using Pod::WSDL when they call
http://url?wsdl, which is nice!
I'm now finding out about all the SOAP::Lite overrides and methods I can
use to return a .NET DataSet object to the client... watch this space!
John
Foo Ji-Haw wrote:
Yes, you need to do a bit of 'massaging' of the output SOAP XML to make the
.NET server happy. Most of the simple function calls may not work, so you
have to do a bit of a runaround instead. Let me know if you need some
examples.