Hi, I'm sorry I could not find any article on this. But I can point you to a custom Module that we've written for Axis2. You can have a look at its source code at [1]. You can have a look at that and see how you can write a module. All you have to do is write a module such as this and engage it to your service. Within your module you have access to the messageContext hence you can check which HTTP method the request came from and filter it accordingly.
[1] https://wso2.org/repos/wso2/trunk/commons/dynamic-response Thanks, Keith. On Mon, Apr 21, 2008 at 7:24 PM, Staniszewski Krzysztof < [EMAIL PROTECTED]> wrote: > Thanks a lot for advise. > > "Unfortunetaly" i'm making a project using axis2/java (it's not depend on > me) based on REST, so i'll use custom handlers as You said. Have You got any > articles about extending functionality of axis2 1.3 ? > > > -- > Thanks > Staniszewski Krzysztof -- Keith Chapman Senior Software Engineer WSO2 Inc. Oxygenating the Web Service Platform. http://wso2.org/ blog: http://www.keith-chapman.org
