users@glassfish.java.net

Re: SOAPBindings

From: Vijay Ramachandran <Vijay.Ramachandran_at_Sun.COM>
Date: Sun, 26 Nov 2006 17:51:31 -0800

Baker, Brad (Contr) wrote:
>
> Thanks Art,
>
>
>
> Ok I have gone to:
>
> @WebService(
>
> name="HomeDomainService",
>
> serviceName="HDWS_home_domain",
>
> targetNamespace="ngms.chims.hdws"
>
> )@SOAPBinding(
>
> style=SOAPBinding.Style.DOCUMENT,
>
> use=SOAPBinding.Use.LITERAL
>
> )
>
>
>
> Now when I deploy I get:
>
> C:\Sun\AppServer\domains\domain1\generated\xml\j2ee-modules\DomainSyncHome\META-INF\wsdl\HDWSHomeDomain.wsdl
> (The system cannot find the file specified)
>
> at
> java.io.FileInputStream.open(Ljava.lang.String;)V(Native Method)
>

Can you please provide the complete stack trace along with more info on
JDK version, glassfish version etc ? Also, do you have any deployment
descriptors like webservices.xml ?

> First why HDWSHomeDomain.wsdl and not HomeDomainService.wsdl?
>

It is because you specified the serviceName attribute in the @WebService
annotation

Vijay