Can I change the target namespace in WSDL published by EBWS in JBoss ESB?
Issue
- I have an ESB service which is exposed as a web service (EBWS).
- This service publishes the following WSDL:
<wsdl:definitions xmlns:esbns1="..." xmlns:esbns2="..." xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:tns="http://soa.jboss.org/XXXXX" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://soa.jboss.org/XXXXX">
...
- Is there a way to define the namespace of the
"xmlns:tns"
and"targetNamespace"
other than"http://soa.jboss.org/<ESB service category>"
?
Environment
- JBoss Enterprise SOA Platform (SOA-P) 5.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.