Calling web service requiring basic http authentication from a bpel process

1k views Asked by At

I am looking to call a web service requiring basic authentication from a bpel process. I have configured my wsdl as close to what the "net" says as possible but it still doesn't work. It makes the call but without the all important line in the header of the request.

Can anyone who has done this please help? Maybe an example or something?

See here for some of the examples I've followed.

1

There are 1 answers

1
Michael Wiles On BEST ANSWER

Must have been a pebkac, I downloaded and example, copy and pasted into my code and it worked. Am very happy. I think it just need a good night's sleep :)