I'm using netbeans to develop some BPEL but can't figure out how to add a switch-case block, it's not in the palette anywhere. I'm using netbeans 6.5. Any ideas?
Switch is definitely a valid element: http://charltonb.typepad.com/weblog/2003/08/bpel4ws_switch_.html It's also mentioned in the course materials I'm running through.
Have you tried just inserting the switch in the xml source itself? Not sure if Netbeans would support it but it is defined in the standard for BPEL markup.