Access a .NET Web Service
Hi all.
I am trying to generate a wsdl for a .NET web service that is hosted on IIS and is using SSL.
I am using Java Sun Creator to generate the wsdl. When I try to generate it, I get all the time this error:
javax.net.ssl.SSLProtocolException: java.io.IOException: subject key, Unknown key spec: Invalid RSA modulus size
The certificate is issued by me and the size of the certificate is 512 bits, so it is not the size problem as I read on the forums.
Can somebody help me with it?
Thanks for any suggestions.
[562 byte] By [
popica] at [2007-11-26 8:22:29]

# 1
You can not "generate a wsdl" in Java Studio Creator. Do you mean consume a WSDL through the "add webservice" feature? If so, please post the WSDL so we can try it. Also be aware that Java Studio Creator only supports WS-I compliant web services. Java Studio Creator works in most cases but if you have a WSDL that Creator can't consume, you can use NetBeans 5.0 to create a client then use the client in Creator. Please see my blog http://blogs.sun.com/roller/page/david/20060511 for more information.
Cheers!
-David