RE: Could I use the stub class generated by wsdl2java to access a .Net service?

2006-06-08 Thread DeRemer, Bob
: Could I use the stub class generated by wsdl2java to access a .Net service? hi Bob, Thank you very much for your help ! I tried to install a simple service without Skeleton class, and used stub classes(xxxLocator etc.) generated by WSDL2Java to access it, Succeeded! The .net web service

Re: Could I use the stub class generated by wsdl2java to access a .Net service?

2006-06-07 Thread 蘇 軼(CEC)
will work fine. Thanks again ! - sukie - Original Message - From: "DeRemer, Bob" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 07, 2006 8:40 PM Subject: RE: Could I use the stub class generated by wsdl2java to access a .Net service? > Simple answer is "it dep

RE: Could I use the stub class generated by wsdl2java to access a .Net service?

2006-06-07 Thread DeRemer, Bob
le because the built-in binding uses the proprietary MSBinary encoding - which only works with WCF on both sides. Regards, Bob -Original Message- From: 蘇 軼(CEC) [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 07, 2006 3:58 AM To: axis-user@ws.apache.org Subject: Could I use the stu

Could I use the stub class generated by wsdl2java to access a .Net service?

2006-06-07 Thread 蘇 軼(CEC)
hi all, I am a java PGer and not clearly know the .Net platform, Could anybody tell me if the stub class can be used to access a web service built on .Net platform? I think it is rmi-like, so the Skeleton and Stub class must be used together. Any help or web resources would be greatly apprecia