Re: [Dev] [IS] Accessing a SOAP Web Service from a JSP

2015-01-21 Thread Lasitha Wattaladeniya
Hi johan, As per the conversation I had with team/you, I will go ahead an implement REST services. Thanks. On Wed, Jan 21, 2015 at 10:33 AM, Lasitha Wattaladeniya wrote: > Hi Johan, > > On Wed, Jan 21, 2015 at 1:18 AM, Johann Nallathamby > wrote: > >> >> >> On Tue, Jan 20, 2015 at 10:02 PM, L

Re: [Dev] [IS] Accessing a SOAP Web Service from a JSP

2015-01-20 Thread Lasitha Wattaladeniya
Hi Johan, On Wed, Jan 21, 2015 at 1:18 AM, Johann Nallathamby wrote: > > > On Tue, Jan 20, 2015 at 10:02 PM, Lasitha Wattaladeniya > wrote: > >> Hi All, >> >> I'm developing a TOTP authenticator as my training project. In that I had >> a requirement to implement $Subject. The requirement is to

Re: [Dev] [IS] Accessing a SOAP Web Service from a JSP

2015-01-20 Thread Lasitha Wattaladeniya
Hi Gayan , On Tue, Jan 20, 2015 at 11:46 PM, Gayan Gunawardana wrote: > adding johann... > > On Tue, Jan 20, 2015 at 10:02 PM, Lasitha Wattaladeniya > wrote: > >> Hi All, >> >> I'm developing a TOTP authenticator as my training project. In that I had >> a requirement to implement $Subject. The

Re: [Dev] [IS] Accessing a SOAP Web Service from a JSP

2015-01-20 Thread Johann Nallathamby
On Tue, Jan 20, 2015 at 10:02 PM, Lasitha Wattaladeniya wrote: > Hi All, > > I'm developing a TOTP authenticator as my training project. In that I had > a requirement to implement $Subject. The requirement is to access the soap > service through a AJAX call from a jsp. > What's the requirement t

Re: [Dev] [IS] Accessing a SOAP Web Service from a JSP

2015-01-20 Thread Gayan Gunawardana
adding johann... On Tue, Jan 20, 2015 at 10:02 PM, Lasitha Wattaladeniya wrote: > Hi All, > > I'm developing a TOTP authenticator as my training project. In that I had > a requirement to implement $Subject. The requirement is to access the soap > service through a AJAX call from a jsp. > > Curre

[Dev] [IS] Accessing a SOAP Web Service from a JSP

2015-01-20 Thread Lasitha Wattaladeniya
Hi All, I'm developing a TOTP authenticator as my training project. In that I had a requirement to implement $Subject. The requirement is to access the soap service through a AJAX call from a jsp. Currently what I'm doing is, Created a Stub component to access the soap service and call that Stub