JPT_ENT
16 years agoOccasional Contributor
Monitoring a Webservice
Hello All,
Just wondering if anyone can help with a webservice monitoring question?
Part of a system we're developing processes messages from a JMS queue and sends them onwards as a standard web service request.
Now I can create messages through soapUI without any problem, but I need to monitor the webservice that the message are sent onwards to, mainly to confirm the message and it's data has been transformed correctly.
Whilst I can use SOAP Monitor to intercept requests / responses, it looks like it would be a manual process to link the message sent to the intercepted request / response. Given I'm sending through 1000s of messages, I need something that's automated.
Any Groovy scripts that might allow me to do this?
Many thanks
Just wondering if anyone can help with a webservice monitoring question?
Part of a system we're developing processes messages from a JMS queue and sends them onwards as a standard web service request.
Now I can create messages through soapUI without any problem, but I need to monitor the webservice that the message are sent onwards to, mainly to confirm the message and it's data has been transformed correctly.
Whilst I can use SOAP Monitor to intercept requests / responses, it looks like it would be a manual process to link the message sent to the intercepted request / response. Given I'm sending through 1000s of messages, I need something that's automated.
Any Groovy scripts that might allow me to do this?
Many thanks