The wsdl:part element specified for the parts attribute is not found. (WSDL file = aa....aa, line = bb....bb, parts = cc....cc, message name = dd....dd)
- aa....aa:WSDLファイルのパス
bb....bb:行番号
cc....cc:parts属性の値
dd....dd:wsdl:message要素名 - 説明
- parts属性に指定したwsdl:part要素が見つかりません。
- 対処
- soap:header要素のpart属性には,message属性に指定したwsdl:message要素以下に宣言されているwsdl:part要素を指定してください。