SOAP Basic Authentication Support in OE

Posted by ankitshukla on 15-Sep-2015 07:26

Can anyone let me know if Progress supports for for adding Basic Authentication for a SOAP Message?

I have the wsdl and other required things and it works well with SOAP UI when I have added the Authentication. But I am wondering if we can handle this thing with CONNECT( ) method for web service or something else in progress.

All Replies

Posted by jbijker on 15-Sep-2015 09:23

If you're meaning WS-Security: yes you can by writing a request-handler callback procedure (i.e. not part of the connect).

Please check knowledgebase.progress.com/.../P140169 for more detail.

This thread is closed