Isn't that should be be like this [1]? <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>* * <xsd:role>my role</xsd:role>* * <xsd:role>my role2</xsd:role>* * </xsd:roles>* </adm:dashboard> </adm:addDashboard> </soapenv:Body> </soapenv:Envelope>
On Wed, Mar 18, 2015 at 11:36 AM, Pubudu Dodangoda <[email protected]> wrote: > 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 > > -- Sivajothy Vanjikumaran *Senior Software Engineer* *Integration Technologies Team* *WSO2 Inc. http://wso2.com <http://wso2.com/>* *Mobile:(+94)777219209* [image: Facebook] <https://www.facebook.com/vanjikumaran> [image: Twitter] <https://twitter.com/vanjikumaran> [image: LinkedIn] <http://www.linkedin.com/pub/vanjikumaran-sivajothy/25/b31/293> [image: Blogger] <http://vanjikumaran.blogspot.com/> [image: SlideShare] <http://www.slideshare.net/vanjikumaran> This communication may contain privileged or other confidential information and is intended exclusively for the addressee/s. If you are not the intended recipient/s, or believe that you may have received this communication in error, please reply to the sender indicating that fact and delete the copy you received and in addition, you should not print, copy, re-transmit, disseminate, or otherwise use the information contained in this communication. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. The sender does not accept liability for any errors or omissions
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
