RE: Document literal style - Send XML as string

2008-06-03 Thread Vinh Nguyen (vinguye2)
nan [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2008 3:09 AM To: [EMAIL PROTECTED] Subject: Document literal style - Send XML as string Hi, There is lot of code in this mail. Hope I am asking the right question. I am using the doc/lit style to send a xs:string type. Now if I post an

Re: Document literal style - Send XML as string

2008-06-03 Thread Mohan Radhakrishnan
, Mohan -- View this message in context: http://www.nabble.com/Document-literal-style---Send-XML-as-string-tp17586208p17618402.html Sent from the Axis - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PRO

Re: Document literal style - Send XML as string

2008-06-02 Thread Mohan Radhakrishnan
document.addNewTest(); test.setArg0( request.toString() ); document.setTest( test ); Basically my question is - Does the SOAP message match my WSDL contract ? Thanks, Mohan -- View this message in context: http://www.nabble.com/Document-literal-style---Send-XML-as-string-tp1758620

Re: Document literal style - Send XML as string

2008-06-02 Thread Pablo Melchi
"Something" is generated according to the operation name defined in your WSDL. With this I'm assuming that you are using the WSDL2Java tool or eclipse plug in. I still don't understand completely your problem. Is the SOAPUI able to send a successful message to the WS? What are you receiving ba

Re: Document literal style - Send XML as string

2008-06-01 Thread Mohan Radhakrishnan
Hi, The WSDL is copied at the end of this mail. According to soap UI and the stub bindings what I am sending seems to be right. What I am sending is http://test.com";>

Re: Document literal style - Send XML as string

2008-06-01 Thread Pablo Melchi
If I'm assuming the right thing. Your requirement is about sending a XML as an String through a Web Service. So what you are doing is something like this: Some XML with scaped characters The CDATA tag is helping to scape your XML so the parsers don't m

Re: Document literal style - Send XML as string

2008-06-01 Thread Mohan Radhakrishnan
questions is about the targetnamespaceprefix that is automatically generated ? I think it is. Can I set my own prefix ? Thanks, Mohan -- View this message in context: http://www.nabble.com/Document-literal-style---Send-XML-as-string-tp17586208p17586880.html Sent from the Axis - User mailing list

Re: Document literal style - Send XML as string

2008-06-01 Thread Pablo Melchi
ctual SOAP message if this info. is not sufficient. Thanks, Mohan -- View this message in context: http://www.nabble.com/Document-literal-style---Send-XML-as-string-tp17586208p17586208.html Sent from the Axis - User mailing list archive at Nabble.com. --

Document literal style - Send XML as string

2008-06-01 Thread Mohan Radhakrishnan
ge in context: http://www.nabble.com/Document-literal-style---Send-XML-as-string-tp17586208p17586208.html Sent from the Axis - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm