Im gettin an error from a service unit that invokes a bpel service unit.
Error is " serviceName {http://localhost/foo} foomaster specified for
routing, but cant find it registerd
My BPEL Service UNit appears to deploy fine. It contians the WSDL, the
XML.xsd and the BPEL that
all compiles fine within the Eclipse and Netbeans IDE's. Servicemix console
window
says it registered the XSD document that is spec'd in the WSDL and refered
to in the BPEL.
Im c alling the BPEL as if it were a WEB Service from inside of a piece of
JAVA code, as
described in the serivcemiix/JBI examples, utilizing the NMR following code
frag
....
client.send( message);
--
View this message in context:
http://www.nabble.com/Calling-a-bpel-from-assembly-tf3907962s12049.html#a11080129
Sent from the ServiceMix - User mailing list archive at Nabble.com.