Is the metadata for the management web service of Service Bus Connect available?
-
vendredi 6 janvier 2012 16:03
Hello,
I'd like to know if the metadata of the connect service is available (http://intctp:8080/SBConnect/ManagementService.svc/)
Best regards
Toutes les réponses
-
samedi 7 janvier 2012 10:14
I just found out it's a REST service (off course, what was I thinking, SOAP is soooo 2000 ;)).
Is there a reference to the REST API available? I'd prefer using that reference, instead of using Fiddler to find everything out ;)
Best regards
-
samedi 7 janvier 2012 13:30
Hi,
There is no documnetatatation for the API.
As, the scemanticas are not yet locked down and there can be some breaking change in the next release.But, if you are really keen on programatic access, you can find Microsoft.ApplicationServer.Integration.AFConnect.Common.dll
in the intallation directory ( of both runtime and VS -addin).
Microsoft.ApplicationServer.Integration.AFConnect.Common.Client is the thick client which the Server explorer extension uses to talk to the service.
Please note that programatically using Microsoft.ApplicationServer.Integration.AFConnect.Common is officially un-supported. :)
Rohit Singh- Marqué comme réponse Sam Vanhoutte - Codit dimanche 8 janvier 2012 05:56

