Hi
1)I have virtualized a WSDL. The service routes (Routing Protocols) the request as usual to a service which sends data back to caller if was successfull call, if not, nothing commes back.
2) I created a JAVA service(CheckCode.java) that should analyze the MessageContext for http response code (200 Ok, etc ).
Ths service is called from the virtual Service:
CS-> Response processing step → add Step → "webMethods IS Service"
(added UtilPackage.Util:CheckCode service )
When I trigger the VS service, I can call this JAVA and I get the MessageContext too. but there are everything else than the status code.
It seems in the MessageContext the status code is not available. Ok, but how do I access this status code inside my above object (CheckCode.java)
2.Option
If it is not possible to get the parameter at all, is there any other Server environment parameter indicates the status of service call too?
I hope it is more clear
Thanks
Peter
#Integration-Server-and-ESB#webMethods#Flow-and-Java-services