DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13979>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13979 WSDL produced for arrays in wrapped doc/lit service has SOAP encoding ------- Additional Comments From [EMAIL PROTECTED] 2003-03-06 18:12 ------- The "RPCProvider" is a bit of a misnomer these days, since it does in fact deal with document and wrapped services as well. Everything that gets mapped into a Java method call with data binding goes through the RPCProvider (or its child, EJBProvider). So both "document" and "wrapped" are both entirely appropriate for use with "java:RPC", and in fact you don't even need to specify "java:RPC", since style="wrapped" will default to the correct provider. The only style which doesn't use the RPC provider is "message", which doesn't do data binding and simply presents a raw XML interface.
