エンドポイントでWebサービスを使用しようとしています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を使用したことがないため、リクエストの方法がわかりません。誰かが助けることができますか?
次のようなサービス参照を追加しました。
しかし、私はこの方法を取得していません: