I have a problem with my SOAP-Service, my local Dynamics CRM 2011 is installed on my Windows Server 2008 R2 server .
If I call SOAP-Service
"http://crmdevsvr/Contoso/XRMServices/2011/Organization.svc"
or
"http://crmdevsvr/Contoso/XRMServices/2011/Organization.svc?wsdl"
He becomes the answer.
Otherwise, if I call SOAP-Service using Silverlight-Resource , it will build the internal using GetSoapService () URL function
"Uri serviceUrl = CombineUrl(GetServerBaseUrl(), "/XRMServices/2011/Organization.svc/web");"
When I try to call the URL , it does not work:
"http://crmdevsvr/Contoso/XRMServices/2011/Organization.svc/web"
Now the funny (or not) problem is that the end / web URL works sometimes .
What does / web mean at the end of the url ?
source share