null object returnd to .net client while calling axis web service

  • Thread starter Thread starter John Smith
  • Start date Start date
John Smith said:
I'm expiriencing the same problem as someone posted one year ago:

http://groups.google.com/group/micr...webservice+null&rnum=9&hl=sl#2480c84619bf4244

Unfortunatelly, there wasn't an answer posted, too. I've searched the web,
but couldn't find even one similar topic to this one. :(

I had a similar problem not so long ago.

The .Net generated code was not able to deserialize the response because the
namespace was absent or not equal to the namespace declared in the WSDL.

I sometimes had a null document and sometimes an exception "invalid XML"
depending how the .Net code was generated from WSDL.

Hope this help.

Rémy
 
Back
Top