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
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 the string containing the xml file! II presume ns1 is a default namespace?? BrianJeff <[EMAIL PROTECTED]> wrote: Try u

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 ca