[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

Re: WebSphere 6.1, axis2 1.4.1 and java.lang.NoSuchMethodError

2010-08-23 Thread Alexander Rosemann
ract interface javax.wsdl.PortType [588 bytes, jvm>= 1.1 ] * wsdl4j-1.4.jar * wsdl4j-1.0.jar -Original Message- From: Alexander Rosemann [mailto:[email protected]] Sent: Friday, August 20, 2010 9:18 AM To: [email protected] Subject: WebSphere

WebSphere 6.1, axis2 1.4.1 and java.lang.NoSuchMethodError

2010-08-20 Thread Alexander Rosemann
I try to get an application running in websphere 6.1. The application has axis2 1.4.1 embedded. I set the classloader to "parent last" to make sure the application loads its classes first. When I go to http://localhost:9080/myapp/services/listServices it tells me that there are faulty services

Re: wsdl address location when using ssl

2010-05-28 Thread Alexander Rosemann
address location? -Alex On 27.05.2010 17:39, Andreas Veithen wrote: There are known issues with generating endpoint references for HTTPS in Axis2. This has been fixed by AXIS2-4465. Andreas On Thu, May 27, 2010 at 16:58, Alexander Rosemann wrote: Hi, I configured a service to use a hand

wsdl address location when using ssl

2010-05-27 Thread Alexander Rosemann
Hi, I configured a service to use a hand written WSDL contract. Axis shows the contract as expected but displays the wrong port for the address location. I'm running Axis2 1.4.1 included in a web-app in Tomcat 6.0.20 using HTTPS, port 8443. That's what I get: location="http://192.168.1.102:8

Re: transportsession + HTTPS = NullPointerException

2010-05-21 Thread Alexander Rosemann
It seems a bit overkill to me to introduce yet another library just to get HTTPS working since I don't use WS-Security. On Fri, May 21, 2010 at 12:59 PM, Martin Gainty wrote: > the easiest way to issue a SSL request is with a Security Provider *such as > Rampart* configured to handle authenticati

Re: transportsession + HTTPS = NullPointerException

2010-05-21 Thread Alexander Rosemann
I forgot to mention that the content type of the requests is "application/json". MessageRecievers and MessageFormaters have been declared in the axis2.xml file. Thanks, Alex On 21.05.2010 10:36, Alexander Rosemann wrote: Hi, I'm currently having a hard time getting Axis2 1.4

transportsession + HTTPS = NullPointerException

2010-05-21 Thread Alexander Rosemann
Hi, I'm currently having a hard time getting Axis2 1.4.1 running with HTTPS. In my setup Axis is part of a web app deploayed in Tomcat 6.0.20. My service scope is set to transportsession. This works fine as long as I stick to HTTP. When I switch over to HTTPS I get the following error: 2010-