> Hi Cecile !! (just a question : aren't you french ??)
I really thank you for your help !! your proposition works ....
but does it mean that we can't send a call with any types of parameter ?? I
am forced to pass only XML elements parameters ??
in fact, I think I don't understand exactly what is the goal of a
Serializer !!!
regards
Try
params.addElement (new Parameter("addedfile", Element.class,
docXML.getDocumentElement(),
org.apache.soap.Constants.NS_URI_LITERAL_XML));
Cecile Saint-Martin
[EMAIL PROTECTED]
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 05, 2001 2:53 PM
Subject: Question about Parameters
> Hi,
>
> I'd like to send a service invocation to a server with any types
parameter
> .... for example, I have a "XML" file, I want to parse it and constructs
a
> DOM tree representation ... and I'd like to send it to a SOAP server in
> order to get the content of an element ... so I tried to send a "call"
with
> one "dom.Document" parameter .... here is the client program (without
catch
> etc ....):
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]