Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
0 answers
51 views

BizTalk 2020 WCF-Sql Polling Receive Location no Response

I have a BizTalk 2020 CU5 Server. It has an application with a receive location polling a Sql Server database running a simple select. A copy of the database has been moved to another server, for ...
Rob Bowman's user avatar
  • 8,651
0 votes
0 answers
67 views

How do I use the WCF-CustomIsolated base64 decoding in BizTalk?

Input An xml with a root and a base64-encoded xml, like <data>FFEFE#13DD</data>. Problem On the Message tab in the WCF-CustomIsolated adapter you can choose a body path expression to point ...
Martin Bring's user avatar
  • 1,236
0 votes
0 answers
116 views

Stop WCF from binding to the model

I have a wcf soap service (yes I know, but I have no control over this) and clients can send large messages to the wcf soap service. Is it possible to stop wcf from binding to the model, in such a ...
Jeremy's user avatar
  • 46.3k
0 votes
1 answer
403 views

BizTalk Send Port : (413) Request Entity Too Large. The page was not displayed because the request entity is too large

We have a WCF Service hosted on IIS 10, We have a send Port WCF-Custom(BasicHttpBinding) through which I am sending an excel file by converting to Base64 format in a pipeline. If I send the same ...
Biztalker's user avatar
  • 101
0 votes
1 answer
185 views

BizTalk 2016 AfterReceiveReply not called

In BizTalk I try to send a message to Restful WebServices. I use a Static Send port Two-Way Wcf-WebHttp with a custom behavior for intercept Message http status Code. When I debugging Behavior is ...
Emilio Marino's user avatar
0 votes
1 answer
382 views

BizTalk 2016/19: How to create Message to receive Access Token from Webservice with dynamic Sendport

Msg_Get_AccessToken = ""; Msg_Get_AccessToken(GUID) = ...; Msg_Get_AccessToken(WebServiceHost) = "http://..."; Msg_Get_AccessToken(WCF.VariablePropertyMapping)= @"<?xml ...
BenjaminR's user avatar
1 vote
1 answer
67 views

Enumerations in schemas using BizTalk WCF Service Publishing Wizard?

I am asked to publish a schema as WCF Service from BizTalk using BizTalk WCF Service Publishing Wizard, and to expose members as enumerations. Idea is to prohibit programmers to give wrong value in ...
JERKER's user avatar
  • 947
0 votes
0 answers
104 views

Can I expose multiple webHttpBinding endpoints in the same port in Biztalk?

I would like to have two endpoints with the same port and the same name, but hosted on different tcp port with different transport security settings. I.e https://endpoint:443/ and http://endpoint:80 I ...
Piotr Grudzień's user avatar
0 votes
1 answer
128 views

Not able to configure WCF-SQL Adapter in BizTalk 2016

I am getting below error message while creating a WCF-SQL Adapter in BizTalk 2016. Previously I had same error message while configuring host instances for the WCF-Custom adapter and that issue was ...
Rohit Gaikwad's user avatar
0 votes
2 answers
299 views

BizTalk splitting stored procedure result

When I call a stored procedure from BizTalk the result is split across multiple nodes. The stored procedure returns XML which is mangled by being split. Multiple sources state the correct ...
Jay's user avatar
  • 14.4k
0 votes
1 answer
264 views

BizTalk WCF send port error:System.Net.WebException: The remote server returned an unexpected response: (413) Request Entity Too Large

The BizTalk send port when trying to send a request to an external WCF service using WCF-Basichttp adapter is throwing the following error: System.Net.WebException: The remote server returned an ...
Ravali's user avatar
  • 1
0 votes
1 answer
212 views

BizTalk 2020 Deprecating WCF-BasicHttp

I just saw on this Microsoft page that that WCF-BasicHTTP adapter is being deprecated in BizTalk 2020. In the past, I thought this was used for programs like Java to be able to call orchestrations ...
NealWalters's user avatar
  • 18.1k
0 votes
1 answer
788 views

BizTalk WCF-WebHTTP REST Client with Body and Header Sign with static port

I need to write REST client to service (lets call it REST SERVICE) that requires Custom Headers and JSON body. Two of the headers have to have signature calculated based on other values from headers (...
Piotr Grudzień's user avatar
0 votes
0 answers
156 views

Error sending message to Mule API from BizTalk

I am trying to post a message to Mule service, which is expected to respond with Success or Error Response. When I post a request directly to the Mule API using Postman, it gives a response as 200 ...
Abjt G's user avatar
  • 39
0 votes
0 answers
513 views

BtsActionMapping not understood

Working with BizTalk 2020 WCF custom adapters, a BtsActionMapping is automatically generated. At runtime, however, I get the following error: The action <BtsActionMapping xmlns:xsi="http://...
Birger Niss's user avatar
0 votes
2 answers
2k views

BizTalk WCF-WebHttp - Send header value from the orchestration variable

In my BizTalk application I have a API call (WCF-WebHttp) for which I need to pass a sessionid which is generated from by calling another service. So I have created a WCF-WebHttp send port and it ...
Navaneet's user avatar
  • 1,387
1 vote
1 answer
810 views

Encoding issue when passing URL Parameters with BizTalk WCF-WebHttp Send Port

I'm trying to call an RESTful API within BizTalk. I need to make a GET against the following endpoint: https://mycompany.com/buyer/sandboxevol/ I have below mappings configured in my Send Port <...
Sandeep Deepsan's user avatar
0 votes
1 answer
1k views

Error while posting message to Mule service from BizTalk WCF-WebHttp adapter: Content Type application/json not supported by service

I am trying to post a message to a Mule mocking service which HTTPs binding. I can see the message being converted to the appropriate JSON format before it is posted to the Mulesoft's service. I have ...
Abjt G's user avatar
  • 39
0 votes
0 answers
79 views

Error connecting JAR-wrapper to a SVC-service in BizTalk

Me and a colleague are trying to get our system to conect to a web service (Microsoft BizTalk). This is done by a wrapper that is run once every day and could also be run manually. java -jar ...
Paul Bergström's user avatar
0 votes
1 answer
351 views

Location of client-certificate on IIS hosted WCF service used with BizTalk 2013r2

I have problem with a windows client certificate, on a system I have inherited from a developer who left without documenting his work. Basically, when I try to connect to an IIS hosted webservice ...
supermeerkat's user avatar
0 votes
1 answer
431 views

BizTalk WCF-WebHttp Adapter SQL Exception

I have created a WCF-Webhttp adapter in BizTalk Server 2020 and a receive location. When trying to make a request towards the endpoint I get the following error. Looks like BizTalk WCF adapter is not ...
Corovei Andrei's user avatar
0 votes
0 answers
826 views

BizTalk receiving from RabbitMQ

I'm new to RabbitMQ but I have now installed onto a Windows server and have a couple of demo console apps (C#) that happily write to a read from a queue. The following code works to pull messages ...
Rob Bowman's user avatar
  • 8,651
0 votes
1 answer
373 views

BizTalk WCF-OracleDB (post-)polling(-available)-statements

I have a general question regarding polling within transaction using WCF-OracleDB adapter, to make sure one (or more) rows polled also gets updated to be polled only once. In WCF-SQL I normally use ...
JERKER's user avatar
  • 947
0 votes
1 answer
262 views

Biztalk WCF service publishing wizard

I have exposed a schema as a WCFService. But when I browse the .svc file, it is taking me to the WSDL file. Any one knows the reason. web.config file: <behaviors> <serviceBehaviors> ...
user1104946's user avatar
0 votes
2 answers
679 views

Getting Error (405) "MethodNotAllowed" when calling a web service with "PUT" method from Biztalk WCF-WebHttp adapter in send port

I am trying to consume a rest-service which supports PUT operation method type. And I am trying this using BizTalk WCF-WebHttp static send port. But Always it returns error as System.Net....
Code_ABC's user avatar
0 votes
1 answer
555 views

Adding ASMX service to IIS for use with Biztalk

I've created a local webservice (.asmx), that I want to add to IIS. The service needs to be called from a Send Adapter in Biztalk. My project in Visual Studio is structured like so: There's a single ...
Leth's user avatar
  • 1,049
0 votes
1 answer
245 views

Send Microsoft.Azure.ServiceBus Message to BizTalk 2013 WCF-Custom

I need to send messages from a .NET Core app via the Azure Service Bus to BizTalk 2013. I have configured a WCF Custom receive port on BizTalk but on receiving a message get the following error: ...
pfeds's user avatar
  • 2,273
0 votes
1 answer
824 views

Generating SOAP Action Header on Wcf-Custom Send Port

I am in the process of creating a Send Port in Biztalk, that uses the Wcf-Custom adapter for sending SOAP requests. So far I have been testing the SOAP requests in Visual Studio, using C# code from ...
Leth's user avatar
  • 1,049
0 votes
0 answers
781 views

WCF-Custom oracleDBBinding: ORA-22062: invalid input string [40,7] at Oracle.DataAccess.Types.OracleDecimal

I have a BizTalk 2016 server and in my solution, I'm sending a "40,7" string to insert in a Oracle Database through WCF-Custom oracleDBBinding. "40,7" is because the Host Instance user has the locale ...
felixmondelo's user avatar
  • 1,474
1 vote
1 answer
594 views

Hosting the endpoint in the BizTalk process using non UTF-8 encoding

There is a problem with encoding using WCF detailed described here : blog post WCF: Text Message Encoding and ISO-8859-1 Encoding I'm getting similar error in response : A message sent to adapter "...
Piotr Grudzień's user avatar
0 votes
1 answer
400 views

Configuring Outbound WCF message body with promoted context properties

I have a send port that receives a document with a set of promoted context properties. The adapter on the send port is set as WCF-SQL, and have been configured to connect to the SQL server. The only ...
Leth's user avatar
  • 1,049
0 votes
1 answer
447 views

Extracting XML document in XML node from WCF-SQL message using body path expression

I am receiving a message from an SQL server in WCF-SQL adapter. In this message there is an XML node, which contains a fully formatted XML document as a string. What I need, is to extract only this ...
Leth's user avatar
  • 1,049
0 votes
2 answers
503 views

Using template message body on WCF-SQL adapter in Biztalk to insert promoted properties into SQL database

I need to insert some data from an XML document into an SQL table using a stored procedure. This should be done using the WCF-SQL adapter on a send port in Biztalk. I've set up the connection ...
Leth's user avatar
  • 1,049
1 vote
0 answers
678 views

BizTalk: An internal server error was encountered while attempting to transmit the message

I am having trouble pushing a message through WCF-Custom adapter (wsHTTP binding). I am using custom endpoint behaviour extension MessageInspector to remove MessageID, ReplyTo, To & Action nodes ...
Abhijeet G's user avatar
2 votes
1 answer
1k views

Calling REST API to fetch CSV data using Biztalk WCF-WebHttp adapter

I need to get some .csv data from a rest API, map it to XML and store it in an SQL server. The CSV to XML maps have already been completed and the SQL server is setup and ready to receive the XML ...
Leth's user avatar
  • 1,049
0 votes
1 answer
178 views

Why can't I have two BasicHttpRelay receive locations with different namespaces but the same relay name?

I am trying to create a BizTalk solution that uses two Relay namespaces in two different regions for high availability. I have a receive port with two receive locations with identical configuration ...
Tom W's user avatar
  • 5,393
0 votes
1 answer
2k views

BizTalk - JSON Post WebService causes 500 Internal Server Error

I have a requirement within BizTalk to post data to a web service. This data needs to be in JSON format - once posted I am expecting something back in the same format but before I receive anything I ...
Arx's user avatar
  • 123
0 votes
2 answers
732 views

svc service that can recieve any request

Hello BizTalk and WCF experts I need your help todo a implementation for this scenario: I have created a BizTalk application without schemas, orchestrations but just with a send port pipeline that ...
Balatharan's user avatar
0 votes
1 answer
545 views

The extension name X is not registered - why looking in AppData\Local\Temp?

I have a custom wcf behaviour used by a dynamic send port. This work fine on my Dev VM and a Test VM. I have been careful to ensure the configuration for the component has been added to the system....
Rob Bowman's user avatar
  • 8,651
0 votes
2 answers
690 views

Biztalk WCF won't show up custom behavior

I created a custom behavior for BizTalk in order to connect to an API with Oauth authentication. I did these steps : I added it to the GAC Added the lines in machine.config (both) restarted IIS, ...
Exerion's user avatar
1 vote
1 answer
148 views

BizTalk EndpointBehavior not showing - Installing BLogical BizTalkRESTHandler

On BizTalk 2013/R2. I'm following steps here: http://blogical.se/blogs/mikael/archive/2012/05/28/rest-start-kit-for-biztalk-server.aspx. I have GAC'ed the bLogical.BizTalk.RESTBehavior.dll, and ...
NealWalters's user avatar
  • 18.1k
1 vote
2 answers
2k views

How catch http 400 Status from Rest Service in BizTalk Orchestration

On BizTalk 2013/R2 (CU6), I have seen another app/orchestration in my current client that seems to be doing this, but my app/orchestration is not. I cloned their send port by doing export, editing, ...
NealWalters's user avatar
  • 18.1k
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 ...
Tim D'haeyer's user avatar
1 vote
2 answers
2k views

Multiple URL Parameters with BizTalk WCF-WebHttp Send Port

I'm working with a RESTful API within BizTalk. I need to make a POST against the following endpoint: http://mycompany.sb01.com/atwork/api/v5.0 I've tested my API Url via Postman with the following(...
jackfrost5234's user avatar
2 votes
1 answer
257 views

BizTalk adapter generate hierarchical schema

I am trying to use BizTalk adapter (SQL or WCF-SQL) to create a multilevel hierarchical schema. My query is like this SELECT CustomerQueueMessage.customer_queue_ID AS CustomerQueueMsgID, ...
user3417479's user avatar
  • 1,910
0 votes
1 answer
729 views

BizTalk WCF-webhttp and IIS: How to handle authentication and authorization, ASP.NET compatibility or custom?

I have published a WCF service using the WCF Service Publishing wizard (which appears to be the only way I can find to create a WCF service for use by a WCF-webhttp receive adapter). I want to use ASP....
Bee's user avatar
  • 117
0 votes
1 answer
356 views

BizTalk WCF Service Publishing Wizard to expose schemas as WCF service issue when browse services through IIS

Server Error in '/OrderProcessingService' Application. This collection already contains an address with scheme http. There can be at most one address per scheme in this collection. Parameter ...
Dipen Patel's user avatar
1 vote
2 answers
1k views

Error comsuming WCF service metadata?

We have a WCF webservice selfhosted in a windows service application. It works fine to generate and call a simple method from both a .NET winform application and SoapUI(after changin to correct IP ...
Banshee's user avatar
  • 15.8k
0 votes
1 answer
1k views

How to add logging to Windows Event Log using system.diagnostics

I created custom WCF LOB Adapter. And I'm using Trace class in it. I would like BizTalk server to write log from that adapter to Windows Event Log. When I add below section to BizTalk host config ...
Hooch's user avatar
  • 29.6k
0 votes
2 answers
1k views

BizTalk send port returns ORA-01013: user requested cancel of current operation

I have an application that inserts many rows into an Oracle database. The send port returns "ORA-01013: user requested cancel of current operation" The send port is "WCF-Custom" using OracleDbBinding ...
Jay's user avatar
  • 14.4k

1
2 3 4 5 6