Re: sending xml files as string parameters

2004-02-04 Thread Brian Shields
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.

Re: sending xml files as string parameters

2004-02-03 Thread Jeff
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

Re: sending xml files as string parameters

2004-02-03 Thread Brian Shields
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

Re: sending xml files as string parameters

2004-02-03 Thread Brian Shields
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

Re: sending xml files as string parameters

2004-02-03 Thread Jeff
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

Re: sending xml files as string parameters

2004-02-03 Thread Brian Shields
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

Re: sending xml files as string parameters

2004-02-03 Thread Jeff
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

sending xml files as string parameters

2004-02-03 Thread Brian Shields
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