ISWS: ERROR: isws11242: No 'message' attribute in %s1 for operation '%s2', or the set of name attributes of the <input> and <output> elements are different between the portType and the binding.
[可変情報]
%s1:<input>または<output>のいずれか
%s2:operation名
[意味]
入力したWSDLファイルに誤りがあります。以下の原因が考えられます。
wsdl:portType配下のwsdl:input要素、またはwsdl:output要素にmessage属性が存在しない。
wsdl:portType配下のwsdl:operation要素について、以下の情報が同一のwsdl:operation要素がwsdl:binding要素配下に見つからない。
name属性の値
input要素とoutput要素の数とそのname属性値
[システムの処理]
処理を中止します。
[ユーザの対処]
wsdlファイルを修正し、[意味]に記載した原因を取り除いてください。その際、input要素やoutput要素のname属性が省略された場合には、以下の名前が暗黙的に使用されますので注意してください。
input要素
operation名 + ‘Request’
output要素
operation名 + ‘Response’