1. Tibco SOAP request over https - SSL certificate verification problem stackoverflow.comI'm using Tibco BusinessWorks to consume a soap web service over an HTTPS connection. The instructions boil down to:
|
2. tclsoap and ssl stackoverflow.comCan anyone provide a working example of using tclSOAP with SSL? The links referred to in the official docs aren't working http://tclsoap.sourceforge.net I'm unsure how to configure the transport ... |
3. C# trace https soap requests? stackoverflow.comI have a C# app that is sending soap requests over an https channel. Is there any way I can add tracing to just dump every request into a log file? ... |
4. Apache Soap Client-side HTTPS calls slowness stackoverflow.comHi I am using Apache Soap jar to call web services. But I am not sure which version I am using. Below is how I use it. message_.send (this.getEndPoint(), this.soapActionUri_, ... |
5. Is it possible to use encrypted webservices in WP7, that do not rely on HTTPS for encryption? stackoverflow.comI am wondering, if it is possible to use encrypted webservices in WP7, that do not rely on HTTPS for encryption? Can WP7 support the ws-security standards for encrypted SAML based ... |
6. Connect Flash with SOAP stackoverflow.comI want to connect to a SOAP web service in Flash. The SOAP web services is hosted on https and requires username and password. I can't find any documentation or libraries ... |
7. Complex problem with: Webservice Request (SOAP), HTTPS, Client Certificate jmeter.512774.n5.nabble.comHello, I need to load test a webservice over https. I have imported the server certificate into the keystore. The developer said, the client (JMeter in my case, Internet Explorer for the users) should send a client certificate with the request. I was not successfull importing the client certificate (in .p12 - format) into the keystore: keytool was complaining ... |
8. SOAP HTTPS & Client Certificates jmeter.512774.n5.nabble.comHi all, using Jmeter 2.4 r961953 - JRE x86 1.6.0_21 on Windows Vista SP2 x64. I am trying to load test a SOAP Web Service to which I connect via SSL using client certificate authentication. Web Service resides on an IBM WAS 6.1/AIX (cluster actually, published via two ibm http server balanced by a load balacing device). Using "WebService(SOAP) Request" Sampler. ... |
9. Testing WebService(SOAP) Request in HTTPS protocol jmeter.512774.n5.nabble.comHi all, I recently install JMeter for Load and Performance Testing a WebApplications and WebServices. every thing is ok and help embedded but a qustion: When i want to test my webService using "WebService(SOAP) Request", can not solve the error. my webserver is "apache-tomcat-6.0.26" and the address of webservice i want to load test is: https://localhost:8443/.../../Re..WebServiceImpl?WSDL |
10. Testing WebService(SOAP) Request in HTTPS protocol jmeter.512774.n5.nabble.comHi All, I've recently installed JMeter for Load and Performance Test of a WebApplication and a WebService. every thing is ok and help embedded but a qustion: When i want to test my webService using "WebService(SOAP) Request", i can not solve the error. my webserver is "apache-tomcat-6.0.26" and the address of webservice is: https://localhost:8443/.../../Re..WebServiceImpl?WSDL |
11. Webservice Request (SOAP), HTTPS, Client Certificate jmeter.512774.n5.nabble.comHello, I need to load test a webservice over https. I have imported the server certificate into the keystore. The developer said, the client (JMeter in my case, Internet Explorer for the users) should send a client certificate with the request. I was not successfull importing the client certificate (in .p12 - format) into the keystore: keytool was complaining ... |
12. SOAP and https not working. coderanch.comI have a SOAP implementation developed and tested OK with HTTP connections. I am using the low level api (not SOAP-RPC) whereby I get a URL connection and write the SOAP envelope to it. I have also been successfully getting the response SOAP Envelope (when using http). However, when I change the target URLs to HTTPs endpoints, I invariably get handshake ... |
13. SOAP over HTTPS / SSL coderanch.comHello everyone, need help - my project requires making a SOAP call to access a web service over HTTPS. We are using WSAD 5.0 server with IIS web server. I am very new to this. Could anyone sort of guide me? I have the WSDL file & I generated Java Proxy clients using WSDL2Client. How do I go about ensuring that ... |
14. Sending Soap requests thru Https coderanch.comHi all, I am trying to access a web service which is running in SSL (Https). The problem is the message sending fails ant its throwing "com.sun.xml.messaging.saaj.SOAPExceptionImpl: java.security.PrivilegedActionException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Message send failed". The Code fragment is shown below: SOAPConnectionFactory scf = SOAPConnectionFactory.newInstance(); SOAPConnection connection = scf.createConnection(); // Create a request message MessageFactory msgFactory = MessageFactory.newInstance(); . . . SOAPMessage reply = ... |
15. SOAP and HTTPs Help!!! coderanch.comHi all, I am trying to connect to a secure site running a SOAP server but every method I have tried results in a deadend..., can anyone tell me if I have the right idea? I am new to SOAP and new to creating secure connections HTTPs so the mix probably isn't good, ideally I'd deal with 1, then move onto ... |
17. about HTTPS and SOAP forums.oracle.comHi, I have the following situation: I developed a SOAP Server using Tomcat by 8080 port and I have two SOAP Clients, the first one is over Apache, PHP in Window OS and using HTTP (this client is connected with the SOAP Server perfectly ) and the other client is over Apache, PHP in Linux OS and using HTTPS (this client ... |