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 |