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
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
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