I am still waiting for the team responsible to get back to me the database,
but I am starting to have doubts it is really the cause of the problem I am
having in my code, because there is a windows application they provide (this
is a third party web service) and it can conenct to it fine...

I turned on DEBUG in logging and here is where the error happens: (does it
look like its actually reaching the web service or failing before it even
gets there?)

[DEBUG] [MessageContext: logID=urn:uuid:66CB8C39B7C7B41AED1197049351699]
Checking pre-condition for Phase "Addressing"
[DEBUG] [MessageContext: logID=urn:uuid:66CB8C39B7C7B41AED1197049351699]
Invoking phase "Addressing"
[DEBUG] [MessageContext: logID=urn:uuid:66CB8C39B7C7B41AED1197049351699]
Invoking Handler 'AddressingBasedDispatcher' in Phase 'Addressing'
[DEBUG] [MessageContext: logID=urn:uuid:66CB8C39B7C7B41AED1197049351699]
Checking post-conditions for phase "Addressing"
[DEBUG] [MessageContext: logID=urn:uuid:66CB8C39B7C7B41AED1197049351699]
Checking pre-condition for Phase "Security"
[DEBUG] [MessageContext: logID=urn:uuid:66CB8C39B7C7B41AED1197049351699]
Invoking phase "Security"
[DEBUG] [MessageContext: logID=urn:uuid:66CB8C39B7C7B41AED1197049351699]
Checking post-conditions for phase "Security"
[DEBUG] [MessageContext: logID=urn:uuid:66CB8C39B7C7B41AED1197049351699]
Checking pre-condition for Phase "PreDispatch"
[DEBUG] [MessageContext: logID=urn:uuid:66CB8C39B7C7B41AED1197049351699]
Invoking phase "PreDispatch"
[DEBUG] [MessageContext: logID=urn:uuid:66CB8C39B7C7B41AED1197049351699]
Checking post-conditions for phase "PreDispatch"
[DEBUG] [MessageContext: logID=urn:uuid:66CB8C39B7C7B41AED1197049351699]
Checking pre-condition for Phase "Dispatch"
[DEBUG] [MessageContext: logID=urn:uuid:66CB8C39B7C7B41AED1197049351699]
Invoking phase "Dispatch"
[DEBUG] [MessageContext: logID=urn:uuid:66CB8C39B7C7B41AED1197049351699]
Invoking Handler 'RequestURIBasedDispatcher' in Phase 'Dispatch'
[DEBUG] [MessageContext: logID=urn:uuid:66CB8C39B7C7B41AED1197049351699]
Invoking Handler 'SOAPActionBasedDispatcher' in Phase 'Dispatch'
[DEBUG] [MessageContext: logID=urn:uuid:66CB8C39B7C7B41AED1197049351699]
Invoking Handler 'RequestURIOperationDispatcher' in Phase 'Dispatch'
[DEBUG] [MessageContext: logID=urn:uuid:66CB8C39B7C7B41AED1197049351699]
Invoking Handler 'SOAPMessageBodyBasedDispatcher' in Phase 'Dispatch'
[DEBUG] [MessageContext: logID=urn:uuid:66CB8C39B7C7B41AED1197049351699]
Invoking Handler 'HTTPLocationBasedDispatcher' in Phase 'Dispatch'
[DEBUG] [MessageContext: logID=urn:uuid:66CB8C39B7C7B41AED1197049351699]
Checking post-conditions for phase "Dispatch"
[DEBUG] [MessageContext: logID=urn:uuid:66CB8C39B7C7B41AED1197049351699]
Checking pre-condition for Phase "RMPhase"
[DEBUG] [MessageContext: logID=urn:uuid:66CB8C39B7C7B41AED1197049351699]
Invoking phase "RMPhase"
[DEBUG] [MessageContext: logID=urn:uuid:66CB8C39B7C7B41AED1197049351699]
Checking post-conditions for phase "RMPhase"
[DEBUG] [MessageContext: logID=urn:uuid:66CB8C39B7C7B41AED1197049351699]
Checking pre-condition for Phase "OperationInPhase"
org.apache.axis2.AxisFault: An uknown error occured processing this SOAP
request
        at
org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:486)
        at
org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:343)
        at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:389)
        at
org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:211)
        at
org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
        at
com.pbg.roadnet.upslt.transportationwebservice.TransportationWebServiceStub.SaveRoute(TransportationWebServiceStub.java:5025)[DEBUG]
[MessageContext: logID=urn:uuid:66CB8C39B7C7B41AED1197049351699] Invoking
phase "OperationInPhase"
[DEBUG] [MessageContext: logID=urn:uuid:66CB8C39B7C7B41AED1197049351699]
Checking post-conditions for phase "OperationInPhase"
[DEBUG] [MessageContext: logID=urn:uuid:66CB8C39B7C7B41AED1197049351699]
Invoking flowComplete() in Phase "OperationInPhase"
[DEBUG] [MessageContext: logID=urn:uuid:66CB8C39B7C7B41AED1197049351699]
Invoking flowComplete() in Phase "RMPhase"
[DEBUG] [MessageContext: logID=urn:uuid:66CB8C39B7C7B41AED1197049351699]
Invoking flowComplete() in Phase "Dispatch"
[DEBUG] [MessageContext: logID=urn:uuid:66CB8C39B7C7B41AED1197049351699]
Invoking flowComplete() for Handler 'HTTPLocationBasedDispatcher' in Phase
'Dispatch'
[DEBUG] [MessageContext: logID=urn:uuid:66CB8C39B7C7B41AED1197049351699]
Invoking flowComplete() for Handler 'SOAPMessageBodyBasedDispatcher' in
Phase 'Dispatch'
[DEBUG] [MessageContext: logID=urn:uuid:66CB8C39B7C7B41AED1197049351699]
Invoking flowComplete() for Handler 'RequestURIOperationDispatcher' in Phase
'Dispatch'
[DEBUG] [MessageContext: logID=urn:uuid:66CB8C39B7C7B41AED1197049351699]
Invoking flowComplete() for Handler 'SOAPActionBasedDispatcher' in Phase
'Dispatch'
[DEBUG] [MessageContext: logID=urn:uuid:66CB8C39B7C7B41AED1197049351699]
Invoking flowComplete() for Handler 'RequestURIBasedDispatcher' in Phase
'Dispatch'
[DEBUG] [MessageContext: logID=urn:uuid:66CB8C39B7C7B41AED1197049351699]
Invoking flowComplete() in Phase "PreDispatch"
[DEBUG] [MessageContext: logID=urn:uuid:66CB8C39B7C7B41AED1197049351699]
Invoking flowComplete() in Phase "Security"
[DEBUG] [MessageContext: logID=urn:uuid:66CB8C39B7C7B41AED1197049351699]
Invoking flowComplete() in Phase "Addressing"
[DEBUG] [MessageContext: logID=urn:uuid:66CB8C39B7C7B41AED1197049351699]
Invoking flowComplete() for Handler 'AddressingBasedDispatcher' in Phase
'Addressing'
[DEBUG] Build the OMElelment faultcodeBy the StaxSOAPModelBuilder
[DEBUG] Build the OMElelment faultstringBy the StaxSOAPModelBuilder
[DEBUG] Build the OMElelment detailBy the StaxSOAPModelBuilder
[DEBUG] Build the OMElelment faultBy the StaxSOAPModelBuilder
[DEBUG] Build the OMElelment codeBy the StaxSOAPModelBuilder
[DEBUG] Build the OMElelment errorMessageBy the StaxSOAPModelBuilder
[DEBUG] Build the OMElelment detailMessageBy the StaxSOAPModelBuilder
-- 
View this message in context: 
http://www.nabble.com/help-AxisFault-error-dont-know-how-to-debug-tf4962850.html#a14218340
Sent from the Axis - User mailing list archive at Nabble.com.


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

Reply via email to