Mocking WebService consumed by a Biztalk Request-R

2019-03-26 08:10发布

I'm using BizUnit to unit-tests my Biztalk orchestrations, but some orchestrations consume a WebService,and testing these seems more like integration testing than unit testing.

I'm familiar with using a mocking framework to mock the generated proxy objects, in order to test a web service from a Windows Forms application, but I would like to be able to do it in a more integrated way in a request-response port?

How would you approach this problem?

7条回答
成全新的幸福
2楼-- · 2019-03-26 09:01

I haven't had to do this in a while, but when I would test my Biztalk Apps I always used either soap ui or web service studio. I was able to test different input values without effort.

查看更多
登录 后发表回答