Figure 1: Cannot find any matching endpoint.
Figure 2: WCF connection properties
If you look into the SharePoint ULS logs, you will see a corresponding error message "Could not initialize the endpoint components".
If you are connecting to ASMX based web service, the "Service Endpoint URL" is the ASMX service url. For example, if the ASMX service is hosted at http://myserver/service.asmx then the values for "Service Metadata URL" and "Service Endpoint URL" are as follows -
Service Metadata URL - http://myserver/service.asmx?wsdl
Service Endpoint URL - http://myserver/service.asmx
If you are connecting to WCF service, these values can get interesting. Now with WCF service, the service may not expose metadata endpoint, can expose WSDL endpoint or can expose MEX endpoint.
a) Metadata endpoint not exposed
When the metadata endpoint is not exposed by the WCF service, SPD (BCS) cannot consume that WCF service.
b) Metadata endpoint exposed as WSDL
When the WCF service exposes metadata as WSDL, its "Service Endpoint URL" can be determined by looking in the WSDL. Simply load the WSDL in the web browser ( http://myserver/service.svc?wsdl) and search for soap12:address in the WSDL. Typically it will appear in the end of the WSDL (see figure 3).
<wsdl:service name="Service"> <wsdl:port name="WSHttpBinding_IService" binding="tns:WSHttpBinding_Service"> <soap12:address location="http://myserver/Service.svc" /> <wsa10:EndpointReference> <wsa10:Address>http://myserver/Service.svc</wsa10:Address> <Identity xmlns="http://schemas.xmlsoap.org/ws/2006/02/addressingidentity"> <Spn>host/myserver.com</Spn> </Identity> </wsa10:EndpointReference> </wsdl:port> </wsdl:service>
Figure 3: Service Endpoint URL in WSDL
There can be more than one soap address in the WSDL, if the service exposes different bindings for these addresses. Depending on your requirement you can choose one of the service address.
c) Metadata endpoint exposed as MEX
When the metadata is exposed as MEX, you will need to read the endpoint addresses using svcutil.exe (http://msdn.microsoft.com/en-us/library/aa347733.aspx). When you execute svcutil.exe against the MEX endpoint, it will generate a config file. In the config file, search for "client" tag (it appears at the end of config file). Look at the addresses for the endpoint.
<client> <endpoint address="http://myserver/service.svc/basicHttpBinding" binding="basicHttpBinding" bindingConfiguration="MyService" contract="IServiceInterface" name="ConsoleService" /> </client>
Figure 4: Service Endpoint URL through MEX endpoint
The addresses mentioned in the config file are the "Service Endpoint URL" that SPD will understand.
10 comments:
You saved my day man ! thanks a million
It works. Thanks a lot.
You absolutely rock. Thank you!
thanks
Thanks it worked
Your the man!!!!!!!!!!!!!!! You made me sleep better tonight lol
Thanks a bunch, just saved me hours of troubleshooting
I am developing the service locally. Obviously, my laptop will not be its final destination, but for troubleshooting it's all local. To see more info please visit http://essayswriters.org/dissertation/
Thanks man
Zarobił w jeden wieczór ponad 1000$ w kasynie online - Gry slottica
Post a Comment