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
?
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
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
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
]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
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
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
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