> -----Original Message-----
> From: Anthony Sangha
> Sent: Tuesday, November 16, 2004 8:26 AM
> To: '[EMAIL PROTECTED]'
> Subject: problem with the soap sample
>
> I'm using the Dynamic Invoker class and tried to use the following arguments:
> D:\download\webservices\wsif-bin-2.0\wsif-2.0\samples\simplesoap\StockquoteSOAP.wsdl
> getQuote IBM
>
> and I get the following exception:
> 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
> simplesoap.client.DynamicInvoker.invokeMethod(DynamicInvoker.java:338)
> at simplesoap.client.DynamicInvoker.main(DynamicInvoker.java:150)
> Exception in thread "main"
>
> What am I doing wrong?
>
> Anthony