Re: [Soaplab-users] Soaplab2, WSDLs and third-party clients
Brought to you by:
marsenger
From: Mahmut U. <ul...@eb...> - 2008-06-26 15:32:37
|
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 |