Reposting due to code sample display issues in the last post.

All of our Endpoints must be routed through an ESB.  We also would like to
be able to use the Dynamic WSDL (?WSDL).  Therefore, we set it up like this,
where the published endpoint is the ESB path.






  
    /wsdl/schema/Automation_Ping.xsd
  /wsdl/schema/Message_LocationInformationService.xsd





The problem is that the WSDL displayed, with the ?WSDL path, uses the ESB
path as the relative path for the imported schema.  Like this:








So therefore, when you go to generate from the Dynamic WSDL (i.e. SoapUI) it
fails, because it cannot find the schema.  It is looking in the ESB for it.


If I change the published endpoint to the services path (i.e.
http://host/servicecontext/services/servicename) it works, but then the
EndPoint is not pointing to the required ESB path.


Anyone know how to resolve this?







--
View this message in context: 
http://cxf.547215.n5.nabble.com/Take-2-Dynamic-WSDL-Published-Endpoint-is-relative-to-Schema-Loc-tp3406799p3406799.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to