I've created a web service in Axis 1.1 but, as with so many others, I'm having problems with .NET. .NET is able to parse the (auto-generated) WSDL from Axis and send valid requests to the service. The problem is that while the .NET client gets back the data from the service, it doesn't properly initialize it's objects with the return data. For example:

oUser = oWse.getUser ("userid");
                        string sResponse =
oWse.ResponseSoapContext.Envelope.Context.Envelope.Body.InnerText;

Gets a user object from the server. The content of sResponse is the user object data from the SOAP response (stripped of XML) but the data isn't being written to the oUser object.

Does anyone have any idea what the problem might be?

Thanks,
Dan.

begin:vcard
fn:Dan Ciarniello
n:Ciarniello;Dan
org:CityXpress Corp
adr;dom:;;200 - 1727 West Broadway;Vancouver;BC;V6J 4W5
email;internet:[EMAIL PROTECTED]
title:Software Developer
tel;work:604-638-3800 ext. 322
x-mozilla-html:TRUE
url:http://www.cityxpress.com
version:2.1
end:vcard

Reply via email to