Can WebMethods accepts https Requests

Guys,

Have quick question!!!

Can WM intercepts an https requests and return a https response after processing?

Can you guys please help me!!!

Thank you guys in advance,
Priyatham Porika

Priyatham,

Its all depends on the type of http process you are looking for

1)If you are initiating http request to external partner or target they should send the http response back.
2)If you are receiving http request using pub.client:http service and http status is 200 OK(successfull) then use pub.flow:setResponse service and send the response in the same http session.

HTH,
RMG

Quick answer: yes.