|
Home > Archive > BizTalk Server General > January 2006 > Retrieving information from BAM
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Retrieving information from BAM
|
|
| Alexandr Zverev 2005-10-24, 10:37 am |
| Hello
What would be a standard approach programmatically accessing Primary Import
Database? Where could we get information about BAM Query Web Service. BAM
Query Web Service has no clear usage documentation.
Best wishes, Alex.
| |
| Keith Lim 2005-10-24, 10:37 am |
| Hi Alex,
For accessing information on PrimaryImport Database, you can use
BAMManagementService.
You can access this at :
http://localhost/BAM/BamManagementS...entService.asmx
Currently, the documentation is still being worked on.
These are the methods, (those prefix with Get for accessing).
AddSubscription
CreateAlert
DeleteAlert
GenerateEventForArtifact
GetAlert
GetAlertsSummary
GetCapabilities
GetPivotViewXml
GetReferences
GetRelatedActivityInstances
GetViewDetailsAsXml
GetViewSummaryForCurrentUser
RemoveSubscription
UpdateAlert
UpdateSubscription
Thanks,
Keith
--------------------[vbcol=seagreen]
Import[vbcol=seagreen]
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
| |
|
| just out of curiosity, can we access this BamManagementService in BTS 2004?
by copy any webservices or recommended dll's?
I am also making a blog where i am capturing all the current user questions
posted on BAM,
http://vamsibiztalk.blogspot.com/
feel free to leave any comment,
regards
Vamsi
"Keith Lim (MSFT)" wrote:
> Hi Alex,
>
> For accessing information on PrimaryImport Database, you can use
> BAMManagementService.
> You can access this at :
> http://localhost/BAM/BamManagementS...entService.asmx
> Currently, the documentation is still being worked on.
>
> These are the methods, (those prefix with Get for accessing).
>
> AddSubscription
> CreateAlert
> DeleteAlert
> GenerateEventForArtifact
> GetAlert
> GetAlertsSummary
> GetCapabilities
> GetPivotViewXml
> GetReferences
> GetRelatedActivityInstances
> GetViewDetailsAsXml
> GetViewSummaryForCurrentUser
> RemoveSubscription
> UpdateAlert
> UpdateSubscription
>
> Thanks,
> Keith
>
> --------------------
> Import
>
>
> --
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
> Use of included script samples are subject to the terms specified at
> http://www.microsoft.com/info/cpyright.htm
>
> Note: For the benefit of the community-at-large, all responses to this
> message are best directed to the newsgroup/thread from which they
> originated.
>
>
|
|
|
|
|