Bug 976447 - soap:address of generated WSDLs never uses the wsdl-host defined in webservices subsystem
Summary: soap:address of generated WSDLs never uses the wsdl-host defined in webservic...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Web Services
Version: 6.1.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ER1
: EAP 6.2.0
Assignee: Alessio Soldano
QA Contact:
URL:
Whiteboard:
Depends On: 991240
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-06-20 15:07 UTC by Kyle Lape
Modified: 2018-12-02 17:22 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-12-15 16:55:30 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Kyle Lape 2013-06-20 15:07:52 UTC
Everything looks fine when the endpoints are contract-first (so the wsdlLocation attribute of @WebService is set), while there seems to be problems when they're code-first and no wsdl is explicitly provided by the user. The issue is then seen when the wsdl-host conf attribute is not set to jbossws.undefined.host value, as that would enable automatic rewrite.

Alessio thinks the problem is due to the CXF WSDLGetUtils.AUTO_REWRITE_ADDRESS prop that is no longer set by the jbossws-cxf integration (CXF default is ON), as the addresses are controlled differently in the contract-first scenario.

Comment 4 Petr Sakař 2013-09-20 13:02:09 UTC
Verified using test JBWS2150TestCaseForked from jbossws cxf testsuite for EAP-6.2.0.ER2. Passed when run against EAP 6.2.0.ER2, failed for EAP 6.1.0.ER8

Comment 5 Petr Sakař 2013-09-20 13:03:32 UTC
Passed for EAP 6.1.1.ER7 (GA) as well


Note You need to log in before you can comment on or make changes to this bug.