As a quick extension to my previous blog entries based around the Open
ESB WLM SE and interfacing using your own IDE. In my examples Visual
Web Pack and ICEFaces I have created a bare bones SoapUI Project that
is based on the TaskCommon.wsdl. If you download this and tweak the
URLs then you will be able to quickly test your deployments.
If you downloaded the WLM SE Component installer on or after the 9th
March 2009 you will notice that the TaskCommon.wsdl has been changed
from a concrete implementation to an abstract implementation and hence
you will not be able use it directly without modifying the Composite
Applications Service Assembly.
To allow remote access you will need to connect the TaskCommonPort to a
SOAP BC as below and configure it as follows:
- Name : TaskCommonPort
- Binding : TaskCommonBinding
- soap:address : http://localhost:${HttpDefaultPort}/wfse/TaskCommon
Once configured you will be able to connect the SOAP UI Project.