[ http://issues.apache.org/jira/browse/AXIS2-1399?page=all ]
Deepal Jayasinghe resolved AXIS2-1399.
--------------------------------------
Resolution: Fixed
Fixed in current SVN
> Axis2 generated WSDL has two identical ports (only the names differ)
> --------------------------------------------------------------------
>
> Key: AXIS2-1399
> URL: http://issues.apache.org/jira/browse/AXIS2-1399
> Project: Apache Axis 2.0 (Axis2)
> Issue Type: Bug
> Components: rpc
> Reporter: Thilina Gunarathne
> Priority: Critical
> Attachments: mtomSample.wsdl
>
>
> Following is a part of the Axis2 generated WSDL as a resul of a POJO
> deployment using RPCMR... Please notice the ports "mtomSampleHttpport1" &
> "mtomSampleHttpport" ..which are identical except for the name...
> ?
> <wsdl:port name="mtomSampleSOAP12port_http1"
> binding="axis2:mtomSampleSOAP12Binding">
> <soap12:address location="http://192.168.0.5:8080/axis2/rest/mtomSample"/>
> </wsdl:port>
> ?
> <wsdl:port name="mtomSampleHttpport"
> binding="axis2:mtomSampleHttpBinding">
> <http:address location="http://192.168.0.5:8080/axis2/rest/mtomSample"/>
> </wsdl:port>
> ?
> <wsdl:port name="mtomSampleHttpport1"
> binding="axis2:mtomSampleHttpBinding">
> <http:address location="http://192.168.0.5:8080/axis2/rest/mtomSample"/>
> </wsdl:port>
> </wsdl:service>
> </wsdl:definitions>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]