Cisco Unified Application Environment Developer Forums

« Back to Etch

[Etch] Plug-in

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hey gents,

Im currently developing a plugin which will be used to expose function from the wireless location API. How does etch know which functions the wireless location API supports? I'm not quite sure about how etch connects to the Wireless Location Appliance (API ?) to get the information it needs. The bits on the side to the CUAE are more or less clear and pretty straight forward. What do I have to do for example if I want to get results from the function GETSTATIONLOCATION, which is a function in the wireless location API?

Would be cool if someone could give me an example (not necessarily for the wireless location API, a generic example would be more then fine). I already know the videos from the dev conf.

Thanks a lot in advance,
Sebastian

_______________________________________________
Etch mailing list
Etch@developer.cisco.com

Hello:

I think this is a question for CUAE developer forum.

This article may answer your questions:
http://developer.cisco.com/web/cdc/wikidocs?src=/wiki/display/CUAE/Example+-+CatPlugin

Basically, your plugin is going to be the middle-ware which consumes WSDL exposed by Wireless Location Appliance and then your plugin exposes Etch IDL for other Etch clients to consume.

Please post any further question about this topic in CUAE developer forum.

Thanks!