Unsolved
This post is more than 5 years old
2 Posts
0
1355
December 19th, 2011 02:00
Help on Voyence web services
Hi,
We are trying to automate the process of adding and deleting devices to Voyence. We are trying to achieve the functionality through the web service. If someone has the knowledge regarding the Voyence web service, please help me in understanding the sequence of web service methods I need to execute in order to add/delete a device to Voyence.
No Events found!



marshallburns
1 Message
2
March 7th, 2012 13:00
I would strongly recommend using the J2EE interface instead of the web services interface as it is much faster and easier to setup. If you will not be using java then you must use the web services interface.
In either case you want to download the API cookbook from the technical documentation as it has pretty good material on how to set this up.
mayankcse10
2 Posts
0
March 11th, 2012 23:00
Thanks for your response. We had already switched to J2EE interface instead of the web services. We were able to achieve the results required.