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
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"
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