Re: how to embed axis2 using jetty as http-server?

2010-10-28 Thread Martin Makundi
Hi Martin! > thanks for your reply. But I think there must be a way to get what we want. As > I pointed out in my first message there is a way to programmatically control > axis if you use the HTTPSimpleServer from axis2 itself. Thus the axis2 engine > allows us to control it via code. Well, you

Re: how to embed axis2 using jetty as http-server?

2010-10-28 Thread Martin Fernau
Hi Martin, thanks for your reply. But I think there must be a way to get what we want. As I pointed out in my first message there is a way to programmatically control axis if you use the HTTPSimpleServer from axis2 itself. Thus the axis2 engine allows us to control it via code. I think there mu

Re: how to embed axis2 using jetty as http-server?

2010-10-28 Thread Martin Makundi
BTW: This might be useful for the basic use case, web.xml: org.apache.axis.transport.http.AxisHTTPSessionListener quickstart wicket.quickstart.TakpServlet applicationClassName wicket.quickstart.TakpApplicat

Re: how to embed axis2 using jetty as http-server?

2010-10-28 Thread Martin Makundi
Hi Martin! I have been seeking to do the same. I also use jetty also but have not found a way to deploy PROGRAMMATICALLY. I have found that I always need to configure my services to server-config.wsdd file. Without that it doesn't seem to work, at least with JAX-WS web services. However, if you

how to embed axis2 using jetty as http-server?

2010-10-28 Thread Martin Fernau
Hello, I try to find a way to use the axis2 engine with my embedded jetty-server. There must be a solution for this - but I can't find a way to get it to work. I want to add webservices _programmatically_ - I don't want to use aar-Files for deploying. What I have so far: 1) I can embed axis2 i

[Axis2 1.4.1] JSON error response

2010-10-28 Thread Alexander Rosemann
Hi, I was wondering whether there is an easy way to define the the format of JSON formatted error responses. At the minute my service returns error messages that look similar to the example below. {"Fault":"xmlns:soapenv=\"http:\/\/schemas.xmlsoap.org\/soap\/envelope\/\" xmlns:axis2ns1=\"htt

Axis 1.5.1 Maven and Tomcat problem

2010-10-28 Thread srd.pl
Hello, I am trying to deploy a webservice on tomcat that implements some axis wsdl2java work. However when I try to launch the code it gives an error in the line when I create an instance of auto-generated ServiceStub. The funny thing is that I am using Maven for building the project. And when ma