How do I deal with a 404 return from a REST service call?
I have the REST service call functioning. When I pass it a parameter that doesn't exist I get a 404. I also get XML data back saying it is not found.
I'm doing this in an online and it displays a dialog box showing the 404 that I cannot intercept as soon as I call
%resp = %IntBroker.SyncRequest(&req);
Any suggestions on what I might be missing?
I saw something about setting up a FAULT message on the service operation. There is no button to do this though.