Webservice authentication using Digital certificate , Server Jboss Soa 5.3.1 - web-services

I am using Jboss SOA 5.3.1 as application server. Please guide me what are the steps should be followed at server side and client side.

Related

Not able to a https web service in ColdFusion 8

We are trying to add a https web service via CFadmin in ColdFusion 8.
We have two ColdFusion applications. One on ColdFusion 2016 and other in ColdFusion 8.
The CF8 application consumes few of the Web services of CF2016 application.
Recently, we added SSL to CF2016 application. So now the URLs of this application are HTTPS.
After it, few of the modules of cf8 that were consuming the webservices of cf2016 stopped working.
We figured it out that we need to update the webservice urls in cf8 with https urls.
We tried to update the webservice urls in CFAdmin but with no success. ColdFusion doesnot allow us to do it. It shows one error message
Error creating web service. Please ensure that you have entered a correct Web Service name or URL.
We have checked the WS url in browser. It's returning the WSDL XML.
After a bit of searching we found this link
http://www.richarddavies.us/archives/2006/02/enabling_web_services.php
It suggests to add the SSL certificate to ColdFusion's Java Keystore and restart ColFusion services. We followed the steps - Imported the SSL certificate to keystore and restarted coldfusion service. But no success. We also tried restarting the whole server.
Can some suggest what else needs to be done to add HTTPS webservice to ColdFusion 8. We are currently clueless.
Configuration:
App1(non ssl) - CF8-multiserver, java6,iis7.5, windows server 2008 r2
App2(SSL installed) - CF2016, java8, iis8.5, windows server 2012 R2
The quickest solution you can do is to upgrade the CF8 to cf2016.
If Windows 2003 Server as there is no support from Microsoft for TLS 1.1 or 1.2 in this server version.
https://blogs.msdn.microsoft.com/kaushal/2011/10/02/support-for-ssltls-protocols-on-windows/

How do I set the timeout for a JAX-WS webservice client (javax.xml.ws.client.receiveTimeout) on JBoss VM client configuration?

I know this can be done programatically using the code below:
((BindingProvider) port).getRequestContext().put("javax.xml.ws.client.receiveTimeout", "300000");
But I don't have rights to change the application code. Then I'm trying to do this at the Jboss configuration (VM client).

How can Ready API / SOAP UI Pro creates Webservice Client for WCF webservice with SOAP 1.2?

I was trying to create Java Web service Client through CXF 3.1.6 , for a CXF Webservice implemented with SOAP 1.2. I always see Cerficate or generated binary token Exception, Where as the service client works through SOAP UI pro.
When i search for the SOAP 1.2 supported CXF webservice client, I see so many places that CXF doesn't support SOAP 1.2. How does SOAP UI pro generates client for this kind of services but we cant achieve it through CXF?
EDIT :
Asking this Question,since i am assuming that SOAP UI Pro / Ready API developed their tool based on Java frameworks.

Invoking https web services from Glassfish 4 returns HTTPS 403 Error

I am developing a web service client with NetBeans 7.4 in Glassfish 4.0; The host server runs https (secured). I could access the WSDL in NetBeans successfully and generated the required classes. The problem is that I get a error:
com.sun.xml.ws.client.ClientTransportException: The server sent HTTP status code 403: Forbidden
when I deploy my application into Glassfish 4.0. Interestingly, this problem does not occur when I deploy into Tomcat or when I develop, build and run as a Java Desktop application.
Is there some setup I need to do on Glassfish? I noticed the host server I am accessing uses a Verisign Certificate.
Any help will be very much appreciated!
Well, after searching everywhere for a solution; I got the hint from My application on Glassfish 3.1 won't perform client authentication by removing -Dcom.sun.enterprise.security.httpsOutboundKeyAlias=s1as from the default glassfish domain's jvm option
Thanks!

Websphere based SOAP over JMS Example

Can anyone point to some tutorial on how to implement WebSphere based SOAP over JMS WebServices?
I am specifically looking for WSDL sample, client and server side projects.
How about this: Develop a SOAP/JMS JAX-WS Web services application with WebSphere Application Server V7 and Rational Application Developer V7.5