e :-)
Jeff
- Original Message -
From: Brian Shields
To: [EMAIL PROTECTED]
Sent: Tuesday, February 03, 2004 12:16 PM
Subject: Re: sending xml files as string parameters
Thanks Jeff,
Obviously ns1 is not a default namespace, but a default variable name for the urn:Foo namespace.
To: [EMAIL PROTECTED]
Sent: Tuesday, February 03, 2004
10:40 AM
Subject: Re: sending xml files as
string parameters
How? that is an automatically generated SOAP message. I am simple
creating a parameter...("xmlFileParameter, String.class, xmlF
ssion/reception).
Jeff
- Original Message -
From: Brian Shields
To: [EMAIL PROTECTED]
Sent: Tuesday, February 03, 2004 10:40 AM
Subject: Re: sending xml files as string parameters
How? that is an automatically generated SOAP message. I am simple creating a parameter...("xmlFileP
ssion/reception).
Jeff
- Original Message -
From: Brian Shields
To: [EMAIL PROTECTED]
Sent: Tuesday, February 03, 2004 10:40 AM
Subject: Re: sending xml files as string parameters
How? that is an automatically generated SOAP message. I am simple creating a parameter...("xmlFileP
ED]
Sent: Tuesday, February 03, 2004 10:40
AM
Subject: Re: sending xml files as string
parameters
How? that is an automatically generated SOAP message. I am simple
creating a parameter...("xmlFileParameter, String.class, xmlFile,
Constants.NS_URI_SOAP_ENC); where xmlFile is
te:
Try using:
Jeff
- Original Message -
From: Brian Shields
To: [EMAIL PROTECTED]
Sent: Tuesday, February 03, 2004 10:11 AM
Subject: sending xml files as string parameters
Hi all,
I am trying to send an xml file as a parameter in a web service call. This xml file is in str
Try using:
Jeff
- Original Message -
From:
Brian
Shields
To: [EMAIL PROTECTED]
Sent: Tuesday, February 03, 2004 10:11
AM
Subject: sending xml files as string
parameters
Hi all,
I am trying to send an xml file as a
parameter in a web service
Hi all,
I am trying to send an xml file as a parameter in a web service call. This xml file is in string form. I have created the string using the XMLOutputter class from the jdom.output package. I send this to another locally hosted service, also deployed using axis, and everything works fine. I c