On Wed, Jul 1, 2009 at 4:57 PM, Mike Edwards<mike.edwards.inglen...@gmail.com> wrote: > Folks, > > I have been using the helloworld-bpel sample as a testcase on 2.x to try to > get the BPEL code working with ODE 1.3.2 and now that I think that I've got > the BPEL code working, I think I've discovered that this BPEL Sample is > actually bogus and needs fixing. If anyone thinks otherwise, please shout > now before I spend a load of effort making corrections. > > There are 2 problems, I believe: > > 1) The CLIENT code uses a Java interface to describe the service interface > implemented by the BPEL process. The BPEL process describes the interface > using a WSDL portType (naturally). Problem is that the Java interface is > *NOT* the JAX-WS mapping of the WSDL. In particular, the namespaces are > totally screwed up (as I discovered when looking at the actual data received > by the BPEL process). > > I believe that this should be fixed by gen-ing the Java interface from the > WSDL using the JAX-WS tools. >
I thought the interfaces just needed to be a "compatible", i.e. just that the operation names match, not the namespace/package name too? ...ant