Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^2: How many languages are in your project?

by Anonymous Monk
on Jun 22, 2008 at 23:20 UTC ( [id://693419]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://693419]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-26 07:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found