RE: JAX-RPC with attachments question

2004-02-29 Thread Steve Pruitt
SOAPelem.getAsDOM(); The DOM response is Element elemResp. The attachments received from the server are DataHandler[] dhTab[]. -Message d'origine- De : Steve Pruitt [mailto:[EMAIL PROTECTED] Envoyé : lundi 9 février 2004 17:00 À : [EMAIL PROTECTED] Objet : JAX-RPC with attachments ques

RE: JAX-RPC with attachments question

2004-02-09 Thread christopher justin
? What does your deploy.wsdd and wsdl file look like for the Document return Type ? From: Carbone Cedric <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: JAX-RPC with attachments question Date: Mon, 9 Feb 2004 17:42:23 +0100 This an example i use for my m

Re: JAX-RPC with attachments question

2004-02-09 Thread Anna Bikkina
If we have huge xml file(in MB) is it a good idea to send it as a return type of a method or as a attachment? Also can someone send example to have xml file as return type of a method. Please send your comments. Thanks, Anna. On Monday 09 February 2004 11:42 am, Carbone Cedric wrote: > etAs

RE: JAX-RPC with attachments question

2004-02-09 Thread Carbone Cedric
ms.get(0); Element elemResp = SOAPelem.getAsDOM(); The DOM response is Element elemResp. The attachments received from the server are DataHandler[] dhTab[]. -Message d'origine- De : Steve Pruitt [mailto:[EMAIL PROTECTED] Envoyé : lundi 9 février 2004 17:00 À : [EMAIL PROT

RE: JAX-RPC with attachments question

2004-02-09 Thread Steve Pruitt
]Sent: Monday, February 09, 2004 11:12 AMTo: '[EMAIL PROTECTED]'Subject: RE: JAX-RPC with attachments question In my case I am returning two strings. I think it should be the same with you as well. My wsdl seems something like   . .             .. ..   I used WS

RE: JAX-RPC with attachments question

2004-02-09 Thread Pathuru, Kiran
bruary 09, 2004 5:00 PMTo: [EMAIL PROTECTED]Subject: JAX-RPC with attachments question I have a service that needs to return xml and an attachment, the xml contains some meta-information about the attachment.  I am using the jax-rpc api.  My question is how to return both an xml do

Re: JAX-RPC with attachments question

2004-02-09 Thread Anna Bikkina
Can you please point me to the example that returns xml document. I am searching for it. Thanks, Anna. On Monday 09 February 2004 11:00 am, Steve Pruitt wrote: > I have a service that needs to return xml and an attachment, the xml > contains some meta-information about the attachment. I am usin

JAX-RPC with attachments question

2004-02-09 Thread Steve Pruitt
I have a service that needs to return xml and an attachment, the xml contains some meta-information about the attachment.  I am using the jax-rpc api.  My question is how to return both an xml document and an attachment.  I can see how to return one or the other, but not both.   Can someone