You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Samisa Abeysinghe (JIRA)" <ji...@apache.org> on 2006/01/24 20:29:09 UTC

[jira] Commented: (AXIS2C-27) Transport out desc does not get set in message context

    [ http://issues.apache.org/jira/browse/AXIS2C-27?page=comments#action_12363870 ] 

Samisa Abeysinghe commented on AXIS2C-27:
-----------------------------------------

The good news is, the request goes to the service method. In the following output from simple axis server, note the line "echoing the incoming node". This comes from the service impl method. :-) If we have the transport out set, then we may well get the response back to client now.

[info] Axis2 Engine Started
[info] Invoke the handler addressing_based_dispatcher within the phase Dispatch
[info] Checking for Operation using WSAAction : /axis2/services/echo/echo
[info] Invoke the handler request_uri_based_dispatcher within the phase Dispatch
[info] Checking for Service using target endpoint uri fragment : echo
[info] Invoke the handler soap_action_based_dispatcher within the phase Dispatch
[info] Invoke the handler soap_message_body_based_dispatcher within the phase Dispatch
[info] Invoke the handler dispatch_post_conditions_evaluator within the phase PostDispatch
[info] Invoke the handler context_handler within the phase PostDispatch
echoing the incoming node
[info] Axis2 Engine Started
[debug] engine.c:225 - Transport out is not set in message context
[info] [Axis2]Request served in 1.061 seconds

> Transport out desc does not get set in message context
> ------------------------------------------------------
>
>          Key: AXIS2C-27
>          URL: http://issues.apache.org/jira/browse/AXIS2C-27
>      Project: Axis2-C
>         Type: Bug
>     Reporter: Samisa Abeysinghe
>     Priority: Critical

>
> When I run the simple server, I can locate the service and operation and even the service struct seem to be created (only in the first call, not the second one - see AXIS2C-26 )
> I get the error: [debug] engine.c:225 - Transport out is not set in message context
> Because of this, axis2_engine_send does not get completed successfully.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira