ssl « soap « Java Enterprise Q&A





1. Could not establish trust relationship for SSL/TLS secure channel -- SOAP    stackoverflow.com

I have a simple web service call, generated by a .NET (C#) 2.0 windows app, via the web service proxy generated by Visual Studio, for a web service also written in ...

2. Mirth: calling an SSL SOAP web service with a client certificate    stackoverflow.com

The scenario is around calling an external SSL SOAP web service from within Mirth. The web service is requires an SSL/TLS connection along with a client certificate. The intention is to ...

3. Trouble using GSoap and SSL    stackoverflow.com

I'm writing a gSoap client application against a service that has both standard http and https versions. Everything I've written so far works fine with the http service, but when ...

4. Benefits of "Don't Fragment" on TCP Packets?    stackoverflow.com

One of our customers is having trouble submitting data from our application (on their PC) to a server (different geographical location). When sending packets under 1100 bytes everything works fine, but ...

5. .Net Web Reference SSL Error    stackoverflow.com

While using a Visual Studio "Web Reference" to a SOAP service on a server that requires an HTTPS connection I get the error: "The underlying connection was closed: Could not establish ...

6. Could not establish secure channel for SSL/TLS for SOAP call    stackoverflow.com

Our core server is calling out to a soap web service over https on a number of different servers to confirm that a transaction has completed. The code is dotnet 3.5 (vb) ...

7. using SSL certificate with SOAP    stackoverflow.com

Can anyone explain me, how to use SSL certificate with SoapHttpClientProtocol class? May be link to articles etc?


Some addtional information This is a part of SOAP-client wrote in php with NuSOAP library.
<?php

#
# ...

8. 10.5-10.6+ support - libcrypto + commoncrypto + stdsoap2.c = StackOverflow Help!    stackoverflow.com

So, it's been made apparent that libcrypto requires the 10.5 SDK if you are building for 10.5+ support. The problem is that all the solutions say rebuild with CommonCrypto instead of libcrypto. ...

9. How To SIGN SOAP message body USING JKS?    stackoverflow.com

How To SIGN SOAP message body USING JKS? Taking out Keys from keystore and then trying to sign the body unable to do that.





10. SOAP with SSL    jmeter.512774.n5.nabble.com

I am getting the following error when I try to run a WebService(SOAP) Request against a site with https (port 8443). I am using JMeter 2.2 Any ideas? Are there any known issues with SOAP & SSL? I have used JMeter with a web site with https without problems, so I know the bases SSL stuff is OK. ...

11. soap / ssl problem    coderanch.com

I am using JDeveloper 9.0.3 and the Oracle SOAP library which is shipped with Oracle JDeveloper. My application connects to a SSL enabled webservice. The first problem I encountered was a 'no njssl9 in java.library.path' error. I used the tips from Lehmann's BLogger site (http://radio.weblogs.com/0132036/2004/02/13.html). I could not get this working in JDeveloper 9.0.3 because JDev 9.0.3 is using java jdk ...

12. connect to a SOAP webservice using SSL    coderanch.com

Hi all, I'm using a local apache 2 web server to run sugarcrm community edition on a linux machine. i use a java client with sugarcrm SOAP API to authenticate users. this works for http connections. Now i want to be able to authenticate users through secure https connections. I know for this i'll need to tell my web server to ...

13. connect to a SOAP webservice using SSL    forums.oracle.com

The only vaguely Java portion of this is that as I intimated previously Java is "pickier" than a browser might be about an HTTP server using a self-signed certificate. A browser is likely to show some sort of warning page or dialog to the user indicating a problem with the certificate, while Java will just fail with the same issue.