Hi Ephemeris,
There are many ways communicating between client and servers, with or without xml, soap. like RMI, dcom. I used a product called Tibco transfer messages between servers.
The good thing about soap was its service can be (or should be) used by many business applications once it was written. That's why web services and soap were so powerful and popular. If you use only one language or one platform, you can have more straightforward way in programming without xml or soap.
----- Original Message -----
From: "Ephemeris Lappis" <[EMAIL PROTECTED]>
To: [email protected]
Subject: RE: Webservice with XML input parameter
Date: Sat, 11 Jun 2005 08:27:46 +0200
--
Ephemeris Lappis
-----Original Message-----
From: John Henry Xu [mailto:[EMAIL PROTECTED]
Sent: Friday, June 10, 2005 8:28 PM
To: [email protected]
Subject: Re: Webservice with XML input parameterHi Anne,To me, pass xml as a string input is very important. If I call a web service from a JSP, PHP, ASPX or other client applications, I don't want write functions inside these pages or client applications to parse the string to xml dom.I rather like web service handle it. Besides, to parse a xml string, I may not want use dom but sax. So I like web service taking xml string as an option, just for convenience of applications.Jack H. Xu
Technology columnist and author
http://www.usanalyst.com
http://www.getusjobs.com
----- Original Message -----
From: "Anne Thomas Manes" <[EMAIL PROTECTED]>
To: [email protected]
Subject: Re: Webservice with XML input parameter
Date: Fri, 10 Jun 2005 07:31:25 -0400
>
> Axis isn't really designed to work with XML strings particularly well.
> It works with Java objects (RPC, Wrapped, and Document styles) and
> with XML DOM (message style). I suggest you convert your strings to
> DOM and use the messaging style. See the documentation.
>
> Anne
>
> On 6/9/05, Johan Kumps <[EMAIL PROTECTED]>wrote:
> > 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
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
