-
I have a situation. I would be grateful if you could help me in this situation. I have 8 send ports which I want to expose as one web service. All these 8 send ports are in 8 different BizTalk Solutions. I can set the Transport Type of these 8 Send ports to SOAP. But I want to use these 8 Separate Send...
-
Hello Everyone: I have an orchestration that does the following: Receives 5 different types of ( positional ) flat file schemas using a parrallel convoy i.e. the orchestration does not go ahead until all files are received. Uses a map to combine all 5 of those flat file message schemas into one request...
-
Hello, Currently I have a send port using a File adapter that subscribes to a messages. There are no orchestrations in this application, only receive ports, send ports, schemas and pipelines. I would like to use the SQL adapter in place of the File adapter. I have generated the schemas for the SQL insert...
Posted to
BizTalk 2006
(Forum)
by
mchallis
on
Wed, Aug 29 2007
Filed under: sql adapter, orchestration, send ports, BizTalk 2006 Editions
-
I have had a hard time finding a solution on how to handle exceptions in orchestrations calling web services. Here's a description of my problems and how to solve it. My Scenario: I have published a schema as a web service. The orchestration that will handle an incoming message will in turn send...
Posted to
BizTalk 2006
(Forum)
by
Hanse
on
Fri, Jun 15 2007
Filed under: web services, send ports, Exception Handling, 2006, Hotfix
-
In my development environment I export a msi-file containing, among other things, a send pipeline. No bindings at all is included - the check boxes "Bindings" and "Global Parties" are unchecked.. When importing this msi in production, an existing and active FTP send port which use...
Posted to
BizTalk 2006
(Forum)
by
Anonymous
on
Tue, Mar 13 2007
Filed under: deployment, pipeline, msi, ftp adapter, send ports, Biztalk deployment issues, 2006
-
Hi, Can anyone tell me if there is a way to apply formatting to a text file that is written out to a disk using a send pipeline with the flat file assembler (without writing custom components)? I have a schema that looks like: <? xml version="1.0" encoding="utf-16" ?> - <...
-
I currently have a problem with a dynamic MQSeries send port, and I'm not sure how to handle the issue. Whenever the MQ Server is down or unreachable my orchestration has to detect the failure and do something else instead of sending the message to the MQ server. I tried setting the "Delivery...
Posted to
BizTalk 2006
(Forum)
by
tok
on
Thu, Feb 15 2007
Filed under: Acks Nacks Request-Response, mqseries, send ports
-
Hello, I'm trying to setup a pure routine config using Biztalk to send by SMTP files that will be dropped in a share. So I create a receive port & location FILE to collect the file from the share (Passthru pipeline), and I create a Send port / location SMTP to send the mails. SMTP adapter is...
-
Other than: " Using BizTalk Server Exception Handling " ( http://msdn2.microsoft.com/en-us/library/aa560927.aspx ) has anyone either added a Fault Message Direction to a Request-Response (Send-then-Receive) Port, ... OR just added the proper Exception Handler to your scope to capture Oracle...
Posted to
BizTalk 2006
(Forum)
by
BizTron
on
Wed, Nov 22 2006
Filed under: sql adapter, orchestration, oracle adapter, send ports, Exception Handling
-
Was your problem resolved? Your namespace should have been more like: http ://schemas.microsoft.com/[MyOracleDbAdapter://< DataSourceName >/< OracleSchema >/Tables/SAMPLE_XCHANGE] If you generate a new schema check that against the one you have now. Once someone changes the Oracle database...