Axis2 Crew,

Axis2 disconnects with with http error 400 when we send a OPTIONS header.

Is there a way to get Axis2 to honor the OPTIONS header?


Here is additional information:
===========================================================
This is the output of ethereal of HTTP request that works (this comes
from a browser):

GET /axis2/services/InquirePolicy2/getPolicyValues?PolNum=BLP1435284 HTTP/1.1
Host: 10.90.10.126:11111
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5)
Gecko/20031007 Firebird/0.7
Accept: 
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,video/x-mng,image/png,image/jpeg,image/gif;q=0.2,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*




Server: Apache-Coyote/1.1
Content-Type: 
application/xml;action="http://InquirePolicy2/InquirePolicy2PortType/getPolicyValuesResponse";;charset=UTF-8
Transfer-Encoding: chunked
Date: Thu, 06 Dec 2007 18:51:30 GMT

ee
<ns1:PolicyValues
xmlns:ns1="http://InquirePolicy2/xsd";><ns1:CashVl>2,741.09</ns1:CashVl><ns1:FullSr>1,230.02</ns1:FullSr><ns1:MxLoan>1,154.59</ns1:MxLoan><ns1:LoanPy>204.27</ns1:LoanPy><ns1:MxPart>1,200.95</ns1:MxPart></ns1:PolicyValues>
0

=====================================================================
This is the output of ethereal of HTTP request that does not works
(this comes from EXEC CICS INVOKE WEBSERVICE on ibm mainfame):

OPTIONS * HTTP/1.1
HOST:10.90.10.126
User-Agent: IBM_CICS_Transaction_Server/3.1.0(zOS)
Date: Thu, 06 Dec 2007 18:10:36 GMT
TE: trailers
Connection: Keep-Alive


HTTP/1.1 400 No Host matches server name 10.90.10.126
Server: Apache-Coyote/1.1
Transfer-Encoding: chunked
Date: Thu, 06 Dec 2007 19:09:31 GMT
Connection: close

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to