All Questions
36 questions
1
vote
1
answer
327
views
BizTalk 2010 : SharePoint REST with claims based authentication
I'm trying to call one of the standard REST (ODATA) services to get data from a list in SharePoint. But I have issues with the claims based authentication.
I'm using BizTalk 2010 with the REST starter ...
2
votes
1
answer
129
views
BizTalk 2010 WCF Remove processing instruction
I need to do download an XML file from a public website (http://www.tcmb.gov.tr/kurlar/201707/10072017.xml) to get exchange rates.
But I have a problem since the XML contains an xml-stylesheet ...
8
votes
3
answers
2k
views
How Dynamically change URL in a WCF Custom Behavior
Class is defined as follows:
public class BizTalkRESTTransmitHandler : IClientMessageInspector
I'm a method with this signature:
public object BeforeSendRequest(ref Message request, ...
0
votes
1
answer
1k
views
Error "Cannot set null or blank methods on request." in WCF CustomBehavior
I'm working on a WCF CustomBehavior that plugs into a BizTalk 2010 SendPort in order to call a JSON/REST service. The SendPort is WCF/Custom with Binding Type=webHttpBinding.
I need to add the four ...
1
vote
0
answers
324
views
Using BizTalk (with WCF Adapter) to consume Java service that requires WS-Security with UsernameToken and Signature
I'm trying to send a message from BizTalk 2010 to a Java web service, that's managed by a vendor (i.e I have no control over this). I have BizTalk configured to use a WCF adapter. The WS-Security ...
1
vote
1
answer
2k
views
How to add custom WCF behavior extension to machine.config
I'm trying to implement my own version of the Custom Behavior shown here: Using Windows Credentials in WCF-Custom adapter
and here: Impersonate WCF Credentials when calling a WCF Service
BizTalk ...
0
votes
0
answers
437
views
What causes the error ... ESB section is missing from the configuration source?
We have an issue where connection between the BizTalk servers and the backing SQL Server is lost.
Some of the orchestrations are exposed as WCF end points in IIS
When the SQL connection problem ...
1
vote
1
answer
1k
views
BizTalk 2010 WCF-SQL adapter XML Polling issue
I have a strange issue which I have not seen before when using the WCF-SQL adapter on a set of receive locations.
The set up is one receive port in BizTalk 2010 with 3 separate receive locations. ...
0
votes
2
answers
820
views
How to not loose data between polled data avaible and post poll statement in WCF custom oracle
note, not sure if the title is the best title
We have a BizTalk receive port that collects data with the standard polled data avaible, polling statement and post poll statement.
now we have the ...
0
votes
2
answers
749
views
BizTalk WCF SendPort CDATA in response
For an integration with a 3th party webservice, I am receiving my "actual" data in a CDATA section.
<getDocumentsReqResponse xmlns="http://tempuri.org/">
<getDocumentsReqResult>
...
0
votes
2
answers
838
views
Can BizTalk publish a single one and two way web service?
I am publishing a WCF service, using schemas not orchestrations, and using the BizTalk 2010 wizard. Some of my methods are one way and others are request/response. I finished the wizard successfully, ...
2
votes
2
answers
2k
views
WCF web service with two factor authentication and BizTalk
Since the beginning of a project we've been working on, I've been under the assumption that we would be able built a WCF web service that utilized two factor authentication using transport level ...
1
vote
1
answer
962
views
Getting the Reason/text data from soap fault
Does any one knows exact XPath to extract the reason/text from below SOAP FAULT using the adapter 'Messages' property tab and 'Inbound BizTalk message body' path property where I have to enter XPath....
0
votes
1
answer
1k
views
BizTalk 2010 WCF-WSHttp config
I am having an issue with calling a web service from BizTalk 2010. I have read a tutorial, many forums on similar issues and followed recommendations. So far I can not get BizTalk to successfully ...
1
vote
1
answer
996
views
What is the code created by the BizTalk WCF Service Publishing Wizard?
We have exposed a BizTalk Schema as a WCF service for a third party vendor so that they can push messages onto our ESB. The WCF service has a single function which accepts and returns messages of ...
0
votes
1
answer
302
views
Performing health check of BizTalk without impacting the services
We have BizTalk servers and lots of services hosted under that. There is load balancer which needs to know the state of BizTalk server. The load balancer performs the ping operation every 5 seconds.
...
3
votes
1
answer
2k
views
Unable to programmatically set Content-Type in BizTalk Wcf-Custom response port
I am attempting to receive JSON messages into BizTalk using the bLogical REST Start Kit for BizTalk (http://biztalkrest.codeplex.com/).
I am able to successfully receive a message, transform it, and ...
0
votes
1
answer
122
views
Published BizTalk Service. How can it return parameters to calling app?
I have an MVC Web App that calls a BizTalk WCF Service (generated by the BizTalk WCF Publishing Wizard). It is expected that after passing parameters to this Service, a return value is obtained from ...
0
votes
1
answer
121
views
Application Architecture & BizTalk
Application Setup
I have created a internal WCF service that calls a RESTful service on the net and gets JSON data back from it. I call the internal WCF once a day using a console application that I ...
0
votes
1
answer
1k
views
how to accept Http MIME request over HTTP through a WCF service in BizTalk
I have a requirement to accept HTTP MIME request over HTTP in BizTalk.
I created a service by publishing my schema using WCF publishing wizard and it works fine for the SOAP+WSDL Envelope Standard ...
2
votes
1
answer
2k
views
Exposing wcf service in BizTalk 2010
I have ran into this issue the past few weeks ago and I still can not figure out why.
I have a BizTalk orchestration that receives a BizTalk message, processes it and eventually writes it to a file. ...
2
votes
1
answer
2k
views
Unable to publish WCF Service to hosts residing locally from BizTalk WCF Publishing Wizard
This has been bothering me for a long time and it amazes me that I can not find anything about this online.
I have a BizTalk orchestration that I would like to expose as a WCF service. I open the ...
1
vote
1
answer
6k
views
Creating a BizTalk WCF endpoint with existing wsdl
A third party vendor has given me a wsdl for a service they expect to be able to call into. Is it possible to expose WCF endpoint in BizTalk based on that existing service contract and schemas, ...
1
vote
1
answer
842
views
Scary BizTalk receive location bug
I just noticed a major bug (Unless im missing something) in BizTalk connected to a servicebus queue using the WCF-Custom adapter.
I noticed a message had not reached BizTalk from the queue so i ...
0
votes
1
answer
2k
views
BizTalk WCF Service Polling
I need to perform polling on a WCF service inside BizTalk. The workflow would be as follows:
Pool the service (a string is returned, that should be mapped to a schema)
If there's no message available ...
0
votes
2
answers
292
views
Can you export protocol types to instal on the live enviroment?
We have successfully setup our first interface on our development environment. when we try to put this live, we get an error stating that "Protocol type "WCF-Custom" not found.". At first we tought ...
1
vote
2
answers
1k
views
HTTP Error 404.17 - BizTalk ESB Toolkit 2.1 WCF Service
I've installed the BizTalk ESB Toolkit 2.1 (BTS 2010) onto a Windows 7 Ultimate 64bit laptop. This installs a number of WCF services, including ExceptionService.svc. When I try to browse the service I ...
1
vote
1
answer
1k
views
Biztalk set WCF MessageHeaders in Biztalk message assignment
I'm trying to set the MessageHeader of a message that my Biztalk orchestration is sending to WCF. The Message Contract looks as follows in the WCF project.
[MessageContract(IsWrapped = true, ...
0
votes
1
answer
201
views
Envelope schema without payload : timeout
I have a request-response port a receive location holding WCF-BasicHttp adapter. The receive location has a custom pipeline attached where I have put an XML Disassembler in it hold an envelope schema. ...
1
vote
3
answers
2k
views
Calling WCF Service with no input parameters in BizTalk Orchestration
I am trying to call an IIS hosted WCF web service that simply returns the current date from a BizTalk orchestration. There are no input parameters to this service.
Please ignore the First Receive_1 ...
0
votes
1
answer
903
views
BizTalk & WCF Service: Couldn't find type for class System Diagnostics.TextWriterTraceListener?
I created a simple orchestration to call a WCF service and get response from it. Web service method is very simple:
string GetSimple(int value)
BizTalk monitors a folder and receives activation ...
0
votes
1
answer
3k
views
WCF-SQL calling stored procedure with in and out parameters
I have an orchestration which receives an xml via direct binding.
In the orchestration I have to perform these tasks:
Call 1 stored procedure to create a batch id (name IN, batchID OUT, errorCode ...
0
votes
2
answers
428
views
What kind of DAL to use with BizTalk 2010
I am thinking about replacing the business layer with BizTalk orchestrations exposed as WCF services as a standard architecture for many of our apps. Essentially ASP.NET and WinForms apps will call ...
1
vote
2
answers
3k
views
How to consume WCF service from BizTalk 2010
I have a web service that I need to consume from BizTalk orchestration.
I've defined message schemas which I use in BizTalk, they look like
<?xml version="1.0" encoding="utf-16"?>
<...
1
vote
1
answer
874
views
Consume WCF Service and pass data into dataset
I am really struggling with this. I have created a WCF Service with BizTalk and I have followed instructions to create the Proxy class in VS 2010. If everything is at the top level of the XML ...
1
vote
1
answer
629
views
Best way to connect Lightswitch and BizTalk via web service
I have a database that doing simple CRUD and connected via BizTalk Server 2010. Since Lightswitch is very simple and looks fits for that CRUD operation, I want to introduce Lightswitch for the ...