How can I perform $subject ?

I can send other data(string, int, objects etc)
But when I try to send an Arraylist, I get the following value at the
debugger

{OMElementmpl@10789}"<xsd:roles xmlns:xsd="
http://data.admin.dashboard.analytics.carbon.wso2.org/xsd";>my
role</xsd:roles>"

this is the soap message I sent

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:adm="http://admin.dashboard.analytics.carbon.wso2.org"; xmlns:xsd="
http://data.admin.dashboard.analytics.carbon.wso2.org/xsd";>
   <soapenv:Header/>
   <soapenv:Body>
      <adm:addDashboard>
         <adm:dashboard>
            <xsd:id>myId</xsd:id>
            <xsd:roles>my role</xsd:roles>
            <xsd:roles>my role2</xsd:roles>
         </adm:dashboard>
      </adm:addDashboard>
   </soapenv:Body>
</soapenv:Envelope>

Thank You and kind Regards
-- 
Pubudu Dodangoda
BSc Engineering(Hon's) Undergraduate
Department of Computer Science Engineering
University of Moratuwa
0716053681 / 0775192994
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to