WSDL not getting generated properl.
-----------------------------------
Key: AXIS-2794
URL: https://issues.apache.org/jira/browse/AXIS-2794
Project: Axis
Issue Type: Bug
Components: WSDL processing
Environment: Windows 2003 server
Reporter: Rohit Jadhav
I am facing issue in WSDL generation where in if i am generating WSDL from
publisher it is not creating correct element names instead it is creating
elements like e.g.
<element name="reverseIndividualCustomerAddition">
<complexType>
<sequence>
<element name="in0" type="tns2:SessionContext"/>
<element name="in1" type="tns3:NewIndividualDTO"/>
<element name="in2" type="xsd:int"/>
</sequence>
Ideally it should generate string like
<element name="SessionContext" type="tns2:SessionContext"/>
I am using all latest Axis and -update jars.
Regards,
RohitJ.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.