Hi,
I have a web services client application in MyEclipse Blue Edition 10.
There have been a lot of network problems which have finally been worked out except for the following final hurdle.
When I tested the wsdl, by itself, in eclipse using the Soap web services explorer
it connects to my endpoint and returns the expected data, YAHOO!
However, when I use my java program to do the same connect to the same endpoint,
I get this error: No subject alternative DNS name matching <my hostname> found.
I figure my java program must not be doing something that eclipse is doing, or, it
doesn’t have some setting that eclipse does. Any thoughts?
I’m using SSL wsse:Security in the Soap header in the eclipse wsdl test and the program.
Michael