Hi Nandika, Thank you for response ... The webservice invoked by my BPEL process is also another BPEL process. The latter is deployed and tested without any problem.
It's true that when : 1- schemaLocation points to a file relative path, all is OK. 2- but when using a http URL, deployment fails Is there any tricky config to let me import the BPEL process WSDL using its http URL? Thanks in advance Regards, Mohammad On 24 August 2012 13:21, Nandika Jayawardana <[email protected]> wrote: > 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 > -- Mohammad
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
