Endpoint not found - friendly message

2009-08-06 Thread red dog
Hi Everyone, I have a quick question: is there a way in Axis 2 to present a friendly message back to the client (in my case the browser) in case one don't specify the correct endpoint for example? I currently get a message similar to the one bellow. I know there was a way of handling this in Ax

Re: How to list embedded Axis2 services? [CLOSE]

2008-01-23 Thread red dog
is nothing wrong in extending AxisServlet from a coding point of view, but from a design and best practices point of view if there is no "is-a" relationship, it is better not to go for inheritance. Azeez On Jan 23, 2008 2:42 AM, red dog <[EMAIL PROTECTED]> wrote:

Re: How to list embedded Axis2 services?

2008-01-22 Thread red dog
. ").append(service.getName()); } output.append(""); PrintWriter printWriter = response.getWriter(); printWriter.write(output.toString()); printWriter.flush(); printWriter.close(); } } HTH Azeez On Jan 22, 2008 9:56 PM, red dog <[EMAIL PROTECTED]>

How to list embedded Axis2 services?

2008-01-22 Thread red dog
Hello everyone, I have 2 embedded axis 2 services in my web app. How can I list all the available services? Invoking http://localhost:8080/AppName/services/listServices returns an empty page. Here is how i define the Axis Servlet in my web.xml: AxisServlet Apache-Axis Servl

Re: Axis2 Security with Rampart

2008-01-04 Thread red dog
ind of policy to tell Rampart what parts of WS-Security to implement. Take a look at rampart-1.3\samples\policy\sample01 Paul On Jan 4, 2008 5:15 PM, red dog wrote: > Hi Paul, > > So do i still need a policy file even if i send the pair username/password > in clear text? Sorry, it see

Re: Axis2 Security with Rampart

2008-01-04 Thread red dog
ampart but don't give it any configuration it doesn't do much. Paul On Jan 4, 2008 4:51 PM, red dog wrote: > Reg. message ID: BAY108-DAV6AE19CD9C371CBB93AB9CAE930 () phx ! gbl > > > Hi everyone, > > Is there any resolution to this? I'm facing the same issue and I&

Re: BAY108-DAV6AE19CD9C371CBB93AB9CAE930 () phx ! gbl

2008-01-04 Thread red dog
rnameToken org.apache.rampart.samples.sample03.MyServiceCallbackHandler Thank you. Nandana Mihindukulasooriya <[EMAIL PROTECTED]> wrote: Hi, Can you please post your security configuration too ? Thanks, Nandana On 1/4/08, red dog wrote: > Hi everyone, > > Is there an

Axis2 Security with Rampart

2008-01-04 Thread red dog
Reg. message ID: BAY108-DAV6AE19CD9C371CBB93AB9CAE930 () phx ! gbl Hi everyone, Is there any resolution to this? I'm facing the same issue and I'm using Axis 2 and rampart module 1.3. If I just send a SOAP message with an empty security header my method gets called. POST

BAY108-DAV6AE19CD9C371CBB93AB9CAE930 () phx ! gbl

2008-01-04 Thread red dog
Hi everyone, Is there any resolution to this? I'm facing the same issue and I'm using Axis 2 and rampart module 1.3. If I just send a SOAP message with an empty security header my method gets called. POST /axis2/services/sample03 HTTP/1.1 User-Agent: Axis2 SOAPAction: urn:echo H