Spring ProxyFactoryBean and Axis2

2007-06-14 Thread Christian Ribeaud
Hi, If I try to load my Axis2 WS via Spring as following: ... org.apache.axis2.extensions.spring.receivers .SpringAppContextAwareObjectSupplier my-service ... Everything works fine. But recently we wanted to create kind of proxy around the service via the MethodInterceptor implemented in

HttpClient, PostMethod to SOAP Request

2007-05-30 Thread Christian Ribeaud
Hi, I desperately try to convert a working HttpClient POST method making an authentication with 'application/soap+xml' as content type into a working SOAP Request (with ServiceClient?). Is this possible? The 'client' making the authentication is an instance of org.apache.axis2.transport.SimpleA

XML stream to java Object

2007-05-26 Thread Christian Ribeaud
Hi, If my XML stream response looks as following: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> soap:Server Invalid application client. http://www.w3

HttpClient, PostMethod to SOAP Request

2007-05-25 Thread Christian Ribeaud
Hi, I desperately try to convert a working HttpClient POST method making an authentication with 'application/soap+xml' as content type into a working SOAP Request. The 'client' making the authentication is an instance of org.apache.axis2.transport.SimpleAxis2Server and the link it tries to reach