In this discussion, I did not see any mention of any error in the web service's log.
What does the service's log say when the client tries to connect? Does it see the connection attempt at all? Does it give any hint as to why it is refusing the connection?
Ron On 09/12/2010 7:46 AM, vkrejcirik wrote:
Ok, I add cxf servlet definition into web.xml of server, but I still get the same exception. When server is start, I see Available SOAP services: Available RESTful services: Endpoint address: http://localhost:8888/ContextService WADL : http://localhost:8888/ContextService?_wadl&type=xml Endpoint address: http://localhost:8888/JobService WADL : http://localhost:8888/JobService?_wadl&type=xml But I cannot call them. Do these service realy use protobuf protocol ? I proceeded according to http://code.google.com/p/cxf-protobuf/wiki/UsersGuide http://code.google.com/p/cxf-protobuf/wiki/UsersGuide
