The value of transport attribute of soap:binding element is invalid. (WSDL file = aa....aa, line = bb....bb, transport = cc....cc)
- aa....aa:WSDLファイルのパス
bb....bb:行番号
cc....cc:transport属性の値 - 説明
- wsdl:binding要素の子要素としてのsoap:binding要素にtransport属性に指定している値が不正です。
- 対処
- wsdl:binding要素の子要素としてのsoap:binding要素にtransport属性には,"http://schemas.xmlsoap.org/soap/http"を指定してください。