if you wish to implement with original wsdl place 'useOriginalWSDL'
parameter in services.xml e.g.
        <parameter name="useOriginalwsdl">true</parameter>

M--
----- Original Message -----
From: "Deepal Jayasinghe" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Friday, October 19, 2007 7:57 PM
Subject: Re: Validating the xml


>
> > Hi everyone,
> > I think I've finished writing my web service, I even use validation
> > with an .xsd through xerces.
> > My question is how can I load the .xsd file through the web server?
>
> You can add the wsld and .xsd files into the service archive file , just
> put those into META-INF directory.
> > Currently I do it using
> > new File("absolute_path..."). Is there a way I can load the file from
> > the web server, without actually
> > making the .xsd public? Even better can I tell axis2 to use the wsdl
> > descriptor for validation?
> > Thanks.
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to