File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Web Services and the fly likes Wsdl e request soap with targetNamespace Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Wsdl e request soap with targetNamespace" Watch "Wsdl e request soap with targetNamespace" New topic
Author

Wsdl e request soap with targetNamespace

Carlo Ponchielli
Greenhorn

Joined: Apr 22, 2009
Posts: 5



i have a wsdl file that contains the code above; the java client that i create from this wsdl makes a soap request that, in the first element, contains this code

...
<primoElemento xmlns="http://mio_targetNamespace/">
...

i would like to eliminate the targetNamespace in the first element of the soap request or put "" as value; how can i do? how can i change the .wsdl file?

Thanks and sorry for my bad english
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Wsdl e request soap with targetNamespace
 
Similar Threads
Cannot create service instance, service 'x' not found in wsdl
Axis2 databinding problem
error in wsdl
Can we support Map/HashMap in the webservice as one of internal parameters?
How to access byte array web method