Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
My problem is that i have a WSDL for a java webService invoked from C# it has a service.doWork() parameter that get the service request, when it does it, and using wire shark to see the package, I see that it send a tag <soap:body> and </soap:body> int the xml the real problem here is that the webservice receive this tag <soapenv:body> so they throw me the soapenv is an undeclared prefix, i cant modify the web service, i just need to change in the request message the soap:body to soapenv:body.

sorry for my bad English
and thanks.
Posted

1 solution

i dont find any way to do it, we change the service
 
Share this answer
 

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