Hey Sven,
I am now having trouble reading the results of SOAP methods. Any advice?
Basically, when sending to the server, the following works great:
MySoap.MethodName(arg1, arg2);
However, let's say that I need to read the result or an XML file that is
returned? Then what?
I've seen some samples that using all of the following:
HttpWebRequest, ISoapMessageSerializer, XmlTextWriter, StreamWriter,
HttpTransport and SoapMessage
Is this because I need to use RPC/encoded message. Why wouldn't I have to
use this with all messages?
Regards,
TC
> Hey Sven,
>
[quoted text clipped - 55 lines]
>>>
>>> TC