Hi Johan,

If you know how to implement web services with string input and string output, this would not be too difficult.

Basically the steps are:

1. in your web service method, you parse the input using JAXP or Xerces to parse and get information.

2. do something with those information (whatever your problem requires)

3. assemble information to a XML string and return it in the web method, using xml parser.

4. Client get the returned xml string and use xml parser to get information.

I am writting examples getting db info in a web method and return xml. The article would be ready next week sometime. Please check http://www.usanalyst.com for that article after next Wednesday.

Hope this can of some help.

Jack H. Xu

Technology columnist and author
http://www.usanalyst.com
http://www.getusjobs.com



----- Original Message -----
From: "Johan Kumps" <[EMAIL PROTECTED]>
To: [email protected]
Subject: Webservice with XML input parameter
Date: Thu, 09 Jun 2005 13:39:32 +0000

>
> Hi all,
>
> I would like to deploy a webservice using Axis 1.2 with a
> XML-string as input parameter and a XML-string as return value.
>
> Can you point me in the right direction? Code sample?
>
> Thanks in advance,
>
> Kind regards,
>
> Johan Kumps





Jack H. Xu

Technology columnist and author
http://www.usanalyst.com
http://www.getusjobs.com


--

___________________________________________________________
Sign-up for Ads Free at Mail.com
http://www.mail.com/?sr=signup


Reply via email to