Jack, It is possible. Instead of the "string" add your "xml" and it will work. Nevertheless the xml should be escaped eg..
*<*item*>*description of the item*<*/item*>* becomes: *<*item>description of the item*<*/item*>* Jose Ferreiro On 6/16/08, Paul Fremantle <[EMAIL PROTECTED]> wrote: > > Jacky > > Sure. If you use Axis2 it was designed this way. The Java classes > model is actually just a separate layer on top of the core XML > messaging layer. > > You just need to look at the ServiceClient API. The XML is represented > in Axis2 as an OMElement. > > Paul > > 2008/6/16 Jacky Rymasz-Maillot <[EMAIL PROTECTED]>: > > Hello, > > > > > > > > I would like to know if it is possible to send a WSDL request directly > > without using Java classes to create the request. > > > > Let's say I want to create a WSDL request (XML format) into a text editor > > and send the resulting String to my server without using the generated > Java > > classes from Axis. > > > > > > > > What I want looks like that but for SOAP: > > > > http://users.skynet.be/pascalbotte/rcx-ws-doc/xmlpost.htm > > > > > > > > Is it possible? > > > > > > > > Thx > > > > > > > > Jack > > > > > > > > > > > > No virus found in this outgoing message. > > Checked by AVG. > > Version: 7.5.524 / Virus Database: 270.3.0/1504 - Release Date: > 15/06/2008 > > 17:52 > > > > > > -- > Paul Fremantle > Co-Founder and CTO, WSO2 > Apache Synapse PMC Chair > OASIS WS-RX TC Co-chair > > blog: http://pzf.fremantle.org > [EMAIL PROTECTED] > > "Oxygenating the Web Service Platform", www.wso2.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- José Ferreiro EPFL Communication Systems engineer ing.sys.com.dipl.EPFL "Think little goals and expect little achievements. Think big goals and win big success." David Joseph Schwartz
