Re: WSDL generator

2001-05-30 Thread John Colgrave
Frank Feldmann wrote: Actuall, in the wstk there should also be a command line version of this thing. I have used it, but don' t remember where it is stored in the wstk folders. IN WSTK 2.3 there is wsdlgen in WSTK_HOME/bin. -- Regards, John Colgrave [EMAIL PROTECTED]

Scope field in the deploymentDescriptor.xml

2001-05-30 Thread David DELGRANCHE
Hi all, I'm completely new to SOAP and I try to test it to know if it can be a solution for our development. I would like to keep my service object instance on the server even if no request access it during several minutes. Do I have to use the application scope or

no signature match Error

2001-05-30 Thread Laurent Perez
Hi I'm getting the following error from my service : faultcodeSOAP-ENV:Server/faultcode faultstringException while handling service request: testClass.afficheVecteur(java.lang.String,int) -- no signature match/faultstring faultactor/soap/servlet/rpcrouter/faultactor My client call : Vector

RE: WSDL generator

2001-05-30 Thread Erik Onnen
I think Anver used the WSDE which is the full suite of functionality including some UDDI libraries wrapped under a GUI that is not all that intuitive. The WSTK is a subset of the WSDE which is what Frank mentioned, that is what yuu want to use Anver. Search alphaworks for wstk or look for

RE: WSDL generator

2001-05-30 Thread Ed Keen
It shows these arguments when I run it with the -? argument: -- java com.ibm.wsdl.Main [args] args: [-in URL|fileName] default: STDIN [-target client|server] default: client [-dir targetDir] default: . [-package packageName] default:

RE: no signature match Error

2001-05-30 Thread Matthew J. Duftler
Hi Laurent, Try packaging the testClass, and deploying and running it again. Then you can make sure that the server is really finding the right class. Another thing you can try is writing a JSP which instantiates an object of that class, and invokes the method you want. That would show that it

Error running addressbook sample in SOAP 2.2

2001-05-30 Thread Kuttner, Otto
I am getting this error when executing C:\Java\soap2.2java samples.addressbook.GetAllListings http://localhost:8080/soap/servlet/rpcrouter Generated fault: Fault Code = SOAP-ENV:Client Fault String = Deployment error in SOAP service 'urn:AddressFetcher': class name

Re: WSDL generator

2001-05-30 Thread Anver Sotnikov
There is a Swrap utility which generates WSDL from class but somehow it generates WSDL only for methods of java.lang.Object, that is completely opposite from what I want. I need WSDL for all public functions of my object minus public functions of java.lang.Object :o( Anver Sotnikov [EMAIL