SOAPToolkit3.0でのJAVA Webサービス呼び出し

今日、SOAPToolkit3.0を用いて、JAVAで作成したWebサービスを呼び出せることを確認しました。

ドキュメントstyle・エンコーディングのデフォルトがJAVA(rpc/encoded)と
.NET(document/literal)で違うので、
SOAPToolkitから
rpc/encoded
WSDLを呼び出せるのか不明だったのですが。。。

確認後、SOAPToolkit3.0のヘルプにも以下の通り記載されていることが判明しました。

The toolkit supports the following combinations of the style attribute
(of the or elements and the use
attribute (of the element) values:
・document/literal
・rpc/encoded (with encodingStyle set to
"http://schemas.xmlsoap.org/soap/encoding/")
・rpc/literal

なかなかよくできていると思います。