Questions tagged [webhttp]

28 questions
1
vote
1 answer

BizTalk WCF-WebHttp URI mapping problem with escaped variable

I am trying to use BizTak WCF-WebHttp adapter to send to Service Desk Plus CMDB API using Variable Mapping. When trying using the browser, it works fine. Service Desk Plus CMDB API requires an URI like (strictly shortened for…
larjon
  • 21
  • 1
  • 4
1
vote
0 answers

BizTalk 2013 WCF-WebHttp Adapter and JWT Bearer token

We want to expose a WCF Rest Web service in combination with a JWT Bearer token. In BizTalk 2013 you can use a WCF WebHttp adapter and use ServiceBehavior and EndpointBehavior or use a custom behavior. I was not able to find documentation on how to…
Majieke
  • 11
  • 3
0
votes
0 answers

consuming REST server methods from BizTalk Server using WCF-WebHttp adapter

I'm using VS 2019 and BTS 2020 developer edition. I need to implement a scenario in which BizTalk sits between the client and the REST server (implemented in APS.NET Core) and the client send request to BizTalk as he/she typically sends to REST…
0
votes
1 answer

BizTalk WCF-WebHttp - How to add parameter to Url with same name

A QueryString normally allows name/value-pairs, where the same name can occur several times. When using WCF-WebHttp and BtsHttpUrlMapping, for caling a REST service, it maps from a property schema, which does not allow repeating element and that…
Martin Bring
  • 1,176
  • 1
  • 7
  • 17
0
votes
1 answer

Rest client in NancyFX?

How can i consume rest based web services using nancyfx? does nancy provides inbuilt rest client like httpclient or restsharp ? I have tried using restsharp and httpclient for the same but not able to find any ways for nancyfx library.
Ronnie Kapoor
  • 133
  • 2
  • 12
0
votes
1 answer

Adress Mismatch at the end point dispatcher

I have a WCF service which using the Web-Http Adapter through BizTalk. When I am trying to call the wcf service. I am getting the error below. -
trx
  • 2,077
  • 9
  • 48
  • 97
0
votes
0 answers

Error while calling VSO Rest API from BizTalk WCF-WebHttp Adapter

I have created a BizTalk application to connect to VSO Rest API to fetch or create work items. I have configured a wcf-webhttp adapter for calling the rest API. Before configuring the adapter, I have tested the API with console application and…
Developer
  • 119
  • 3
  • 17
0
votes
1 answer

WCF Rest Multiple DataContracts Wrapped

So I am calling a wcf webservice using Rest WebHttp. I also have set up a second binding mex for testing. My method is working but when I try to test through fiddler or straight httppost through a client app I get a 400 Bad request error. I am…
Carter
  • 231
  • 1
  • 2
  • 6
0
votes
1 answer

wcf CustomWebHttpBehavior works only on the first endpoint

I have a wcf (.net 4.5) with one service and multiple interfaces\end points. This service is declared as follows:
Programer
  • 1,005
  • 3
  • 22
  • 46
0
votes
2 answers

How to specify allowed exceptions in WCF's configuration file?

I´m building a set of WCF services for internal use through all our applications. For exception handling I created a default fault class so I can return treated message to the caller if its the case or a generic one when I have no clue what…
tucaz
  • 6,524
  • 6
  • 37
  • 60
0
votes
1 answer

WCF Rest JSON Service Authentication with no Certificate

I'm developing WCF Rest JSON service for Android and IOS Mobile apps. I need to provide some security to this..I gone through many Articles but most of them using Certificates.. Could anyone suggest which is the best and built in way to secure the…
Mukarram
  • 115
  • 4
  • 14
0
votes
1 answer

WCF REST webHttpBinding - 404 Error

This service I can see the JSON data while calling methods through browser when hosted on our IIS server but after moving it to client's server.. I can't see the data from browser though I can see through WCF Test CLient only... where I'm going…
Mukarram
  • 115
  • 4
  • 14
0
votes
4 answers

Setting Transport level security on webHttp WCF service

I am trying to set transport level security on a webHttp binding WCF service my current config looks like this
Daniel
  • 22,363
  • 9
  • 64
  • 71
1
2