[AXIS2] Issue with Axis2 probably not handling SOAP requests correctly
----------------------------------------------------------------------
Key: AXIS2-1192
URL: http://issues.apache.org/jira/browse/AXIS2-1192
Project: Apache Axis 2.0 (Axis2)
Issue Type: Bug
Components: core
Environment: OS: Windows XP
Server: jboss-4.0.4.GA [I tried on WebSphere6.1 with Axis2Release 1.0 also.
Same issue]
Axis2 nightly of September-18-2006.
Reporter: vikas charak
I am using XMLSpy as welll as Axis2 Client to test the service. The service
works fine with Axis2 client. But when a call is made from XmlSpy , the input
parameters are NULL.
Interestingly the same issue is happening when a call is made from Siebel also.
See below XMLSpy SOAP request. I am trying to send "Hello" as an input
parameter. But on the service side the value of input parameter is NULL.
I think we probably have some interoperability issues with Axis2.
Both Siebel and XMLSpy's SOAP request looks like the one below shown;
POST /axis2/services/SimpleService HTTP/1.1
Content-Type: text/xml; Charset=UTF-8
User-Agent: XML Spy
SOAPAction: "getCode"
Host: 127.0.0.1:9090
Content-Length: 409
Connection: Keep-Alive
Cache-Control: no-cache
Cookie: JSESSIONID=561757E11D99F7DF6C66A27C346963AB
<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:inputPara1
xmlns:m="http://SimpleService.simpleservice.webservice.wammis.com/types">Hello</m:inputPara1>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
AXIS2 SOAP Request:
POST /axis2/services/SimpleService HTTP/1.1
SOAPAction: "getCode"
User-Agent: Axis2
Host: 127.0.0.1:9090
Transfer-Encoding: chunked
Content-Type: text/xml; charset=UTF-8
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header />
<soapenv:Body><SimpleService:getCode
xmlns:SimpleService="http://SimpleService.simpleservice.webservice.wammis.com/types">
<SimpleService:Text>Hello</SimpleService:Text>
</SimpleService:getCode></soapenv:Body>
</soapenv:Envelope>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]