<dependency>
            <groupId>org.apache.rampart.wso2</groupId>
            <artifactId>rampart-core</artifactId>
            <version>1.6.0.wso2v1</version>
        </dependency>

On Sat, Mar 26, 2011 at 7:05 PM, Afkham Azeez <[email protected]> wrote:

> if(axisService == null) {
>             new RampartReceiver().invoke(msgContext);
>             new WSDoAllReceiver().invoke(msgContext);
>             new RequestURIBasedDispatcher().invoke(msgContext);
>             new SOAPActionBasedDispatcher().invoke(msgContext);
>             new RequestURIOperationDispatcher().invoke(msgContext);
>             new SOAPMessageBodyBasedDispatcher().invoke(msgContext);
>             new HTTPLocationBasedDispatcher().invoke(msgContext);
>             new DispatchPhase().checkPostConditions(msgContext);
>         }
>         axisService = msgContext.getAxisService();
>         if(axisService.isClientSide()) {
>             return InvocationResponse.CONTINUE;
>         }
>
>        /* axisService
>         if (axisService == null || axisService.isClientSide()) {
>             return InvocationResponse.CONTINUE;
>         }*/
>
>
>
>             <!--<order phase="OpPhase"/>-->
>
>
>
>
>
> --
> *Afkham Azeez*
> Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com,
> *
> *
> *Member; Apache Software Foundation; 
> **http://www.apache.org/*<http://www.apache.org/>
> *
> email: **[email protected]* <[email protected]>* cell: +94 77 3320919
> blog: **http://blog.afkham.org* <http://blog.afkham.org>*
> twitter: **http://twitter.com/afkham_azeez*<http://twitter.com/afkham_azeez>
> *
> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
> *
> *
> *Lean . Enterprise . Middleware*
>
>


-- 
*Afkham Azeez*
Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com,
*
*
*Member; Apache Software Foundation;
**http://www.apache.org/*<http://www.apache.org/>
*
email: **[email protected]* <[email protected]>* cell: +94 77 3320919
blog: **http://blog.afkham.org* <http://blog.afkham.org>*
twitter: **http://twitter.com/afkham_azeez*<http://twitter.com/afkham_azeez>
*
linked-in: **http://lk.linkedin.com/in/afkhamazeez*
*
*
*Lean . Enterprise . Middleware*
_______________________________________________
Carbon-dev mailing list
[email protected]
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to