Questions tagged [biztalk-wcf]

Relates to the BizTalk WCF adapters, and connecting with WCF services

Relates to the BizTalk WCF adapters, and connecting with WCF services

9 questions
4
votes
1 answer

Calling a web/wcf service from orchestration: adding a generated item vs adding service reference

If I want to call a web service or wcf method from an orchestration, I can do it by either adding a service reference to the project or adding a generated item. What is the advantage of either approach - is there a best practice?
Jeremy
  • 44,950
  • 68
  • 206
  • 332
1
vote
2 answers

BizTalk 2010 WCF-BasicHTTP SendPort takes a long time

I have an orchestration that calls a WCF service using a two way WCF-BasicHttp send port. For test purposes my WCF service just takes a parameter, and returns a value so I know it doesn't have any time consuming logic. In fact with the…
Jeremy
  • 44,950
  • 68
  • 206
  • 332
1
vote
0 answers

BizTalk is sending request to WCF service and WCF service request with NULL fields in object

I am consuming the service in BizTalk and created a schema using that. With that schema, I did some mappings and XML output of map, I am sending to WCF service. From the map, I am getting values correctly in XML to be sent to WCF service. But in WCF…
0
votes
1 answer

Disable/block BizTalk WCF Send Port during high volume

I have a non critical/optional WCF Send Port that is useful during normal operations but needs to automatically disable at a certain throughput of messages. This high volume occurs when connected systems perform data loads (100 000 msgs per hour or…
David
  • 139
  • 1
  • 13
0
votes
1 answer

Call a multi-parameter web service with BizTalk WCF adapter

I need to call a web service that has multiple parameters with BizTalk. With the SOAP adapter, I could send a multi-part message (one part for each parameter). However, I would like to use the WCF-BasicHttp adapter instead, since the SOAP adapter…
ckarras
  • 4,946
  • 2
  • 33
  • 37
0
votes
1 answer

BizTalk sending custom WCF headers with message level security

I'm attempting to have BizTalk broker the communication to a WCF service that maps some of its data within the response message's header and not the body portion. After researching, the solution was to write the header data to the…
0
votes
1 answer

BizTalk WCF Adapter For Nonconforming Service

I currently need to configure a dynamic send port to connect with an ASMX web service that does not conform to WS-I Basic Profile v1.1. Specifically, R9981, which states "An ENVELOPE MUST have exactly zero or one child elements of the soap:Body…
0
votes
1 answer

Programmatically define WCF-BasicHttp/WCF-WSHttp setting while consuming WCF service in BizTalk orchestration

I was trying to consume an already written WCF service into my BizTalk orchestration. But while configuring the ports and port types for the consumption, found that the 'WCF service consumption wizard' in Visual Studio offers HTTP transport-type as…
0
votes
2 answers

How to return a soap fault with content from an orchestration?

In an orchestration (BizTalk 2010), we receive an xml message, validate the message against a schema, and perform schematron (content) validation as well. Our orchestration is exposed via a WCF service. Our validation routines are able to capture…
Jeremy
  • 44,950
  • 68
  • 206
  • 332