useOriginalwsdl does not return the custom wsdl placed in service archive
-------------------------------------------------------------------------
Key: AXIS2-2414
URL: https://issues.apache.org/jira/browse/AXIS2-2414
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: wsdl
Affects Versions: 1.2
Environment: Axis2-1.2-RC1, winxp, jdk15, tomcat 6.0.10
Reporter: Charitha Kankanamge
Attachments: myAxisService.aar
I placed a wsdl in META-INF directory of the service archive and added the
following parameter in services.xml.
<parameter name="useOriginalwsdl">true</parameter>
However I could not retrieve the wsdl by issuing
'http://localhost:8080/axis2/services/MyAxisservice?wsdl' in my browser. It
always return the following error.
<description>Unable to generate WSDL for this service</description>
<reason>
If you wish Axis2 to automatically generate the WSDL, then please use one of
the RPC message receivers for the service(s)/operation(s) in services.xml. If
you have added a custom WSDL in the META-INF directory, then please make sure
that the name of the service in services.xml (/serviceGroup/service/@name) is
the same as in the custom wsdl's service name
(/wsdl:definitions/wsdl:service/@name).
</reason>
Service archive is attached here with.
--
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]