Dave Castle

Greenhorn
+ Follow
since Oct 04, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Dave Castle

Madhuri Gumma wrote:Hi Meril,

I tried doing the same. that is adding the attribute, creating a class of new Form tag which is customized and my Struts version is 1.2 as well. I can see the autocomplete="off" in the F12 developer tools but the problem is still persistent. My browser is IE11. My company website works on it and i read that IE11 and all the new versions of browsers ignore autocomplete property and make them on by default. can you suggest me a work around. I also tried the "\" one which is mentioned below about the SQL injection but it is throwing error. Please suggest me some method to do it. Looking forward for your reply soon.



Were you able to disable caching with struts 1.2?
7 years ago
Hello,
I'm new to web services, CXF, WSDl's

I'm creating a Java command line app that is supposed to test a web service already in place. I have the WSDL and I generated the JAVA code using wsdl2java provided by CXF.
Now I need to establish an https connection with the service and I have the url, the keystore and the trustore but I really have no idea on how to go about this.
I have found the information online varies a lot, and to be confusing. Can someone point me out to a recent easy to understand tutorial?

This is what I'm trying so far to at least get an http connection going but even this is not working for me


Exception in thread "main" org.apache.cxf.service.factory.ServiceConstructionException: Failed to create service.
11 years ago