I\'m trying to consume an ASP.NET Webservice from a Java application. The java app is being built with Eclipse on a Windows box. I\'ve installed the Webservice tools for Eclipse and I\'ve downloaded t
I\'m trying to integrate Sugar CRM with one of my projects. I\'m using Apache Axis as my SOAP client.
I have a problem with the Jakarta Commons HttpClient. Before my self-written HttpServer gets the real request there is one request which is completely empty. That\'s the first problem. The first probl
I am writing a simple web service to return an object with 2 properties. I am embedding the service into an existing web application.
I\'m using Apache Axis 1.5.1 to code a web service client connecting to a service over SSL. My application is running in Tomcat with SSL configuration setup in JKS. However, when I conne开发者_高级运维
i have local WSDL file. i tried to create JAX-WS Web service client which is available by default in Netbeans. But there are problems in accessing the service. So i tried to create Axis Web Service cl
We\'ve got an incredibly frustrating situat开发者_StackOverflowion with a CF Web Services-based API that we wrote and maintain. We had an API in place for years that was stable and working happily wit
I am trying to create the java files from a remote webservice. I downloaded axis 1.4, copied the lib folder to c:\\data\\axis\\lib which contains of these files:
I am having trouble getting web services to work in ColdFusion. This works just fine on my development server, but when I gave it to QA they are getting this error on their server. Both are running Co
I have an axis开发者_开发技巧 web service deployed on JBOSS. My web service is synchronous. So, how does a web service handle multiple requests? And how do I simulate/test that my code can handle mult