I’ve moved my blog to a self-hosted account.
So, you can see this post at http://www.logue.com.ar/blog/2009/10/http-receive-location-with-wcf/
Thanks!
I’ve moved my blog to a self-hosted account.
So, you can see this post at http://www.logue.com.ar/blog/2009/10/http-receive-location-with-wcf/
Thanks!
[...] adapter to use the .Net 3.5 WebHTTPBinding. (Instructions on how to do this can be found in Adrian’s blog). When using Fiddler, we can easily make posts into the BizTalk [...]
Is there a way to use the wcf adapter as a receive location in which parameters are passed in the url? FOr example, in the address above you have: http://server/path/service.svc, is it possible to have http://server/path/service.svc?parameter1=true¶meter2=false, and have the adapter validate the information in those parameters before proceeding?