Configuration File Question

2006-05-09 Thread Corey Baswell
Greetings,I have a question regarding the axis2 configuration file. Within the "inflow" the transport phase is defined as:Why do the two handlers defined within the Transport phase have ? Thanks for any help,Corey

Message response not going to wire.

2006-04-30 Thread Corey Baswell
Hi,   I did an update tonight on the code and for some reason none of the soap xml response is being sent back to the client. I'm able to follow it in code to where the SOAPEnvelopImpl performs serializeAndConsume. Everything *looks* fine but the client gets nothing back (an empty response). I reve

Re: Module Inclusion

2006-04-19 Thread Corey Baswell
Makes sense. Thanks! On 4/18/06, Deepal Jayasinghe <[EMAIL PROTECTED]> wrote: Hi Corey;In axis2 you have two types of phases called global and operationspecific. Security phase is said to be a global phase , what that mean is when you add a handler into such a phase those handler will run oneach we

Module Inclusion

2006-04-18 Thread Corey Baswell
Greetings,I have created a module who's module xml file looks like the following:   Security Module           Then within my service archive I reference this module from services.xml like this:  Service desc              This works correctly meaning that when I call my service the InSecurit

ServletContext in MessageContext

2006-04-09 Thread Corey Baswell
Hello,   In some of my service receiver code I need to access the ServletContext that axis2 is deployed in. I know in Axis 1.x I did this through a property set in the MessageContext. I have not however been able to figure how how to do this in Axis2.  In the doPost method of the AxisServlet the fo