Thursday 17 November 2011

BizTalk Published Service Certificate Authentication Consume by Java Client – Part2

BizTalk Published Service Certificate Authentication Consume by Java Client – Part2



Here I am describing about how to test the service which has metroBinding using WCFTestClient / Console application

All you need to is update the Client Configuration with required binding and behaviour configurations configurations.Hope you are aware of how to add a reference to your Console application / add service to WCFTestClient

You can test metrobinding service by adding binding and behavior configurations to the endpoint service.



For binding config add , “customBinding“ / “ws2007HttpBinding” binding.
For behavior add “clientCredentials” and mention your client and server certificates for mutual authentication.

Here I will talk about ws2007HttpBinding only which is quite easy than customBinding.
As we discussed in
Part-1 about how to create certificates and configuring at server application, we will be using same certificates at client application too.

















Drop a comment if this article helped you to solve your problem
also you can email me for complete solution zip file to download
you can reach me @ raj.webjunky@yahoo.com





Tuesday 1 November 2011

ESB Toolkit - Itinerary Designer error when saving The xml element {0} could not be found in the xml document

While saving the itinerary you might find a difficulty and you faced the below error

Itinerary Designer error when saving - "The xml element {0} could not be found in the xml document


This is quite simple to fix it. When I was working with ESB Tookit 2.1 in beginning days I had this issue and I spent a quite lot of time fix this issue, I did a Install and and uninstall of ESB.


Funny, I even reinstalled of VS2010 too :-) later I found its nothing to do with installation its simple trick , all you have to do is Open your itinerary Properties window and set below properties


Encryption Certificate=My;CurrentUser;
Export Mode = Strict
Required Encryption Certification=False

You can also find my posting at Microsoft ESB Toolkit Forums :
http://social.msdn.microsoft.com/Forums/en/biztalkesb/thread/9d4d87d3-e7ea-400e-8d51-337fc1aebf37 ( buddu78)