I am connecting to a Java Axis2 web service using a .NET web service client. The client itself targets the .NET 3.5 framework. The application that wraps the client DLL is 2.0. I\'m not sure if that h
There is an SAP server that has some webservices I need to use, so I am trying to use wsimport to generate the client stubs.
I\'m attempting to enable SSL communication from a web service client (Axis2) using the certificate on the user\'s CAC card.Works like a 开发者_JAVA技巧charm....UNTIL the web server is CAC enabled.At
T开发者_运维问答his is probably an easy question for anyone with any moderate expertise with web services using Apache Axis.
In the HTTP Connection header, my web service client is including: Connection: Keep-Alive I want to disable this.After doing some research, it appears the way to do this is to set the KeepAlive memb