Code generator parse error on include - bad URL generated
---------------------------------------------------------
Key: AXIS2-3900
URL: https://issues.apache.org/jira/browse/AXIS2-3900
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: codegen
Environment: Any
Reporter: Pete
Having a problem here with wsdl:import in v1.3 and the latest checkout from svn
of the eclipse codegen.
The result is a SAX parse exception, as the content of the import is empty as
the URL is incorrect.
Specifically, the base wsdl is referenced from this URL:
http://ttssmpa1.betasys.com:9900/rest/services/uddi:2cbf27d4-479f-11dd-a137-d451e9eda976/wsdl
The content of that WSDL contains:
<wsdl:import
namespace="http://GetParticipants.AccountTransferParticipant.x4mlsoa.com/CA/DIWEBDI1/TMAPAR01"
location="wsdl/iZ2jen1sVsP1SxsyYXcX5Q"></wsdl:import>
The codegen is trying to get the import from:
http://ttssmpa1.betasys.com:9900/rest/services/wsdl/iZ2jen1sVsP1SxsyYXcX5Q
As opposed to (where it actually resides at):
http://ttssmpa1.betasys.com:9900/rest/services/uddi:2cbf27d4-479f-11dd-a137-d451e9eda976/wsdl/iZ2jen1sVsP1SxsyYXcX5Q
Of course, if we fully qualify the import URL everything parses fine. (Save to
file and modify)
--
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]