I must integrate external system with Voyence Control via API. As I know, it is part of Ionix now, but customer want still use it....
I have only Application Programming Interface Cookbook, javadoc from server and WSDL. I can do export via UI using popup menu->Navigation->Interfaces_in_Device information like this:
Please, help me find out If Index,Mac Address,Description,Last Update Time,Ip Redirects,Ip Proxy in API sevice. I don't observe anything like this in WSDL and javadoc Help....
Thanks a lot. But I have only Application Programming Interface Cookbook P/N 300-007-475 REV A01. It book has a short description only how to connect to this service via RMI or WS. Nothing about available classes, methods, etc. And where I can find appropriate JAR with this API?
DSAPI samples and Javadoc can be found under $TOMCAT_HOME/webapps/web/dsapi on the Reporting Server. Thanks
Hello Ravinder,
I'm downloading all needed goods from the server. I generate the JAR from WSDL and attach one to samples sources as library. I also take following JARs from sevrer: VCApiCore2.jar acegi-security-1.0.7.jar client-4.0.1.697.RA.HF1.Patch.jar jbossall-client.jar jbossjmx-ant.jar
I found needed JARs for me and successfully complied test from provided sources. But I'm permanently getting following error:
Exception in thread "main" javax.naming.NameNotFoundException: 20DataApiService not bound at org.jnp.server.NamingServer.getBinding(NamingServer.java:491) at org.jnp.server.NamingServer.getBinding(NamingServer.java:499) at org.jnp.server.NamingServer.getObject(NamingServer.java:505) at org.jnp.server.NamingServer.lookup(NamingServer.java:278) (lot of lines skipped.....)
Yashka
13 Posts
1548
0
Posted February 11th, 2011 14:00
Hi Ravinder,
Thanks a lot. But I have only Application Programming Interface Cookbook P/N 300-007-475 REV A01. It book has a short description only how to connect to this service via RMI or WS. Nothing about available classes, methods, etc. And where I can find appropriate JAR with this API?
Thanks in advance,
Oleg