Hi Guys,
I know that in URS is possible to redirect http communcation to a different set of logs. Is there something similar in ORS?
For example I would like to see the exact xml is being sent to a Web Service.
Now I only see:
verbose = all it is set but it still doesn’t show the xml created by the webservice block and the xml response
The ideea is that I load a wsdl in the Webservice block, it populates the services, bindings, etc but not the parameters and I don’t know how to format them exactly. I have an good example xml and I want to compare it with the one created by the Webservice block.
Well I solved it using wireshark
Now I have a problem that the variables are not replaced in the Custom SOAP envelope.
I have something like “q1:RequestIdentifier$var_EmailAddress$</q1:RequestIdentifier>” and when I look in wireshark is just the same, the variable was not replaces by proper value.
It should be done by Composer automatically in the WebService Block. It’s a feature
Anyway I fixed this issue also, the variable was undefined.
Now it works… great!
Thanks for your time.
vma