users@glassfish.java.net

Problem with wsdls on secure http-listener

From: <glassfish_at_javadesktop.org>
Date: Fri, 30 Nov 2007 09:07:17 PST

I am having a problem with wsdls on the application server. After deploying my webservices to the server, testing them works fine on a non-secure http-listener port, but if I try to test it on a secure port, I get this exception:

javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,1]
Message: Premature end of file.

Checking out the wsdl files themselves, I see that the one on the non-secure port, located at
http://myhost:28162/services/WebService?wsdl
looks fine as expected, but the one on the secure port at
https://myhost:28161/services/WebService?wsdl
is blank. It doesn't result in a file not found error like it does if I try to look at a non-existing service, so I know the wsdl is there, it just appears to be empty so I'm not able to test it.

Thank you for any help you can give me.
[Message sent by forum member 'javawxz' (javawxz)]

http://forums.java.net/jive/thread.jspa?messageID=248033