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