Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| vendors:cisco:uc:cucm:axl [2018/05/17 19:56] – ↷ Page moved from code:java:vendors:cisco:uc:cucm:axl to vendors:cisco:uc:cucm:axl gerardorourke | vendors:cisco:uc:cucm:axl [2020/11/18 13:34] (current) – gerardorourke | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| === Java Command Line Tool === | === Java Command Line Tool === | ||
| Use SOAP API or Java Command Line tool (which returns SOAP response)\\ | Use SOAP API or Java Command Line tool (which returns SOAP response)\\ | ||
| - | Soap Command Line Example {{: | + | Soap Command Line Example {{vendors: |
| ==== Cisco AXL SQL Toolkit ==== | ==== Cisco AXL SQL Toolkit ==== | ||
| Line 22: | Line 22: | ||
| === WSDL Example using Same SQL === | === WSDL Example using Same SQL === | ||
| Using Same Command as above but using SOAP API | Using Same Command as above but using SOAP API | ||
| + | |||
| + | <code xml> | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | SELECT device.name, | ||
| + | FROM device, typemodel, typeclass, typedeviceprotocol | ||
| + | WHERE device.tkmodel = typemodel.enum | ||
| + | AND device.tkclass | ||
| + | AND typeclass.name = ' | ||
| + | AND device.tkdeviceprotocol = typedeviceprotocol.enum | ||
| + | AND device.name = ' | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | |||
| WSDL - Request | WSDL - Request | ||
| - | < | + | < |
| < | < | ||
| < | < | ||