[Solved] Re: Axis2 receiving and sending in one Method fails

2019-10-14 Thread camikusch
Am Tue, 8 Oct 2019 08:34:23 -1000 schrieb "robertlazarski ." : > Please see my comments inline. > > On Tue, Oct 1, 2019 at 11:51 PM camikusch wrote: > > > Hi, > > > > I'm trying to implement something like a SOAP Proxy. > > Database sends SOAP request to my Tomcat Server, Tomcat Server > > sends

Re: Axis2 receiving and sending in one Method fails

2019-10-08 Thread robertlazarski .
Please see my comments inline. On Tue, Oct 1, 2019 at 11:51 PM camikusch wrote: > Hi, > > I'm trying to implement something like a SOAP Proxy. > Database sends SOAP request to my Tomcat Server, Tomcat Server sends a > Request to > a Remote Server. The Answer from the Remote Server gets back to T

Axis2 receiving and sending in one Method fails

2019-10-02 Thread camikusch
Hi, I'm trying to implement something like a SOAP Proxy. Database sends SOAP request to my Tomcat Server, Tomcat Server sends a Request to a Remote Server. The Answer from the Remote Server gets back to Tomcat and from there back to the Database. The single steps "Database to Tomcat" and "Tomca