ISWS: ERROR: isws11254: The binding %s1 has multiple operations with the same soapAction which could lead to the soap message not containing enough information for the server to determine the method to invoke: soapAction="%s2"
[可変情報]
%s1:バインディング名
%s2:soapActionの値
[意味]
WSDLの同じバインディング内のオペレーション間で、以下の条件に該当するものが存在します。
soapAction属性の値が同一、かつ
WSDLに従ったSOAPメッセージにおいて、リクエストメッセージの<soapenv:body>要素がいずれも空要素か、<soapenv:body>要素の子要素の名前が同一となる
[システムの処理]
処理を中止します。
[ユーザの対処]
operation要素のsoapAction属性の値を変更するなどして、[意味]の条件に該当しないようにWSDLを修正してください。