Use the SAAJ API. See http://users.skynet.be/pascalbotte/rcx-ws-doc/saajpost.htm for samples.
Anne On Mon, Jun 16, 2008 at 11:04 AM, Jacky Rymasz-Maillot <[EMAIL PROTECTED]> wrote: > I am using actually Axis 1.4. > Is it still possible? If so, where can I find an example? > Thank you for all your answer ;) > > Jack > > -----Message d'origine----- > De : Paul Fremantle [mailto:[EMAIL PROTECTED] > Envoyé : lundi 16 juin 2008 16:36 > À : [email protected] > Objet : Re: Send direct XML rather than using Java classes > > 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] > > > No virus found in this incoming message. > Checked by AVG. > Version: 7.5.524 / Virus Database: 270.3.0/1504 - Release Date: 15/06/2008 > 17:52 > > > 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 > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
