how to call .net web service call from java client?

  • Thread starter Thread starter B Deepak
  • Start date Start date
B

B Deepak

Hi,

I have a c# developed web service deployed on IIS. and I am accessing it
thorogh java client. Now the problem is
whenever we call a web method with a parameter list from java client, web
service recieves this parameter as null. Waiting for a solution...........

Thanks,
Deepak
 
Deepak,

Have you checked the XML being sent on the line? Are the values
actually in the XML request?
 
Nicholas,

its sending the soap request in XML format.

Thanks,
Deepak

Nicholas Paldino said:
Deepak,

Have you checked the XML being sent on the line? Are the values
actually in the XML request?


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

B Deepak said:
Hi,

I have a c# developed web service deployed on IIS. and I am accessing it
thorogh java client. Now the problem is
whenever we call a web method with a parameter list from java client, web
service recieves this parameter as null. Waiting for a
solution...........

Thanks,
Deepak
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top