Hi shivanand
You have prompted tutorials that I lready read...
so. Here an example:
I have main-deploy.xml
<deployment>
<task-description>Tutorials - TEST</task-description>
<task-user-owners/>
<task-role-owners>
<role>examples\employee</role>
</task-role-owners>
<formURI>http://localhost:8080/wds/test/Main.xform</formURI>
<formNamespace>http://www.intalio.com/bpms/workflow/xforms/TEST/TEST</formNamespace>
<processEndpoint>http://localhost:8080/pxe/soap/TEST</processEndpoint>
<userProcessInitSOAPAction>http://www.example.com/TEST/TEST_PortType/Init</userProcessInitSOAPAction>
</deployment>
So I have deployed form. formURI=http://localhost:8080/wds/test/Main.xform
I tryed:
D:\projects\BPMS>wds-cli.bat -w
http://localhost:8080/wds/test/ retrieve
UnavailableItemException: Item not available.
D:\projects\BPMS>wds-cli.bat -w
http://localhost:8080/wds/test/TEST retrieve
UnavailableItemException: Item not available.
D:\projects\BPMS>wds-cli.bat -w
http://localhost:8080/wds/test/TEST/ retrieve
UnavailableItemException: Item not available.
D:\projects\BPMS>wds-cli.bat -w
http://localhost:8080/wds/test/Main/ retrieve
UnavailableItemException: Item not available.
D:\projects\BPMS>wds-cli.bat -w
http://localhost:8080/wds/test/Main retrieve
UnavailableItemException: Item not available.
D:\projects\BPMS>wds-cli.bat -w
http://localhost:8080/wds/TEST/ retrieve
UnavailableItemException: Item not available.
D:\projects\BPMS>wds-cli.bat -w
http://localhost:8080/wds/TEST retrieve
UnavailableItemException: Item not available.
D:\projects\BPMS>wds-cli.bat -w
http://localhost:8080/wds/TEST/TEST retrieve
UnavailableItemException: Item not available.
D:\projects\BPMS>wds-cli.bat -w
http://localhost:8080/wds/TEST/TEST/ retrieve
UnavailableItemException: Item not available.
What WDS descriptor should I use to get a service?