RE: encodingStyles

2001-08-03 Thread Gus Delgado
the answer to my question I would appreciated it very much. Thanks. Gus -Original Message- From: Gus Delgado [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 01, 2001 9:03 AM To: [EMAIL PROTECTED] Subject: RE: encodingStyles more than one for the result -Original Message- From

RE: encodingStyles

2001-08-01 Thread Gus Delgado
more than one for the result -Original Message- From: Tom Myers [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 01, 2001 8:51 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: encodingStyles At 07:54 AM 8/1/2001 -0500, Gus Delgado wrote: >Can I use two differ

RE: encodingStyles

2001-08-01 Thread Gus Delgado
EMAIL PROTECTED]] Sent: Wednesday, August 01, 2001 8:46 AM To: '[EMAIL PROTECTED]' Subject: RE: encodingStyles You should be able to do what you want. I currently send parameters with one encoding style(NS_URI_SOAP_ENC) and get back my response as an org.w3c.dom.Element (NS_URI_LITERAL_XML).

Re: encodingStyles

2001-08-01 Thread Tom Myers
At 07:54 AM 8/1/2001 -0500, Gus Delgado wrote: >Can I use two different encodingStyles (Constants.NS_URI_SOAP_ENC and >Constants.NS_URI_LITERAL_XML)? The Parameter constructor is >public Parameter(java.lang.String name, > java.lang.Class type, > java.lang.Object

RE: encodingStyles

2001-08-01 Thread Tolsch, Ed
You should be able to do what you want. I currently send parameters with one encoding style(NS_URI_SOAP_ENC) and get back my response as an org.w3c.dom.Element (NS_URI_LITERAL_XML). For example: My client code looks like this: // Sets the encoding style for the return. call.setEncodingSty