Simple but I just want to make a note of it.
1. go to BizTalkMgmtDb.
2. query
select * from bt_DocumentSpec where msgtype like ‘http://schema.skico.com/%’ order by msgtype asc
– ‘http://schema.skico.com/%’ part can be switched.
Simple but I just want to make a note of it.
1. go to BizTalkMgmtDb.
2. query
select * from bt_DocumentSpec where msgtype like ‘http://schema.skico.com/%’ order by msgtype asc
– ‘http://schema.skico.com/%’ part can be switched.