Re: Invoke secured webservice using ode bpel

2017-09-13 Thread Sathwik B P
Let me address your initial post first. 4. Your request message contains the authenticate element and it should not be there. The element should not be part of the soap body or header. To do that you need to explicitly specify the body part under the wsdl binding section like this assuming

Re: Invoke secured webservice using ode bpel

2017-09-12 Thread Arun Jain
Below is the list of headers that should go with the request "POST /tririga/ws/TririgaWS HTTP/1.1[\r][\n]" "Accept-Encoding: gzip,deflate[\r][\n]" "Content-Type: application/soap+xml;charset=UTF-8[\r][\n]" "REMOTE_USER: system[\r][\n]" "Content-Length: 549[\r][\n]" "Host:

Re: Invoke secured webservice using ode bpel

2017-09-12 Thread Arun Jain
Hi Sathwik, I want to pass custom http header Thanks, Arun On Sep 12, 2017 14:50, "Sathwik B P" wrote: > What do you mean by custom headers? > Do you want to pass HTTP Basic Auth headers or custom Soap Headers? > > On Tue, Sep 12, 2017 at 2:14 PM, Arun Jain

Re: Invoke secured webservice using ode bpel

2017-09-12 Thread Sathwik B P
What do you mean by custom headers? Do you want to pass HTTP Basic Auth headers or custom Soap Headers? On Tue, Sep 12, 2017 at 2:14 PM, Arun Jain wrote: > Hi, > > I'm using eclipse bpel designer and trying to invoke a external soap > service which requires custom headers