Hello,
I have one application which gets the information of all devices on present on Biztalk. It works fine for the lines of code given below.
deviceManagerProxy = new DeviceManagerProxy("localHost");
DeviceDefinition[] devices = deviceManagerProxy.GetAllDevices();
But if I change localhost to some remote computer ...
I have a BizTalk 2009 orchestration with a request-response port type that is published as a WCF Basic-HTTP web service. The port has one operation, and that operation has request and response messages with appropriate schemas. After receiving a request on this port, there are a few cases where a fault message should be returned to the...
In our use of BizTalk 2009 we do a lot of EDI transmissions. We often have third party groups, VANs, that supply AS2/EDI services to our partners. Because of this I have cases where two partners use the same AS2 settings, but have different EDI settings for each partner.
Currently in these cases I have three parties. One for each partne...