[ https://issues.apache.org/jira/browse/AXISCPP-1078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13014030#comment-13014030
]
J. Lee Dixon commented on AXISCPP-1078:
---------------------------------------
Able to work around the issue by hand-editing the WSDL to change the response message name
from "HelloWorldService_echoResponse" to just "echoResponse"
> Client stub unable to parse SOAP response with message name
> -----------------------------------------------------------
>
> Key: AXISCPP-1078
> URL: https://issues.apache.org/jira/browse/AXISCPP-1078
> Project: Axis-C++
> Issue Type: Bug
> Components: Client - Deserialization, Client - Stub
> Affects Versions: 1.6 Beta, 1.6 Final
> Environment: WSDL generated from JBoss Web Service Tools 1.1.0, Eclipse Helios
> Ubuntu 10.04 LTS
> Reporter: J. Lee Dixon
> Attachments: HelloWorldService.wsdl, axisCppClient2_response.xml
>
>
> The attached WSDL is from a simple example service written in Java JAX-WS annotated code
in Eclipse (Helios) with JBoss Web Service tools. The Axis CPP generated client stub is unable
to parse the response from a method called "String echo( HelloData arg0)". The response deserializer
looks for the message name defined in the WSDL ("HelloWorldService_echoResponse"), but the
server is responding with a tag of "echoResponse".
> Client code generated from Axis2 (java) was able to deserialize the response successfully.
> Attached files include the example WSDL and the SOAP response.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: c-dev-help@axis.apache.org
|