Parimi... Because .NET uses "document" as default, there are a zillion examples on the web. Here are two that work fine... http://www.alethea.net/webservices/LocalTime.asmx http://www.esynaps.com/WebServices/DailyDiblert.asmx You can get the wsdl file by tacking ?wsdl onto the URL in your browser. Then use WSDL2Java to make the stubs, then write your client. Works for me. Good luck. Stan
----- Original Message ----- From: "Parimi Srinivas" <[EMAIL PROTECTED]> To: "Axis-User-Help (E-mail)" <[EMAIL PROTECTED]> Sent: Wednesday, March 20, 2002 11:00 AM Subject: Example for style=document > Hi all, > Any body has an example for document style using Axis 3.0 ?. > > I tried to use the messaging example which comes with axis Beta1 but wsdl > generated contains operation style as rpc. I searched archives, some folks > were mentioning about Admin service and I did not find it in CVS > respository. Could some please help me ?. > > Thanks, > parimi >
