Hi,
I created a simple SOA Composite (12.2.1.3.0) with REST Binding service with PUT method.
A BPEL is created based on this REST service.
I can sucessfully test it from em console, with correct output.
But if invoked from SOAPUI/Postman - its returning error: HTTP/1.1 405 Method Not Allowed
Also invoking from OSB returns: OSB-380000 General runtime error: Invalid HTTP method: null
I have done REST service in OSB before (GET, POST) and they can be invoked externally fine.
What is missed here?
Thanks