I resolved this issue by using a serviceReference from within dotNet application:
I modified client config bindings as below:
[
<security mode="TransportCredentialOnly">
<transport clientCredentialType="Basic"/>
</security>
</binding>]
Now I am able to connect to MWS from my interface and I see that I can delete tasks as an admin.
I am still having issues when I use getTask() to get task info for a particular user…Task object is simply null
Did any one face this issue before?
#webMethods-BPMS#webMethods#MWS-CAF-Task-Engine