Click here to Skip to main content
15,881,413 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi,

I'm facing a very weird problem. My web-service is receiving 'null' data as parameter.

A little intro: "I have created a web-service that accepts XML as string. I'm using cURL to call the service using SOAP"

Another weird thing is: "When I create a new project with the same web-service source code, the problem of null data doesn't appear."

The web-service is already deployed on the live server and I cannot keep creating new projects just to avoid the problem.

Need suggestions!
Posted

1 solution

The only thing I can suggest is that you make sure your client app is connecting correctly and that you're actually sending the data that you think you're sending.
 
Share this answer
 
Comments
GPUToaster™ 24-Mar-11 14:12pm    
Yes, I checked and found a minor spelling mistake while mentioning action URI for SOAP header.
Thanks alot. :-)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900