Hi,
In the code shown in my earlier reply I replaced
setArg0( request.toString() );
with
set( getXmlObject() ); //XMLBeans API
I use XMLBeans Axis 2 bindings. instead of CDATA wrapped XML I get by XML as
a child like this.
<?xml version='1.0' encoding='UTF-8'?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<someprefix:test xmlns:rul="http://test.com">
<Request xsi:noNamespaceSchemaLocation="Test.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchemainstance">
....................
</soapenv:Envelope>
Which of these two styles is valid according to the WSDL ? Are both
acceptable ? I still do not know where "someprefix" is coming from.
Thanks,
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 PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]