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

Chuck Williams commented on AXIS2-770:
--------------------------------------

See patch ADBBeanTemplate.xsl.patch at AXIS2-768.  This shouid resolve this 
duplicate issue.


> Possible Serialization Problem
> ------------------------------
>
>          Key: AXIS2-770
>          URL: http://issues.apache.org/jira/browse/AXIS2-770
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug

>     Versions: 1.0
>  Environment: Windows 2003 Server, JDK 1.5, AXIS2 25th may 2006 Snapshot.
>     Reporter: Suyog Gandhi
>  Attachments: WS_MDS32.wsdl
>
> I am using AXIS2, RPCMessageReceiver.
> I am passing following obbject as a parameter in one of my call.
> WMemberInfo
>       |- ID
>       |- WMemberAttribute []
>               |- Name
>               |- Value
>               |- isChanged
>  I can get value of ID properly. But I cannot get WMemberAttribute properly. 
> On SOAP monitor I can see request XML is proper. But I get null in all the 
> place holders in WMemberAttribute ( i.e Name, value are null and isChanged is 
> false default value.). 
> I checked the tracker variables, all the tracker variables are true. ( I 
> think it means it will serialize the object.)
> _________________________
> SOAP Request: ( From SOAP Monitor)
> <?xml version='1.0' encoding='utf-8'?>
> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>
>   <soapenv:Header />
>   <soapenv:Body>
>     <ns3:submitWMemberChanges 
> xmlns:ns3="http://webs.shared.clemenza.vistaar.com/xsd";>
>       <sessionId>DummySessionId</sessionId>
>       <dimName>Kit</dimName>
>       <wmems>
>         <id>53603208326</id>
>         <memberAttributes>
>           <changed>false</changed>
>           <name>Name</name>
>           <value>KIT - SKP-404B</value>
>         </memberAttributes>
>         <memberAttributes>
>           <changed>false</changed>
>           <name>Code</name>
>           <value>SKP-404B</value>
>         </memberAttributes>
>         <memberAttributes>
>           <changed>false</changed>
>           <name>Description</name>
>           <value>SKP-404B KIT, PISTON 2</value>
>         </memberAttributes>
>         <memberAttributes>
>           <changed>true</changed>
>           <name>ParentId</name>
>           <value>39</value>
>         </memberAttributes>
>       </wmems>
>     </ns3:submitWMemberChanges>
>   </soapenv:Body>
> </soapenv:Envelope>

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