-
Bug
-
Resolution: Obsolete
-
Minor
-
None
-
jbossws-cxf-4.2.3
I am using Jboss EAP-6.2 for a SOAP service which uses the Datahandler to handle returned streams. In the WSDL, I am expecting the xsd for swaref to be imported, but the schemalocation gets messed up. Instead of "http://ws-i.org/profiles/basic/1.1/swaref.xsd" I get "http://localhost:8080/soaptest/mys?xsd=http://ws-i.org/profiles/basic/1.1/swaref.xsd". This is a bit of a problem because, among other things, it messes up soapUI for thos of our customers that want to test the service.
I have tried to look through the jboss code, but it is very hard to find where the localhost-part gets concatenated onto the swaref XSD.
The source code:
http://folk.uio.no/richared/jboss/soaptest.zip