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>


Thanks,
Dawg

-- 
View this message in context: 
http://old.nabble.com/Strange-selectionFailure-in-assign-activity-tp26340705p26340705.html
Sent from the Apache Ode User mailing list archive at Nabble.com.

Reply via email to