C# exception after calling Java/Axis web service
- From: "Amil" <AmilHanish@xxxxxxxxxxx>
- Date: Mon, 18 Apr 2005 11:27:59 -0600
I am calling a client's Java/Axis web service (I have no control over it's
code). I added the WSDL no problem. When I call their method, I get an
error:
Unhandled Exception: System.InvalidOperationException: There is an error in
XML document (13, 26). ---> System.InvalidCastException: Cannot assign
object of type System.Object[] to an object of type
ClientService.ClientElement[].
I see from the C# generated web service code on my end that this occurs
while generating the object returned via the web service. Any ideas of how
to go about tracking down how to fix this?
Amil
.
- Follow-Ups:
- Re: C# exception after calling Java/Axis web service
- From: Keenan Newton
- Re: C# exception after calling Java/Axis web service
- Prev by Date: Re: Windows authentication for web service client??
- Next by Date: Re: Windows authentication for web service client??
- Previous by thread: web server gets "The Request Failed with HTTP Status 400: Bad Requ
- Next by thread: Re: C# exception after calling Java/Axis web service
- Index(es):
Relevant Pages
|
Loading