Hi all, I just tried to launch samples (simplesoap, complexsoap, multibinding) and I failed... I can run successfully the java address book one.
For the multibinding one I get the following error : java clients.DynamicInvoker samples/multibinding/StockQuoteService.wsdl getQuote IBM Reading WSDL document from 'samples/multibinding/StockQuoteService.wsdl' Preparing WSIF dynamic invocation - WSIF0006W: Plusieurs WSIFProvider trouv�s, supportant l' URI du m�me espace de nom 'http://schemas.xmlsoap.org/wsdl/soap/'. ('org.apache.wsif.providers.soap.apacheaxis.WSIFDynamicProvider_ApacheAxis, org.apache.wsif.providers.soap.apachesoap.WSIFDynamicProvider_ApacheSOAP') trouv�. - WSIF0007I: Utilisation de WSIFProvider 'org.apache.wsif.providers.soap.apacheaxis.WSIFDynamicProvider_ApacheAxis' pour namespaceURI 'http://schemas.xmlsoap.org/wsdl/soap/'. Executing operation getQuote Exception in thread "main" org.apache.wsif.WSIFException: Cannot get Object part 'Result'. No parts are set on the message at org.apache.wsif.base.WSIFDefaultMessage.handleNoPartsException(Unknown Source) at org.apache.wsif.base.WSIFDefaultMessage.getObjectPart(Unknown Source) at clients.DynamicInvoker.invokeMethod(Unknown Source) at clients.DynamicInvoker.main(Unknown Source) I read the mail from : Daniel da S. Lacerda for a similar problem but I get the same response after changing the port number. Moreover, there is a big delay after "Executing operation getQuote". I use a binary version of WSIF 2.0 on Linux. I run . classpath.sh before launching samples. Thanks for helping me, Regards, Charles Souillard
