Hi Joe,
I think the real problem is that, in Java there is not standard way of
representing an offline result set (ie a DataSet). What you have to do is
write a custom deserialiser to parse the xml in the soap response and put
the data in an object that is equivalent to a .NET Dataset object. Doe
Hi Jean,
There is nothing wrong with using the wsdl prefix as long as it is declared
with the namespace http://schemas.xmlsoap.org/wsdl/ (ie
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; must appear in the definitions
element) It looks like XML Spy abd SOAP:Net are expecting wsdl to be the
defau