[ 
http://issues.apache.org/jira/browse/AXIS2-865?page=comments#action_12420269 ] 

Kinichiro Inoguchi commented on AXIS2-865:
------------------------------------------

I checked latest nightly build war, 
But still problem remains.

An element "return" was qualified.
But elements in <return> were NOT qualified.

You can check this with attached TestService.aar, 
and call this service by REST access, below.

2. check Bean response 
http://localhost:8080/axis2/rest/TestService1/singleBean?var1=xyz&var2=123&var3=99999&var4=123.456&var5=4.0&var6=789&var7=true
 

3. check Array of Bean response 
http://localhost:8080/axis2/rest/TestService1/arrayBean?var1=abc&var2=123&var3=99999&var4=123.456&var5=4.0&var6=789&var7=true
 

Thanks.

> 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]

Reply via email to