Re: [Soaplab-users] Soaplab2, WSDLs and third-party clients
Brought to you by:
marsenger
From: Sebastien M. <Seb...@un...> - 2008-06-27 07:07:47
|
> Hi Sebastian, > >> my $client = >> SOAP::Lite->service('http://localhost:8080/soaplab2/services?wsdl'); >> >> $client->getCharacteristics(); >> >> How to pass 'classic.helloworld' ? > > You should specify the service name within the endpoint you use, similar > to the following example > > http://localhost:8080/soaplab2/services/classic.helloworld?wsdl > > Regards, > Mahmut Thanks. It will be easier to reach a specific application. But what should be arguments for 'describe', 'getCharacteristics' or 'run' by example ? It is not clear in my mind as it is for simpler WSDL file (http://prodom.prabi.fr/prodom/current/wsdl/essairunmkdom.wsdl). In a word, how can I get a list of application arguments, and how to run an application ? -- Sébastien Moretti |