CCed wsif-dev Clifford Audinet wrote: > WSIF invoked the calculator service and received the error below which > is better than nothing. I ran the dedicated web service client that > comes with the Server side deploy for Axis and it worked so I think I > still have some possible jar version issues. > > Thoughts? AFAIR this error is quite common when WSDL has something that is different from what is sent by service in response - did you check it (for example by using TCP Monitor)?
thanks, alek > > C:\wsif-2.0>java clients.DynamicInvoker > C:\axis-simple-server\AxisServer\wsdls\c > alculator.wsdl add 2 2 > Reading WSDL document from > 'C:\axis-simple-server\AxisServer\wsdls\calculator.ws > dl' > Preparing WSIF dynamic invocation > - WSIF0006W: Multiple WSIFProvider found supporting the same namespace > URI 'http > ://schemas.xmlsoap.org/wsdl/soap/'. Found > ('org.apache.wsif.providers.soap.apach > eaxis.WSIFDynamicProvider_ApacheAxis, > org.apache.wsif.providers.soap.apachesoap. > WSIFDynamicProvider_ApacheSOAP') > - WSIF0007I: Using WSIFProvider > 'org.apache.wsif.providers.soap.apacheaxis.WSIFD > ynamicProvider_ApacheAxis' for namespaceURI > 'http://schemas.xmlsoap.org/wsdl/soa > p/' > Executing operation add > Exception in thread "main" org.apache.wsif.WSIFException: Cannot get > Object part > 'addReturn'. No parts are set on the message > at > org.apache.wsif.base.WSIFDefaultMessage.handleNoPartsException(Unknow > n Source) > at > org.apache.wsif.base.WSIFDefaultMessage.getObjectPart(Unknown Source) > > at clients.DynamicInvoker.invokeMethod(Unknown Source) > at clients.DynamicInvoker.main(Unknown Source) > -- The best way to predict the future is to invent it - Alan Kay --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]