On Thursday 27 January 2005 21:10, Davanum Srinivas wrote:
> Joel,
>
> XML-wise the follow envelope
>
> <SOAP-ENV:Envelope
> xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";
> xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
>     <SOAP-ENV:Body>
>         <m:publish xmlns:m="http://webservices.est.useme.etish.com";>
>             <in0>String</in0>
>             <in1>String</in1>
>             <in2>String</in2>
>             <in3>String</in3>
>             <in4>4096</in4>
>         </m:publish>
>     </SOAP-ENV:Body>
> </SOAP-ENV:Envelope>
>
> is the same as what is generated by Axis
>
> <soapenv:Envelope
> xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
> xmlns:xsd="http://www.w3.org/2001/XMLSchema";
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
>    <soapenv:Body>
>       <publish xmlns="http://webservices.est.useme.etish.com";>
>          <in0 xmlns="">joel</in0>
>          <in1 xmlns="">secret</in1>
>          <in2 xmlns="">1</in2>
>          <in3 xmlns="">6</in3>
>          <in4 xmlns="">0</in4>
>       </publish>
>    </soapenv:Body>
> </soapenv:Envelope>
>
> So JBoss fork of Axis should handle it. As u know it used to work in
> JBoss4.0.0 as per your email. So i'd urge you to strongly insist on
> them fixing this. In the meanwhile let me see if i can fix this on our
> end as well.

Yes, I agree.  This is exactly why I have been copying Thomas on this thread. 
I really would like to encourage a more active cooperation between JBoss and 
Axis on this. Sorry, but it seems incredulous to me that the two projects are 
not working closely to reach a common goal to wards interoperability. I will 
also post a follow up to the JBoss forum with this request.

I truly appreciate your interest and responses.

Cheers,
Joel

> thanks,
> dims

Reply via email to