Re: Unable to call external SOAP web services from my webapp

2016-04-28 Thread Stéphane Thibaudeau
> > Here is something that might interest you : >> > > https://github.com/dblock/waffle/blob/master/Docs/ServletSingleSignOnSecurityFilter.md > and look for "impersonate". > It is however NOT what you want, because if I understand this correctly, > the "impersonation" of the webapp user only applie

Re: Unable to call external SOAP web services from my webapp

2016-04-27 Thread tomcat
On 27.04.2016 13:57, Stéphane Thibaudeau wrote: Hi. On this list, it is preferred if you respond *below* the previous part. It just makes it easier to follow the conversation later, for people who search the archives. See : http://tomcat.apache.org/lists.html -> tomcat users -> important See

Re: Unable to call external SOAP web services from my webapp

2016-04-27 Thread tomcat
On 27.04.2016 13:57, Stéphane Thibaudeau wrote: Hi. On this list, it is preferred if you respond *below* the previous part. It just makes it easier to follow the conversation later, for people who search the archives. See : http://tomcat.apache.org/lists.html -> tomcat users -> important See

Re: Unable to call external SOAP web services from my webapp

2016-04-27 Thread Stéphane Thibaudeau
> > Hi. > > On this list, it is preferred if you respond *below* the previous part. > It just makes it easier to follow the conversation later, for people who > search the archives. > > See : http://tomcat.apache.org/lists.html -> tomcat users -> important > > See below. My bad. I'll be careful a

Re: Unable to call external SOAP web services from my webapp

2016-04-27 Thread tomcat
Hi. On this list, it is preferred if you respond *below* the previous part. It just makes it easier to follow the conversation later, for people who search the archives. See : http://tomcat.apache.org/lists.html -> tomcat users -> important See below. On 27.04.2016 12:03, Stéphane Thibaudeau

Re: Unable to call external SOAP web services from my webapp

2016-04-27 Thread Stéphane Thibaudeau
André, thank you for your answer. The service was effectively running under "Local System Account". I've been able to change this and now the calls to web services are successful. But the problem is that my SSO with Waffle doesn't work anymore... I have to admit I'm a bit lost On Wed, Apr

Re: Unable to call external SOAP web services from my webapp

2016-04-27 Thread tomcat
On 27.04.2016 10:27, Stéphane Thibaudeau wrote: Hi, I'm trying to deploy a webapp on Tomcat 8.0.33 running as a windows service.. The webapp is based on Spring Boot (not sure if relevant). The webapp calls external SOAP web services that have been published on another machine (by Navision, Micr

Unable to call external SOAP web services from my webapp

2016-04-27 Thread Stéphane Thibaudeau
Hi, I'm trying to deploy a webapp on Tomcat 8.0.33 running as a windows service. The webapp is based on Spring Boot (not sure if relevant). The webapp calls external SOAP web services that have been published on another machine (by Navision, Microsft's ERP). To authenticate and be able to call th