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





No comments:

Post a Comment