Hi Dawg, this is just a gues since I am not familiar with JAX-WS. But, does it work if you use http://localhost:8080/MyService<http://localhost:8080/MyService?xsd=1>as the url? Maybe if you add "?xsd=1" you only get the WSDL from the service but the BPEL process needs the actual endpoint of the service.
Best regards, Daniel On Mon, Dec 7, 2009 at 10:28 PM, dawg <[email protected]> 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-tp26684479p26684479.html > Sent from the Apache Ode User mailing list archive at Nabble.com. > >
