You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by David Thielen <da...@windward.net> on 2004/07/18 00:34:37 UTC

[axis]: Can't access doc/literal java (axis) web service from C#/.net

Hi;

 

I created a very simple web service (pass nothing, returns a string) and
created it using doc/literal.

 

It runs fine on the server and my java client can access it with no problem.

 

When I try to access it with C#, I get an arrayindexoutofbounds exception on
the call to this.Invoke() in the client proxy code that the .net wsdl
program created.

 

Any ideas?

 

Thanks - dave