http://server:port/{APP_CONTEXT}/services/{SERVICE[i].TYPE}/{SERVICE[i].NAME}/{SERVICE[i].OPERATION[j].INPUT_MESSAGE}/responses - adding custom response; serial POSTs to this URL will set consecutive responses
And I think it should add "operations" after "{SERVICE[i].NAME}/", something like this:
http://server:port/{APP_CONTEXT}/services/{SERVICE[i].TYPE}/{SERVICE[i].NAME}/operations/{SERVICE[i].OPERATION[j].INPUT_MESSAGE}/responses - adding custom response; serial POSTs to this URL will set consecutive responses
Regards,
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
On http://sourceforge.net/p/soaprest-mocker/wiki/Home/ under the section "Setting mock responses", the template URL seems to be incomplete.
It says:
http://server:port/{APP_CONTEXT}/services/{SERVICE[i].TYPE}/{SERVICE[i].NAME}/{SERVICE[i].OPERATION[j].INPUT_MESSAGE}/responses - adding custom response; serial POSTs to this URL will set consecutive responses
And I think it should add "operations" after "{SERVICE[i].NAME}/", something like this:
http://server:port/{APP_CONTEXT}/services/{SERVICE[i].TYPE}/{SERVICE[i].NAME}/operations/{SERVICE[i].OPERATION[j].INPUT_MESSAGE}/responses - adding custom response; serial POSTs to this URL will set consecutive responses
Regards,
Hi
Absolutely. Thanks for pointing that out. I've already corrected it.