NetXMS Support Forum

English Support => Feature Requests => Topic started by: xatteg on June 12, 2012, 12:31:58 PM

Title: SOAP/XML Polling
Post by: xatteg on June 12, 2012, 12:31:58 PM
Hello Victor,

Are there any plans to implement SOAP/XML polling feature?

Kind regards,
Roman
Title: Re: SOAP/XML Polling
Post by: Victor Kirhenshtein on June 19, 2012, 05:22:15 PM
Hi!

So far we don't have such plans - we just don't have enough resources.

Best regards,
Victor
Title: Re: SOAP/XML Polling
Post by: Sibiu on June 20, 2012, 12:22:32 PM
When I have needed to do that I used an external command script that runs a SoapUI test case and returns a result. Using SoapUI means that we can call one or more web service requests to build up a message flow and then specify what data is expected in the response, all from the luxury of a graphical environment.

If you need more details and examples please let me know.
Title: Re: SOAP/XML Polling
Post by: xatteg on June 20, 2012, 03:31:18 PM
Sibiu, thanks for putting me into right direction. I worked with SOAPUI before, it is a good tool. But I need SOAP functionality to poll webservices from netxms itself.