in reply to Re: How many languages are in your project?
in thread How many languages are in your project?

Do you use C# for server side or client? I have an off topic question...

I have a Java web service that takes an Integer (not int, as this parameter can to be null at times). C# client side stub is generated based on wsdl, and it takes arg0 which is int, plus arg0Specified which is bool. However Java side complains about null pointer and fails.

The same web service can be called successfully from soapUI, so the fault seems reside with C#, any idea?
  • Comment on Re^2: How many languages are in your project?

Replies are listed 'Best First'.
Re^3: How many languages are in your project?
by jds17 (Pilgrim) on Jun 23, 2008 at 21:38 UTC
    Hi, in my case it's the other way round: C# web service (i.e. server side) and Java client web app. Without seeing your code (including the exact web service invocation) and the error message I'm afraid I cannot help and it's really a bit off topic here, it does not even mention Perl ;-)

    Maybe you want to send a private message and / or post your question in a more fitting dicussion forum, e.g. TheServerSide.