木村さん、岸本です
> 頂戴したソースからでは、BeanSerializerで何を実現しようとしているかが
> 読み取ることが出来なかったのですが、Beanの特定メソッドを発行したときに
> XML Documentが返却されるものを想定されておられるのではないでしょうか?
>
> そのとき、『style="document"
> use="literal"』という設定方法に自体に
> 問題があると考え、私のお送りしたwsddでは削除した形になっています。
document-literal バインディングを使用しようとすること自体に問題が
あることは理解しました。
ですが、document-literal バインディングを WSDL の binding
で指定
していますので、この WSDL で定義されるサービスを rpc
スタイルに
することには問題がありませんでしょうか。
以下に WSDL の binding 要素を引用します。
----
<binding name="FooSOAPBinding" type="tns:FooPortType">
<soap:binding style="document"
transport="http://schemas.xmlsoap.org/soap/http"/>
<operation name="testOp">
<soap:operation soapAction="testOp"/>
<input>
<soap:body use="literal"/>
</input>
<output>
<soap:body use="literal"/>
</output>
</operation>
</binding>
----
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]