Authentication to a Microsoft webservice

We are trying to call a Microsoft CRM webservice (with authenticates using active directory) from webMethods 8.0.1. Our WM installation is on Linux. The service fails to authenticate when we run it. This is probably because we are not providing the domain with the username and password. How can we provide the domain info?

If I use the soapui tool from my local (windows) pc, I am able to pass all 3 (username, password and domain) and can successfully call the webservice.

Help appreciated.

Vikas.

Hi Vikas,

You can pass the domain name by putting it in the auth/transport/user field, preceding the username and seperated by the '' character:

<username>

Ciao
Kristof