Archive for March, 2008
Saturday, March 29th, 2008
For the HTTP Request-Response Receive port the URL should be unique for each application, where as that of HTTP Solicit Response Send Port the URL can be duplicate.What this means is an Application A, can post to Application B more than one time based on the condition with the same URL. Application A can use [...]
Posted in Uncategorized | No Comments
Sunday, March 23rd, 2008
while i was searching on the internet about how to extract the email attachments, I found few good blogs which mentioned how to extract the email attachments by using the pop3 adapter. Well, I am not going through the details explaining how this can be achieved, but can help you in achieving the objective mentioned [...]
Posted in Uncategorized | Comments (2)
Thursday, March 20th, 2008
Hi, If you are unable to see the Application in the Admin console after you deploy, the probable reason is that you havent given the Application name in the Application configuration properties. click on Solution -> properties – >deploy -> Application Name. If you have deployed your application without the name, the same will be [...]
Posted in Uncategorized | No Comments
Monday, March 17th, 2008
Correlation sets cannot be used in the LOOP shape of the Orchestration.(a correlation-set can only be initialized once) You cannot initialize and follow the same CorrelationSet within 2 different orchestrations. Correlations are used in Asynchronous scenarios. you should used self correlating ports in order to correlate the messages between two orchestrations in the project. I [...]
Posted in Uncategorized | No Comments
Wednesday, March 12th, 2008
As the years of experience in BizTalk Server increases, I want to enter into an architect role, where in I can help architect the BizTalk Server Solutions, by considering various performance measures, optimize the applications. you should always develop an application considering that you are paying money for each resources you consume, its during this [...]
Posted in Uncategorized | No Comments
Saturday, March 8th, 2008
Whenever your client expects the response to be received immediately after the request is been sent, you have to use the synchronous request – response port. Synchronous Request-Response protocol , such as SOAP over HTTP implements correlation inside the protocol. The scenario may be , the client expects Acknowledgement message , stating “Your request has [...]
Posted in Uncategorized | No Comments
Thursday, March 6th, 2008
It is not possible to send the response within scope shape of the orchestration, via the response port of the request-response port , The BizTalk engine will throw the error “you are trying to send the message without receiving the message”. workaround: remove the send shape within the scope shape of the orchestration , and [...]
Posted in Uncategorized | No Comments
Tuesday, March 4th, 2008
During the weekend I created the exercise of creating a simple web service that gets the details of the employee (Employee code,First Name, Last Name, Designation ,Salary) based on the employee code. The objective can be achieved by using the wizard or manually Infopath: Open Infopath on the Design a form panel found at the [...]
Posted in Uncategorized | No Comments