Is the metadata for the management web service of Service Bus Connect available?

Traitée Is the metadata for the management web service of Service Bus Connect available?

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
     
     Traitée

    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