我正在尝试将 webservice 与 endpoint 一起使用https://services.example.com/ASP_SecureWebServices.cfc?wsdl
。
在文档中我有这个:
要求
<authorise>
<site>xxx</site>
<login>xxx</login>
<password>xxx</password>
<partnerid>xxx</partnerid>
<wstype>xpt_exhibitors</wstype>
</authorise>
认证响应
<authorisation>
<service>getAuthToken</service>
<authorised>OK</authorised>
<authtoken>255461</authtoken>
</authorisation>
我以前从未使用过 ColdFusion,所以我不明白如何提出请求。有人可以帮忙吗?
我添加了这样的服务参考:
但我没有得到这个方法: