]
R Searls commented on JBWS-3759:
--------------------------------
I'm waiting for Richard to email me the archive or provide them as an attachement as I
wants not able to access them.
Bug in schemalocation for swaref for Jboss EAP 6.2
--------------------------------------------------
Key: JBWS-3759
URL:
https://issues.jboss.org/browse/JBWS-3759
Project: JBoss Web Services
Issue Type: Bug
Components: jbossws-cxf
Affects Versions: jbossws-cxf-4.2.3
Reporter: Richard Borge
Assignee: R Searls
Priority: Minor
Labels: cxf, eap-6.2
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