You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2002/09/06 18:04:42 UTC

DO NOT REPLY [Bug 11162] - Axis can't invoke .NET RPC WebServices

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=11162>.
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=11162

Axis can't invoke .NET RPC WebServices

tomj@macromedia.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|beta-3                      |current (nightly)



------- Additional Comments From tomj@macromedia.com  2002-09-06 16:04 -------
Zoinkers!
The binding has a style of "document", which the operations override this style 
with "rpc".  WSDL2Java only checks the style on the binding, which is a mistake.

If you make the whole service rpc, like this, it works:
[SoapRpcServiceAttribute]
public class Service1 : System.Web.Services.WebService

We need to fix this in WSDL2Java.