Looks like the xsl file is not present and hence the issue. The best way would be to download all the files associated with the wsdl , copy them to the bpel project and edit the schemaLocation to point to the local relative path. They way, you can avoid this kind of errors.
Regards Nandika On Thu, Aug 23, 2012 at 9:53 PM, Mohammad Benslimne < [email protected]> wrote: > Hi folks, > > In my BPEL process WSDL, I am trying to import the WSDL of a webservice > (and this one itself imports some schemas). > The webservice est deployed correctly on WSO2 BPS's axis. > > But I am getting an error related to schemas import while deploying my > process : > Caused by: javax.wsdl.WSDLException: WSDLException (at > /definitions/import[2]/definitions/types/schema): faultCode=PARSER_ERROR: > Problem parsing ' > http://localhost:9763/services/nosUsrProv?xsd=saml-2.0-os/saml-schema-assertion-2.0.xsd'.: > java.io.FileNotFoundException: > http://localhost:9763/services/nosUsrProv?xsd=saml-2.0-os/saml-schema-assertion-2.0.xsd > Webservice resources aren't by default exposed? > Any hint to solve to problem? > Many thanks in advance ... > > > Regards, > Mohammad > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Nandika Jayawardana Senior Technical Lead WSO2 Inc ; http://wso2.com lean.enterprise.middleware
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
