Mock Not Found when creating SOAP mocks
Hello - I can get nothing but "Mock Not Found" when creating a SOAP mock. I am following the directions in Chapter 3 of the Packt book "Implementing Oracle Integration Cloud Service" - when I send a request to Oracle ICS I see a "not found error" and if I click on the generated URL I also see "Mock not found."

6 comments
-
JL commented
In Mockable Website - Soap Action of the mock should be 'FlightStatusUpdate'.
Target WSDL provided has the following information. you can check the documentation for reference.
<wsdl:operation name="FlightStatusUpdate">
<wsdl:documentation>the soapAction name here needs to be the action name setup in mockable.io</wsdl:documentation>
<soap:operation soapAction="FlightStatusUpdate" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
</wsdl:operation>Also, you need to replace this mockable URL of your soap mock in the target wsdl.
<soap:address location="http://demoxxxxxxx.mockable.io/FlightServices"/>
Hope this helps.
-
JL commented
Same issue, anyone knows how to solve this?
-
Eligo commented
"For SOAP mock to work, both the SoapAction and Path match the request as per the SOAP specification". Whast does it mean? Can you please explain with more details and provide an example?
-
AdminMockable (Support, mockable) commented
Hello,
For SOAP mock to work, both the SoapAction and Path match the request as per the SOAP specification.
You can check the request you sent using the Log viewer in the Console. -
Anonymous commented
same problem no response yet I feel this product only work with REST
-
Anonymous commented
I am creating soap mock service and when I send to request to Oracle ICS and I am getting 404 not found error when I used and tested in soap ui.