求问asp如何调用wsdl

zhhjon 2017-03-29 06:40:04
已知WSDL地址
http://127.0.0.1/RTXService/services/RTXservice?wsdl

WSDL访问后得到接口
 <?xml version="1.0" encoding="UTF-8" ?> 
- <wsdl:definitions targetNamespace="http://webService.rtxservice.petrochina.com" xmlns:impl="http://webService.rtxservice.petrochina.com" xmlns:intf="http://webService.rtxservice.petrochina.com" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsi="http://ws-i.org/profiles/basic/1.1/xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <wsdl:types>
- <schema targetNamespace="http://webService.rtxservice.petrochina.com" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <element name="quartzSendMsgResponse">
- <complexType>
<sequence />
</complexType>
</element>
- <element name="sendNotifyNoSave">
- <complexType>
- <sequence>
<element name="yhm" nillable="true" type="xsd:string" />
<element name="xxbt" nillable="true" type="xsd:string" />
<element name="xxnr" nillable="true" type="xsd:string" />
</sequence>
</complexType>
</element>
</wsdl:types>

请问用ASP如何调用发信息?
...全文
392 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
hookee 2017-04-19
  • 打赏
  • 举报
回复
用免费的组件 http://www.pocketsoap.com/pocketsoap/
cnbjx 2017-04-06
  • 打赏
  • 举报
回复
ASP 调用 1. 发送: POST 一个指定格式的 xml 2. 接收: 结果也是一个Xml。 关于这个XML结构,可以用其它语言测试一下然后抓个包,看看结构是怎么样的。
zhhjon 2017-04-05
  • 打赏
  • 举报
回复
有没有人帮助啊
zhhjon 2017-03-29
  • 打赏
  • 举报
回复
对方只说了一个方法
/**
"* 发送通知,不保存到数据库"
* @param yhm 用户名 用分号分隔多个用户
* @param xxbt 消息标题
* @param xxnr 消息内容
* @return
*/
"public String sendNotifyNoSave(String yhm,String xxbt,String xxnr);"
但是还是不是很懂,请大神给予实例

28,391

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧