[
https://issues.apache.org/jira/browse/AXIS2-2871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Deepal Jayasinghe resolved AXIS2-2871.
--------------------------------------
Resolution: Fixed
fixed in the current SVN
> WSDL11ToAllAxisServicesBuilder - roundtrip problem(s)
> -----------------------------------------------------
>
> Key: AXIS2-2871
> URL: https://issues.apache.org/jira/browse/AXIS2-2871
> Project: Axis 2.0 (Axis2)
> Issue Type: Bug
> Components: kernel
> Reporter: Davanum Srinivas
> Assignee: Deepal Jayasinghe
> Priority: Blocker
> Fix For: 1.3
>
>
> If we read say the version wsdl (captured by running ?wsdl) against a tomcat
> instance and print it again. there are differences between the the two.
> Example: the dynamic wsdl has the following entry
> <wsdl:portType name="VersionPortType">
> <wsdl:operation name="getVersion">
> <wsdl:input
> xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"
> message="axis2:getVersionRequest"
> wsaw:Action="urn:getVersion"/>
> <wsdl:output message="axis2:getVersionResponse"/>
> <wsdl:fault message="axis2:getVersionFault"
> name="getVersionFault"/>
> </wsdl:operation>
> </wsdl:portType>
> Whereas the one that we print by loading the dynamic wsdl using
> WSDL11ToAllAxisServicesBuilder and printing it again has this:
> <wsdl:portType name="VersionPortType">
> <wsdl:operation name="getVersion">
> <wsdl:input message="axis2:getVersionRequest"
> wsaw:Action="urn:getVersion"/>
> <wsdl:output message="axis2:getVersionResponse"
>
> wsaw:Action="http://axisversion.sample/VersionPortType/getVersionResponse"/>
> <wsdl:fault message="axis2:getVersionFault" name="getVersionFault"
>
> wsaw:Action="http://axisversion.sample/VersionPortType/getVersion/Fault/getVersionFault"/>
> </wsdl:operation>
> </wsdl:portType>
> Am checking in a test case but commenting out the assertion
> (WSDL11ToAxisServiceBuilderTest)
> thanks,
> dims
--
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]