Hi, There is a package (freely downloadble) using which you dont have to do anything at all to make a SOAP request (Not even write these few lines of code). It even generates the GUI for you, which too is configurable to some extent. The package can be downlaoded from:
http://www.sics.se/~hamfors/ I find this tool amazing. It even allows you to connect web-services.. All you have to do is to give the wsdl location! Otherwise to generate a proxy client, IBM WSTK can be used. Regards Paramdeep ----- Original Message ----- From: "Jean-Louis Vila" <[EMAIL PROTECTED]> To: "Mailing SOAP apache" <[EMAIL PROTECTED]> Sent: Thursday, October 04, 2001 10:03 PM Subject: Java SOAP invocation API > Hi, > > Is there, like SoapToolkit2 from Microsoft, a service invocation > package which, just with a WSDL file, invokes a method WITHOUT a stub class? > > With MS in javascript we just write these few lines, > var client = new ActiveXObject("MSSOAP.SoapClient"); > client.mssoapinit("MyDescr.wsdl", "Person", "PersonPort", ""); > var aName=client.getName(); > > My service "Person" is defined as Java object deployed under Apache SOAP2. > > > Jean-Louis. _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com
