Your to/from seem wrong. Try

 <to>$SayHelloIn.name</to>

in the first assign and

  <from>$SayHelloOut.greeting</from>

in the second.

On Fri, 13 Nov 2009 12:59:39 -0500, dawg <[email protected]> wrote:


Hi,

I have this simple BPEL process attached. It's really simple! when I invoke
it using SoapUI I'm getting this selectionFailure on the assign activity.

I attach the BPEL and the WSDL files and the corresponding tomcat log.

http://old.nabble.com/file/p26340705/HelloWSDL.wsdl HelloWSDL.wsdl
http://old.nabble.com/file/p26340705/HelloBPELProcess.bpel
HelloBPELProcess.bpel
http://old.nabble.com/file/p26340705/log.rtf log.rtf

This is the SOAP input:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:hel="http://j2ee.netbeans.org/wsdl/HelloWSDL";>
   <soapenv:Header/>
   <soapenv:Body>
      <hel:HelloWSDLOperation>
         <name>joe</name>
      </hel:HelloWSDLOperation>
   </soapenv:Body>
</soapenv:Envelope>



--
Greg Lucas

Reply via email to