Anne
On 5/1/06, Raymond Domingo <
[EMAIL PROTECTED]> wrote:
Hello,
Is there really no way to enable encodingStyle when using rpc literal ?
In the request I recieve from some (soap) client there is an encodingStyle,
but the response from my axis server has no encodintStyle. I suspect this is
the cause why my clients to throw an exception.
client request:
<?xml version='1.0' encoding='utf-8'?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<SOAP-ENV:Body>
<ns1:adHocVragen xmlns:ns1="LRDServiceSOAP.xml"
SOAP-ENV:encodingStyle="http://xml.apache.org/xml-soap/literalxml">
<parameters>
....
server 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>
<adHocVragenResponse xmlns=" LRDServiceSOAP.xml">
<parameters xmlns="">
Any hints please ?
thnx
raymond domingo
