users@jax-rpc.java.net

Re: RI bug?

From: Roberto Chinnici <Roberto.Chinnici_at_Sun.COM>
Date: Thu, 23 May 2002 10:21:44 -0700

Simon,

I'm not sure I understand the problem.

Let's take this SOAP envelope produced by the RI as an example:

 1: <env:Envelope
 2: xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
 3: xmlns:xsd="http://www.w3.org/2001/XMLSchema"
 4: xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 5: xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
 6: xmlns:ns0="http://helloservice.org/types"
 7: env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
 8: <env:Body>
 9: <ans1:doit xmlns:ans1="http://helloservice.org/wsdl"/>
10: </env:Body>
11: </env:Envelope>

What is wrong with it?

It seems to me that the SOAP messages we produce are in accordance
with the SOAP 1.1 specification. Perhaps the issue is with the published
SOAP 1.1 schema document?

Roberto

--
Roberto Chinnici
Java and XML Software
Sun Microsystems, Inc.
Simon Horrell wrote:
> The SOAP messages generated by the RI decorate the
> {http://xmlschemas.xmlsoap.org/soap/envelope/}Envelope element with the
> {http://xmlschemas.xmlsoap.org/soap/envelope/}encodingStyle attribute.
> According to the schema type definition associated with
> {http://xmlschemas.xmlsoap.org/soap/envelope/}Envelope (at
> http://schemas.xmlsoap.org/soap/envelope/), I believe this is not correct.
> Si.