I have upgraded from Axis 1.1RC2 to 1.1 Final, but our client application does not 
work anymore. Axis 1.1RC returned the following response:

<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>
                <ns1:executeResponse 
soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; xmlns:ns1="urn:bc">
                        <executeReturn xsi:type="xsd:string">blah, blah</executeReturn>
                </ns1:executeResponse>
        </soapenv:Body>
</soapenv:Envelope>

Now with version 1.1 Final I get:

<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>
                <ns1:executeResponse 
soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; xmlns:ns1="urn:bc">
                        <ns1:executeReturn xsi:type="xsd:string">blah, 
blah</ns1:executeReturn>
                </ns1:executeResponse>
        </soapenv:Body>
</soapenv:Envelope>

Notice there is now <ns1:executeResponse> instead of <executeResponse> of version 
1.1RC2.

Is this changed in Axis? Or can I configure it somewhere?

Thanks,
Gerrie
-- 
__________________________________________________________
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup

Reply via email to