Hi all, I am getting the following error when I try to hit a web service. Does it mean that axis is using HTTP 1.0 instead of Http 1.1? If so how can I make access axis use HTTP 1.1? I am using axis 1.3. Any help is appreciated.
Thanks Harish 2006-10-06 14:59:53,011 DEBUG [org.apache.axis.transport.http.HTTPSender] POST /tivo-axis/services/urn:activation-multilookup HTTP/1.0 Content-Type: text/xml; charset=utf-8 Accept: application/soap+xml, application/dime, multipart/related, text/* User-Agent: Axis/1.3 Host: www3.tivo.com Cache-Control: no-cache Pragma: no-cache SOAPAction: "" Content-Length: 586 <?xml version="1.0" encoding="UTF-8"?><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 :getDwTcdInfoForTSNs soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://tcd.tivo.com"><in0 soapenc:arrayType="xsd:string[1]" xsi:type="soapenc:Array" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"><in0 xsi:type="xsd:string">24000000022D2AB</in0></in0></ns1:getDwTcdInfoForTS Ns></soapenv:Body></soapenv:Envelope> 2006-10-06 14:59:53,105 DEBUG [org.apache.axis.transport.http.HTTPSender] HTTP/1.1 405 Method Not Allowed 2006-10-06 14:59:53,105 DEBUG [org.apache.axis.transport.http.HTTPSender] Date Fri, 06 Oct 2006 19:59:52 GMT 2006-10-06 14:59:53,105 DEBUG [org.apache.axis.transport.http.HTTPSender] Server Apache/2.0.46 (Red Hat) mod_ssl/2.0.46 OpenSSL/0.9.7a 2006-10-06 14:59:53,105 DEBUG [org.apache.axis.transport.http.HTTPSender] Allow TRACE 2006-10-06 14:59:53,121 DEBUG [org.apache.axis.transport.http.HTTPSender] Content-Length 267 2006-10-06 14:59:53,121 DEBUG [org.apache.axis.transport.http.HTTPSender] Connection close 2006-10-06 14:59:53,121 DEBUG [org.apache.axis.transport.http.HTTPSender] Content-Type text/html; charset=iso-8859-1 2006-10-06 14:59:53,121 DEBUG [org.apache.axis.i18n.ProjectResourceBundle] org.apache.axis.i18n.resource::handleGetObject(return01) 2006-10-06 14:59:53,121 DEBUG [org.apache.axis.transport.http.HTTPSender] (405)Method Not Allowed 2006-10-06 14:59:53,136 DEBUG [org.apache.axis.SOAPPart] Enter: SOAPPart ctor(FORM_FAULT) 2006-10-06 14:59:53,136 DEBUG [org.apache.axis.i18n.ProjectResourceBundle] org.apache.axis.i18n.resource::handleGetObject(setMsgForm) 2006-10-06 14:59:53,136 DEBUG [org.apache.axis.SOAPPart] Setting current message form to: FORM_FAULT (currentMessage is now org.apache.axis.AxisFault) 2006-10-06 14:59:53,136 DEBUG [org.apache.axis.SOAPPart] Exit: SOAPPart ctor() 2006-10-06 14:59:53,136 DEBUG [org.apache.axis.i18n.ProjectResourceBundle] org.apache.axis.i18n.resource::handleGetObject(toAxisFault00) 2006-10-06 14:59:53,136 DEBUG [org.apache.axis.enterprise] Mapping Exception to AxisFault 2006-10-06 14:59:53,136 DEBUG [org.apache.axis.utils.NSStack] NSPush (32) 2006-10-06 14:59:53,136 DEBUG [org.apache.axis.i18n.ProjectResourceBundle] org.apache.axis.i18n.resource::handleGetObject(empty00) 2006-10-06 14:59:53,136 DEBUG [org.apache.axis.utils.NSStack] NSPop (empty) 2006-10-06 14:59:53,136 DEBUG [org.apache.axis.utils.NSStack] NSPush (32) 2006-10-06 14:59:53,136 DEBUG [org.apache.axis.i18n.ProjectResourceBundle] org.apache.axis.i18n.resource::handleGetObject(empty00) 2006-10-06 14:59:53,136 DEBUG [org.apache.axis.utils.NSStack] NSPop (empty) AxisFault faultCode: {http://xml.apache.org/axis/}HTTP faultSubcode: faultString: (405)Method Not Allowed faultActor: faultNode: faultDetail: {}:return code: 405 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>405 Method Not Allowed</title> </head><body> <h1>Method Not Allowed</h1> <p>The requested method POST is not allowed for the URL /tivo-axis/services/urn:activation-multilookup.</p> </body></html> {http://xml.apache.org/axis/}HttpErrorCode:405 (405)Method Not Allowed at org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java :744) at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:144) at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.j ava:32) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165) at org.apache.axis.client.Call.invokeEngine(Call.java:2784) at org.apache.axis.client.Call.invoke(Call.java:2767) at org.apache.axis.client.Call.invoke(Call.java:2443) at org.apache.axis.client.Call.invoke(Call.java:2366) at org.apache.axis.client.Call.invoke(Call.java:1812) at com.tivo.sjweblogic1.tivo_axis.services.urn.activation_multilookup.GetAc tivationInfoSoapBindingStub.getDwTcdInfoForTSNs(GetActivationInfoSoapBin dingStub.java:180) at com.rrt.tivo.ejb.session.webservices_client.TiVoWebServicesClientBean.ge tTSNStateForTSNs(TiVoWebServicesClientBean.java:52) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav a:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor Impl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(Stat elessSessionContainer.java:683) at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke( CachedConnectionInterceptor.java:185) at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterce ptor.java:84) at org.jboss.ejb.plugins.AbstractTxInterceptorBMT.invokeNext(AbstractTxInte rceptorBMT.java:144) at org.jboss.ejb.plugins.TxInterceptorBMT.invoke(TxInterceptorBMT.java:62) at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(Statele ssSessionInstanceInterceptor.java:72) at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.jav a:118) at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:191) at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryF inderInterceptor.java:122) at org.jboss.ejb.StatelessSessionContainer.internalInvoke(StatelessSessionC ontainer.java:331) at org.jboss.ejb.Container.invoke(Container.java:700) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav a:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor Impl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDi spatcher.java:284) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546) at org.jboss.invocation.jrmp.server.JRMPInvoker.invoke(JRMPInvoker.java:367 ) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav a:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor Impl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:261) at sun.rmi.transport.Transport$1.run(Transport.java:148) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.Transport.serviceCall(Transport.java:144) at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.ja va:701) at java.lang.Thread.run(Thread.java:534) 2006-10-06 14:59:54,558 DEBUG [org.apache.axis.MessageContext] disposing of message context 2006-10-06 14:59:55,418 DEBUG [com.rrt.common.datacommands.BaseReadCommand] Start Log ********************************** SQL : SELECT * FROM rresponse.g_site where name = ? INPUT ARGS : column name = NAME (1), data = (WWW3.TIVO.COM/TIVO-AXIS/SERVICES/URN:ACTIVATION-MULTILOOKUP) -------------------------------------------- query time: 47 milliseconds max rows: 10000 num rows: 1 End Log ************************************ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
