Newsletter sign-up
View all newsletters

Enterprise Java Newsletter
Stay up to date on the latest tutorials and Java community news posted on JavaWorld

JavaWorld Daily Brew

How to remove prefix from target namespace



Hi All,

I am new to this forum.
I am working on java web services. I am using "wsdl2java" tool to create a java stub file.
In my wsdl file value of targetnamespace is "urn:HPD_IncidentInterface_Create_WS" but i want to remove this urn prefix from java stub file.
I can't change wsdl file as it is application generated so is there any way to do this.

Thanks