Return-Path: Delivered-To: apmail-xml-axis-user-archive@xml.apache.org Received: (qmail 90195 invoked by uid 500); 9 Aug 2002 06:42:06 -0000 Mailing-List: contact axis-user-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-user@xml.apache.org Received: (qmail 90178 invoked from network); 9 Aug 2002 06:42:05 -0000 Reply-To: From: =?utf-8?Q?Enrique_Rodr=C3=ADguez?= To: , Subject: RE: Very newbie cuestion about soap Date: Fri, 9 Aug 2002 08:40:28 +0200 Message-ID: <44BE84226A52804F9288851E2BC4F2860601B1@exchange.nht-norwick.loc> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0010_01C23F80.C199A170" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <44BE84226A52804F9288851E2BC4F28609949E@exchange.nht-norwick.loc> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Status: O X-Status: X-Keywords: This is a multi-part message in MIME format. ------=_NextPart_000_0010_01C23F80.C199A170 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Thank you very much Chris. -----Mensaje original----- De: Chris Haddad [mailto:haddadc@cobia.net] Enviado el: viernes, 09 de agosto de 2002 3:27 Para: axis-user@xml.apache.org; erodriguez@nht-norwick.net Asunto: RE: Very newbie cuestion about soap Enrique =E2=80=93 it=E2=80=99s all just a string =E2=98=BA The serialization/deserialization feature incorporated by SOAP platforms = provides the ability to convert object instances into XML, and then = convert the XML document into native objects without writing a lick of = code. If the data is going to hit the business layer as objects, then using = the platform to hydrate the objects saves a bunch of hand-coding. =20 If the data is being manipulated by XML tools (on either side of the = databridge) and stays in native form, then passing an XML document (as a = string or by using document messaging) is more appropriate. /Chris -----Original Message----- From: Enrique Rodr=C3=ADguez [mailto:erodriguez@nht-norwick.net]=20 Sent: Thursday, August 08, 2002 8:44 AM To: axis-user@xml.apache.org Subject: Very newbie cuestion about soap I'm starting using SOAP and i have one doubt.=20 If I have to transfer an xml through SOAP, what is better, send it as = String, or create a data structure with beans, and transfer it to xml = with SOAP?? The xml file standar, it have a DTD that various companies use to = transfer information. Actuilly this files were send by email, and we = like to do a web service that all clients could invoke to obtain the = information. I think that if i send de xml as String, all the clients have to read it = as an XML file, but if I send this information as a JaveBean tranlated = to SOAP, coul be easier for new users of the system, because they don't = read XML, they only have the DATA. Any ideas???=20 Am I clear??=20 Regards, Enrique.=20 ------=_NextPart_000_0010_01C23F80.C199A170 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable RE: Very newbie cuestion about soap

Thank you very much Chris.

-----Mensaje original-----
De: Chris Haddad [mailto:haddadc@cobia.net]
Enviado el: viernes, 09 de agosto de 2002 3:27
Para: axis-user@xml.apache.org; = erodriguez@nht-norwick.net
Asunto: RE: Very newbie cuestion about soap


Enrique =96 it=92s all just a string ☺

The serialization/deserialization feature incorporated = by SOAP platforms provides the ability to convert object instances into = XML, and then convert the XML document into native objects without = writing a lick of code.

If the data is going to hit the business layer as = objects, then using the platform to hydrate the objects saves a bunch of = hand-coding. 

If the data is being manipulated by XML tools (on = either side of the databridge) and stays in native form, then passing an = XML document (as a string or by using document messaging) is more = appropriate.


/Chris

-----Original Message-----
From: Enrique Rodr=EDguez [mailto:erodriguez@nht-norwick.= net]
Sent: Thursday, August 08, 2002 8:44 AM
To: axis-user@xml.apache.org
Subject: Very newbie cuestion about soap

I'm starting using SOAP and i have one doubt.
If I have to transfer an xml through SOAP, what is = better, send it as String, or create a data structure with beans, and = transfer it to xml with SOAP??

The xml file standar, it have a DTD that various = companies use to transfer information. Actuilly this files were send by = email, and we like to do a web service that all clients could invoke to = obtain the information.

I think that if i send de xml as String, all the = clients have to read it as an XML file, but if I send this information = as a JaveBean tranlated to SOAP, coul be easier for new users of the = system, because they don't read XML, they only have the DATA.

Any ideas???
Am I clear??

Regards, Enrique.


------=_NextPart_000_0010_01C23F80.C199A170--