[ https://issues.apache.org/jira/browse/AXISCPP-1077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13014002#comment-13014002 ]
J. Lee Dixon edited comment on AXISCPP-1077 at 3/31/11 3:12 PM: ---------------------------------------------------------------- Attachment "axisCppClient_request.xml" shows the SOAP request before fixes showing the serialization with the parameter named "helloData" instead of "arg0" was (Author: jleedixon): SOAP request before fixes showing the serialization with the parameter named "helloData" instead of "arg0" > Complex type serialized with name data type name instead of param name from > WSDL > -------------------------------------------------------------------------------- > > Key: AXISCPP-1077 > URL: https://issues.apache.org/jira/browse/AXISCPP-1077 > Project: Axis-C++ > Issue Type: Bug > Components: Client - Stub, Serialization > Affects Versions: 1.6 Beta, 1.6 Final > Environment: WSDL generated from Java JAX-WS annotated code using > JBoss WebService Tools in Eclipse Helios > Ubuntu 10.04 LTS > Reporter: J. Lee Dixon > Attachments: HelloWorldService.wsdl, axisCppClient_request.xml > > > Using a WSDL generated from JAX-WS annotated code in Eclipse + JBoss Web > Service tools, the client code generated using Axis CPP 1.6beta does use the > parameter name dictated when serializing the request for complex data types. > To recreate the problem, create a simple HelloWorld example in Eclipse in > Java with JAX-WS annotated code. A method called "echo" with a single > parameter as a complex data type (called HelloData), parameter named "arg0". > Using the WSDL with AxisCPP to generate the client stub, note that the > generated SOAP message names the parameter using the data type ("helloData") > instead of the parameter name "arg0". > Was able to correct the issue by altering the serializer for complex types to > include the parameter name. -- 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-unsubscr...@axis.apache.org For additional commands, e-mail: c-dev-h...@axis.apache.org