You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by "Lennert Anne, Telia Net" <al...@net.telia.dk> on 2002/02/27 11:56:30 UTC

getting a xml-document

Hi
 
Are there anyboby out there who had tried to resive a xml-document as
the response from the call.invoke statement?
Is this possible or how can I get an xml-document from a soap function?
The Soap function is written in perl.
 
Med venlig hilsen/Kind regards
 
Anne Lennert
Platformsudvikling, Telia Net Danmark
Email: alt@telia.dk <ma...@telia.dk> 
Telefon: +45 8831 4845
Mobil: +45 2827 4845
 

Re: getting a xml-document

Posted by Scott Nichol <sc...@yahoo.com>.
Check the address book sample that comes with the Apache SOAP distribution.
GetAllListings.java is a client that receives an XML document.  It uses
literal XML encoding rather than SOAP encoding.

Scott Nichol

----- Original Message -----
From: "Lennert Anne, Telia Net" <al...@net.telia.dk>
To: <so...@xml.apache.org>; <so...@xml.apache.org>
Sent: Wednesday, February 27, 2002 5:56 AM
Subject: getting a xml-document


Hi

Are there anyboby out there who had tried to resive a xml-document as
the response from the call.invoke statement?
Is this possible or how can I get an xml-document from a soap function?
The Soap function is written in perl.

Med venlig hilsen/Kind regards

Anne Lennert
Platformsudvikling, Telia Net Danmark
Email: alt@telia.dk <ma...@telia.dk>
Telefon: +45 8831 4845
Mobil: +45 2827 4845




_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


Re: getting a xml-document

Posted by Scott Nichol <sc...@yahoo.com>.
Check the address book sample that comes with the Apache SOAP distribution.
GetAllListings.java is a client that receives an XML document.  It uses
literal XML encoding rather than SOAP encoding.

Scott Nichol

----- Original Message -----
From: "Lennert Anne, Telia Net" <al...@net.telia.dk>
To: <so...@xml.apache.org>; <so...@xml.apache.org>
Sent: Wednesday, February 27, 2002 5:56 AM
Subject: getting a xml-document


Hi

Are there anyboby out there who had tried to resive a xml-document as
the response from the call.invoke statement?
Is this possible or how can I get an xml-document from a soap function?
The Soap function is written in perl.

Med venlig hilsen/Kind regards

Anne Lennert
Platformsudvikling, Telia Net Danmark
Email: alt@telia.dk <ma...@telia.dk>
Telefon: +45 8831 4845
Mobil: +45 2827 4845




_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


RE: getting a XML-document

Posted by Kapil Kapoor <ka...@tatainfotech.com>.
Anne, it is possible to send the XML document either as a string or as a
Document object. About the latter I am not certain though I am sure I had
read it in some technical article.

As a string, certainly yes. In my current project, we send and receive
custom data structures (value of web method parameter) as XML documents. On
receiving at server, the XML document are binded as Java classes. An
alternative approach is to use serializers and then the conversion happens
before you receive it in your program from SOAP service.

Do tell me if you need specific details of implementation.

Thanks,
Kapil.
  -----Original Message-----
  From: Lennert Anne, Telia Net [mailto:alt@net.telia.dk]
  Sent: Wednesday, February 27, 2002 4:27 PM
  To: soap-dev@xml.apache.org; soap-user@xml.apache.org
  Subject: getting a xml-document


  Hi



  Are there anyboby out there who had tried to resive a xml-document as the
response from the call.invoke statement?

  Is this possible or how can I get an xml-document from a soap function?
The Soap function is written in perl.



  Med venlig hilsen/Kind regards



  Anne Lennert

  Platformsudvikling, Telia Net Danmark

  Email: alt@telia.dk

  Telefon: +45 8831 4845

  Mobil: +45 2827 4845




RE: getting a XML-document

Posted by Kapil Kapoor <ka...@tatainfotech.com>.
Anne, it is possible to send the XML document either as a string or as a
Document object. About the latter I am not certain though I am sure I had
read it in some technical article.

As a string, certainly yes. In my current project, we send and receive
custom data structures (value of web method parameter) as XML documents. On
receiving at server, the XML document are binded as Java classes. An
alternative approach is to use serializers and then the conversion happens
before you receive it in your program from SOAP service.

Do tell me if you need specific details of implementation.

Thanks,
Kapil.
  -----Original Message-----
  From: Lennert Anne, Telia Net [mailto:alt@net.telia.dk]
  Sent: Wednesday, February 27, 2002 4:27 PM
  To: soap-dev@xml.apache.org; soap-user@xml.apache.org
  Subject: getting a xml-document


  Hi



  Are there anyboby out there who had tried to resive a xml-document as the
response from the call.invoke statement?

  Is this possible or how can I get an xml-document from a soap function?
The Soap function is written in perl.



  Med venlig hilsen/Kind regards



  Anne Lennert

  Platformsudvikling, Telia Net Danmark

  Email: alt@telia.dk

  Telefon: +45 8831 4845

  Mobil: +45 2827 4845