Generated WSDL that imports another WSDL (also generated) results in broken URI
-------------------------------------------------------------------------------
Key: AXIS2-4160
URL: https://issues.apache.org/jira/browse/AXIS2-4160
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Affects Versions: 1.4.1
Reporter: Jeff Faath
I have JAX-WS services deployed in Axis2. The WSDLs are properly generated.
However, the main WSDL imports another WSDL. Axis2 rewrites the location
attribute of the import tag to something like:
<main WSDL url>?wsdl=<imported WSDL name>
So really, the only URL difference from the actual main service WSDL is the
'wsdl' parameter is set to equal the file name of the imported WSDL.
When trying to access this modified URL, a WSDL error is returned.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]