aspose file tools
The moose likes Web Services and the fly likes How to remove extra Namespaces in response Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "How to remove extra Namespaces in response" Watch "How to remove extra Namespaces in response" New topic
Author

How to remove extra Namespaces in response

Angshu Man
Greenhorn

Joined: Apr 24, 2012
Posts: 1
I am using Axis client to send xml request to the web service but in the response i am getting unnecessary namespaces/prefixes. How to remove them ? Please help.
Anurag Verma
Ranch Hand

Joined: Mar 30, 2012
Posts: 118

This can be fixed from server end, not client end. Can you post your wsdl & xsd? just the part where messages & operations & types for your request are defined..?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: How to remove extra Namespaces in response
 
Similar Threads
Explanation about Namespaces
Specify namespaces in mapping file
converting DTD to schema
How to Declare Namespace in DTD
What are namespaces?