Re: deserialization question

2003-10-01 Thread Scott Nichol
ay, October 01, 2003 9:24 AM Subject: deserialization question > Hi! > > I want to receive data, which is made available via SOAP. Unfortunately I > cannot access the SOAP-server directly (routing problems...), but I can get > the logs of continous http-SOAP-requests. Something like th

deserialization question

2003-10-01 Thread Voigt, Ulrich
Hi! I want to receive data, which is made available via SOAP. Unfortunately I cannot access the SOAP-server directly (routing problems...), but I can get the logs of continous http-SOAP-requests. Something like this: POST /Services/inquireAll HTTP/1.0 Content-Type: text/xml; charset="iso-8859-1"

deserialization question

2002-10-08 Thread Jigar Shah
I have Apache SOAP on the server side and C# on the client side. I am sending complex data type from server to client. In order to do that, I have written custom serializers on the server side. My question is: Do I also have to write custom deserializer on C# side? It looks like WSDL has all t