Hi gurus, I have something that must serve you. I was getting the following message when trying to use my first WSIF example :)
$ java clients.DynamicInvoker build/samples/simplesoap/StockquoteSOAP.wsdl getQuote IBM > Reading WSDL document from 'build/samples/simplesoap/StockquoteSOAP.wsdl' ... >Exception in thread "main" org.apache.wsif.WSIFException: Cannot get Object part 'Result'. No parts are set on the message After controlling the classpath a hundred times and looking resources on the web (where I found people with the same unsolved problem) I thought that maybe xmethods had inadvertently changed the soap endpoint. So, I made some research and changed the the line in the wsdl file: <soap:address location='http://66.28.98.121:9090/soap'/> for <soap:address location='http://64.124.140.30:9090/soap'/> And voilÃ! It works. The first IP still doesn't ping. Sorry if I published the comment in the wrong place, I was afraid putting this on bugzilla was not very appropriate, and maybe other people are getting crazy now for this as I was, they should be informed :). Regards, Daniel Lacerda
