我想对CUCM进行SQL查询。我用Maven jaxb2插件从WSDL中生成了Java类,但是Cisco建议使用wsdl2java。我有很多带有Req/Res结尾的Java类(据我理解,请求和响应)。public class CUCMDatabaseConnector extends WebServiceGatewaySupport{
private String SOAP_ACTION = "CUCMEPR) for the Operation not found is https://IP:8443
Cisco为其AXLAPI web服务提供的WSDL不能由WCF Add service Reference或ASMX Add Web Reference使用-它生成的代码会在Xml序列化程序中崩溃我只需要在web服务上使用一个操作- doAuthenticateUser。有没有人有一个示例请求消息,以便我可以看到我必须构建什么才能发送被接受的消息?
我有两个问题和他们的结果如下-select a.pkid,a.name,c.buttonnum,c.label from device a, phonetemplate b, phonebutton c where a.name='SEPE8BA70FA173D' and a.fkphonetemplate=b.pkid and c.fkphonetemplate=b.pkid and (c.tkfeature=9 or c.tkfeature=2) and c.label like 'Speed Dial%'
pkid name