Hello,

You may have noticed that my patch has been applied to the current Apache SOAP
source and that the interop tests with HP now have many fewer failures.

I have also contacted Sam Ruby regarding the Struct Array test.  The current
Apache SOAP source has a test client that differs from the SOAP 2.2 release and
current Axis source.  The difference manifests iteself in one element of the
SOAP envelope, as follows.

SOAP 2.2+
<inputStructArray xmlns:ns2="http://soapinterop.org/xsd";
xsi:type="ns2:ArrayOfSOAPStruct"
xmlns:ns3="http://schemas.xmlsoap.org/soap/encoding/";
ns3:arrayType="ns2:SOAPStruct[5]">

SOAP 2.2
<inputStructArray xmlns:ns2="http://schemas.xmlsoap.org/soap/encoding/";
xsi:type="ns2:Array" xmlns:ns3="http://soapinterop.org/xsd";
ns2:arrayType="ns3:SOAPStruct[5]">

Axis (from http://www.apache.org/~rubys/ApacheClientInterop.html)
<inputStructArray xsi:type="SOAP-ENC:Array"
SOAP-ENC:arrayType="ns2:SOAPStruct[3]" xmlns:ns2="http://soapinterop.org/xsd";>

As you can see, the current SOAP code uses the ArrayOfSOAPStruct type defined in
the interop WSDL.

Scott Nichol

----- Original Message -----
From: "CHEN,SHIH-CHANG (HP-NewJersey,ex2)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 09, 2002 9:24 AM
Subject: please help us: interop problems with HP-SOAP


> Hi,
>
> I noticed that HP-SOAP fails all the interop
> tests with Apache SOAP2.2+:
> http://www.apache.org/~rubys/ApacheClientInterop.html
>
> We compare the wire messages, but still cannot
> figure out what cause the problems that we pass
> all axis tests but fail ApacheSOAP tests.
>
> We will appriciate it if you can provide us more
> information about what cause the tests failed in
> your test clients.
>
> Many thanks,
>
> Shih-Chang Chen


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

Reply via email to