Adding more details, maybe that could help: The BPEL process invokes a an external web service. When I add the web service to the project (in netbeans) it places it in a directory localhost_8080 under the project/src. This service has a schema.
When looking at the log during the deployment/compilation of the process I see that it's looking and not finding the schema file, which is strange as it's definitely there, but I suspect it has something to do with the directory structure. I attach the relevant part of the log of deployment of the process and the process files. http://old.nabble.com/file/p26709290/catalina.rtf catalina.rtf http://old.nabble.com/file/p26709290/MediaRenderer_AVTransportService.xsd_1.xsd MediaRenderer_AVTransportService.xsd_1.xsd http://old.nabble.com/file/p26709290/MediaRenderer_AVTransportService.wsdl MediaRenderer_AVTransportService.wsdl http://old.nabble.com/file/p26709290/MediaRenderer_AVTransportServiceWrapper.wsdl MediaRenderer_AVTransportServiceWrapper.wsdl http://old.nabble.com/file/p26709290/MediaComposite1.bpel MediaComposite1.bpel http://old.nabble.com/file/p26709290/MediaCompositeWsdl.wsdl MediaCompositeWsdl.wsdl Any idea why ode doesn't find the schema? Thanks, Dawg dawg wrote: > > Hi, > > I'm trying to deploy a process that invokes a JAX-WS web service. This web > service has a schema. When trying to deploy the process to ODE I'm getting > the following error: > > FATAL - GeronimoLog.fatal(116) | openResource: invalid scheme (should be > urn:) http://localhost:8080/MyService?xsd=1 > > The scheman is located there and is accessible. > > I suspect this failure (which does not prevent the process from being > deployed) is causing the process invocation later to fail, cos when I try > to initialise the variables before assignment, it's not doing its work, > and therefore further assignment fails. > > Any idea? > > Thanks, > Dawg > -- View this message in context: http://old.nabble.com/invalid-scheme-%28should-be-urn%3A%29-problem-tp26684479p26709290.html Sent from the Apache Ode User mailing list archive at Nabble.com.
