The following procedures show you how to import an existing BPEL into ALBPM Studio. When importing a BPEL Process you must also import its corresponding WSDL file.
To use the editor provided with ALBPM Studio, you must manually edit the namespace of your BPEL Process.
The namespace declaration is the xmlns:NAME attribute of the top-level <NAME:process> element (where NAME may be any valid xml namespace).
For example, if you have defined you XML namespace as:
<bpel:process xmlns:bpel="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
xmlns:ns1="test" xmlns:xsd="http://www.w3.org/2001/XMLSchema" exitOnStandardFault="yes"
name="test1" suppressJoinFailure="yes" targetNamespace="http://test1">
You must replace the xmlns:bpel="http://docs.oasis-open.org/wsbpel/2.0/process/executable" with http://schemas.xmlsoap.org/ws/2004/03/business-process/