[ http://issues.apache.org/jira/browse/AXIS2-865?page=all ]
Deepal Jayasinghe resolved AXIS2-865:
-------------------------------------
Resolution: Fixed
fixed in current SVN
> RPCMessageReceiver response NOT qualified well
> ----------------------------------------------
>
> Key: AXIS2-865
> URL: http://issues.apache.org/jira/browse/AXIS2-865
> Project: Apache Axis 2.0 (Axis2)
> Type: Bug
> Components: core
> Versions: 1.0
> Environment: JDK 1.4.2 Tomcat5
> Axis2 Nightly Build 05-Jul-2006 21:29
> Reporter: Kinichiro Inoguchi
> Attachments: TestService1.aar
>
> A response message from RPCMessageReceiver should be qualified,
> like (1) or (2) below.
> (1) add prefixes to all elements
> <soapenv:Body>
> <ns:sayHelloResponse xmlns:ns="http://aaa.bbb.ccc">
> <ns:return>sayHello was called.</ns:return>
> </ns:sayHelloResponse>
> </soapenv:Body>
> (2) remove all prefixes in body element.
> <soapenv:Body>
> <sayHelloResponse xmlns="http://aaa.bbb.ccc">
> <return>sayHello was called.</return>
> </sayHelloResponse>
> </soapenv:Body>
> RPCMessageReceiver & RPCInOnlyMessageReceiver should be fixed.
> After resolving AXIS2-756, elementFormDeault set to qualified
> from unqualified.
> Please refer to user mailing list thread.
> http://marc.theaimsgroup.com/?t=115207586000001&r=1&w=2
> I checked this issue with Nightly Build 05-Jul-2006 21:29 .
> Thanks.
--
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]