We are running Axis2 on Linux.

We are trying to connect to it from a mainframe.  The mainframe is
sending the http OPTIONS header (this is outside of our control as far
as we can tell).  Axis2 does not seem to handle the OPTIONS header.
This could be a tomcat problem too.

For those of you who want to see the details, the ethereal formated
dumps of the tcp dumps are attached.
first one is a connection to axis2 using a browser.  this is successful.
second one is a connection to axis2 from a mainframe.  this is not successful.
-- 
Michael Potter

On Dec 6, 2007 5:48 PM,  <[EMAIL PROTECTED]> wrote:
> seems this is related to your Axis host platform
> Any chance you can redeploy to a known working platform such as Linux,
> Solaris or windows?
>
> M-
>
> ----- Original Message -----
> Wrom: LBXFGGMEPYOQKEDOTWFAOBUZXUWLSZLKBRN
> To: <[email protected]>
> Sent: Thursday, December 06, 2007 4:47 PM
> Subject: 400 No Host matches server name when using OPTIONS header
>
>
> > 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/getPoli
> cyValuesResponse";;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
> >
> >
> > C10.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]
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to