Question about encoding Styles.
Does NS_URI_LITERAL_XML only allows you to send and receive pure xml like:
<soap-env>
<soap-body>
  <my-tag>
        <my-other-tag>value</my-other-tag>
  </my-tag>
</soap-body>
</soap-env>

...And NS_URI_SOAP_ENC only allows you to send and receive objects like
Element or String or DataSource, etc.

I really need some help with this, so if anyone has 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: 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 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 value,
>                  java.lang.String encodingStyleURI)
(from the javadoc)

Did you want to use more than one per parameter, or more
than one for the result? Or am I just confused as usual?

Tom Myers

Reply via email to