[ 
https://issues.apache.org/jira/browse/AXIS2C-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12594528#action_12594528
 ] 

Damitha Kumarage commented on AXIS2C-1129:
------------------------------------------

Hi,
We have a Axis2/C module called Savan/C[1]  implementing WS Eventing 
specification. There we do something similar to your requirement. You can 
download Savan/C source here[2]. See towards the end of 
savan_in_handler_invoke() function in savan_in_handler.c file. There what I do 
is setting a Savan/C specific messsage receiver into the operation in message 
context. Then when message reaches to that message receiver, instead of passing 
the message to the service it process it and send the response back to the 
sender.
For more information on modules, message receivers etc refer article [3]. For 
links for articles on Axis2/C see [4]. There you can find articles for learning 
how message flow works in Axis2/C.

thanks,
Damitha

[1]http://ws.apache.org/savan/c/
[2]http://svn.apache.org/repos/asf/webservices/savan/trunk/c/
[3] http://wso2.org/library/777
[4]http://cwebservices.blogspot.com/2008/04/axis2c-web-services-links.html

> Processing requests by modules, handlers
> ----------------------------------------
>
>                 Key: AXIS2C-1129
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1129
>             Project: Axis2-C
>          Issue Type: Wish
>          Components: documentation
>    Affects Versions: 1.3.0
>         Environment: Axis2-C
>            Reporter: Igor
>
> Hello!
> Where can i find documentation to writing handlers in Axis2-C?
> My problem is to process SOAP envelop in my module and make response to 
> client without calling a service.
> Can't find examples except logging module. Logging module is very simple, but 
> i need to write more complex one.
> Actually I try to develop Axis2-C module under WS-BaseNotification 
> specification and need to make all processing within module. But 
> documentation is very poor.
> Thank you.
> Igor

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to