Hi! I am trying to do a demo in servicemix4, the bus have to deploy a web service and receive one request from a client after process it, it will have to re-send to a third application.
The first part, deploy web-service receive and process the request is fine, I have deployed it in one bundle. After, I tried, in the same bundle, to create the web service client and from here call the third application. The problem is that the third application has deployed its web service with rpc encoding, if i try to attack it i receive the following error: "Application has thrown exception, unwinding now javax/xml/rpc/Service" I am doing well the process? I should use servicemix-http? I am absolutly newbie in servicemix, osgi and jbi but i have to make it. I have thought to deploy the client of the web service in other bundle, would this solve me anything? -- View this message in context: http://www.nabble.com/deploy-WebService-client-in-servicemix4-tp23499596p23499596.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
