On Tue, Mar 30, 2010 at 12:57 AM, MDee <[email protected]> wrote:
> > Just turned on logging - on server side. Compared calling web service from > browser versus client. Not sure if I'm grasping at straws. Is there > anything unusual that can be seen in there? > > When called from the client, the following were logged by tomcat. Time out > occurred on the client side. > > Mar 29, 2010 15:10 [TP-Processor3] > > org.apache.axis2.builder.BuilderUtil.getCharSetEncoding(BuilderUtil.java:365) > Input > contentType (application/soap+xml; charset=UTF-8; > action="urn:getNextQueueEntry") > Mar 29, 2010 15:10 [TP-Processor3] > > org.apache.axis2.builder.BuilderUtil.getCharSetEncoding(BuilderUtil.java:406) > CharSetEncoding from content-type (UTF-8) > Mar 29, 2010 15:10 [TP-Processor3] > > org.apache.axis2.transport.TransportUtils.createDocumentElement(TransportUtils.java: > 194) createSOAPEnvelope using Builder (class > org.apache.axis2.builder.SOAPBuilder) selected from type > (application/soap+xml) > is this working when directly invoke the tomcat 8443 port with https? Since this request hit the AxisServlet within the tomcat server you can debug it. For this you can download the source code and start debuging AxisServlet class post method. thanks, Amila. > > When called from the browser, everything worked. The first dozen or so > logged lines follow. > > Mar 29, 2010 15:08 [TP-Processor3] > > org.apache.axis2.builder.BuilderUtil.getCharSetEncoding(BuilderUtil.java:365) > Input > contentType (application/x-www-form-urlencoded) > Mar 29, 2010 15:08 [TP-Processor3] > > org.apache.axis2.builder.BuilderUtil.getCharSetEncoding(BuilderUtil.java:381) > CharSe > tEncoding defaulted (UTF-8) > Mar 29, 2010 15:08 [TP-Processor3] > > org.apache.axis2.dispatchers.RequestURIBasedServiceDispatcher.findService(RequestURI > BasedServiceDispatcher.java:50) [MessageContext: > logID=urn:uuid:353830F4C1C3FEB0AC1269889717056] Checking for Service us > ing target endpoint address : > /axis2/services/MyWebServices/getNextQueueEntry?client=bas > Mar 29, 2010 15:08 [TP-Processor3] > > org.apache.axis2.util.Utils.parseRequestURLForServiceAndOperation(Utils.java:204) > pa > rseRequestURLForServiceAndOperation : > > [/axis2/services/MyWebServices/getNextQueueEntry?client=bas][/axis2/services] > Mar 29, 2010 15:08 [TP-Processor3] > > org.apache.axis2.i18n.ProjectResourceBundle.handleGetObject(ProjectResourceBundle.ja > va:70) org.apache.axis2.i18n.resource::handleGetObject(servicefound) > Mar 29, 2010 15:08 [TP-Processor3] > > org.apache.axis2.engine.AbstractDispatcher.invoke(AbstractDispatcher.java:98) > [Messa > geContext: logID=urn:uuid:353830F4C1C3FEB0AC1269889717056] Found > AxisService > : MyWebServices > Mar 29, 2010 15:08 [TP-Processor3] > > org.apache.axis2.util.Utils.parseRequestURLForServiceAndOperation(Utils.java:204) > pa > rseRequestURLForServiceAndOperation : > > [/axis2/services/MyWebServices/getNextQueueEntry?client=bas][/axis2/services] > Mar 29, 2010 15:08 [TP-Processor3] > > org.apache.axis2.dispatchers.RequestURIBasedOperationDispatcher.findOperation(Reques > tURIBasedOperationDispatcher.java:59) [MessageContext: > logID=urn:uuid:353830F4C1C3FEB0AC1269889717056] Checking for Operation > using > QName(target endpoint URI fragment) : getNextQueueEntry > Mar 29, 2010 15:08 [TP-Processor3] > > org.apache.axis2.description.AxisService.getOperation(AxisService.java:1688) > Get operation for getNextQueueEntry > Mar 29, 2010 15:08 [TP-Processor3] > > org.apache.axis2.description.AxisService.getOperation(AxisService.java:1731) > Found a > xis operation: org.apache.axis2.description.inoutaxisoperat...@155d4be > Mar 29, 2010 15:08 [TP-Processor3] > > org.apache.axis2.i18n.ProjectResourceBundle.handleGetObject(ProjectResourceBundle.ja > va:70) org.apache.axis2.i18n.resource::handleGetObject(operationfound) > Mar 29, 2010 15:08 [TP-Processor3] > > org.apache.axis2.engine.AbstractDispatcher.invoke(AbstractDispatcher.java:110) > [Mess > ageContext: logID=urn:uuid:353830F4C1C3FEB0AC1269889717056] Found > AxisOperation : getNextQueueEntry > Mar 29, 2010 15:08 [TP-Processor3] > > org.apache.axis2.transport.TransportUtils.createDocumentElement(TransportUtils.java: > 194) createSOAPEnvelope using Builder (class > org.apache.axis2.builder.XFormURLEncodedBuilder) selected from type > (application/x-www-form-urlencoded) > -- > View this message in context: > http://old.nabble.com/Axis2-with-SSL-gives-AxisFault-tp28053938p28073985.html > Sent from the Axis - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Amila Suriarachchi WSO2 Inc. blog: http://amilachinthaka.blogspot.com/
