users@glassfish.java.net

Re: Problem with wsdls on secure http-listener

From: Jeanfrancois Arcand <Jeanfrancois.Arcand_at_Sun.COM>
Date: Fri, 30 Nov 2007 16:07:44 -0500

Hi,

glassfish_at_javadesktop.org wrote:
> 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.
>

looks like a bug. Can you file an issue here (with a test case):

https://glassfish.dev.java.net/servlets/ProjectIssues

which version of GlassFish are you using?

Thanks

-- Jeanfrancois


> 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
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>