BizTalk integration with CSF

Hi,

I want to connect to CSF session through BizTalk 2006. How it is possible and what type of adapter should be used.

If you hae any code or document for it please share with me.

Thanks

[218 byte] By [KumarNitesh] at [2008-1-10]
# 1

Why not create your own web service and have biztalk consume the soap messages.

-Max

MaxAkbar at 2007-10-3 > top of Msdn Tech,Commerce Server,Commerce Server 2007...
# 2

Actually I need to connect to session of CSF exposed by some third party, so here I will not able to create own web service.

Also I am trying to call orchestration exposed as a web service but not able to do so from a simple C# client programe.

Code for C# Client is as:

static void Main(string[] args)

{

Request req = new Request();

req.RequestId = "RQ234F6";

req.RegionName = "North";

req.NumOfConnRequested = 100;

req.EstimCost = "1000000";

req.Description = "Need More Connection";

_UserToManager_Workflow1_Port_RequestResponseForHIPoc ws =

new _UserToManager_Workflow1_Port_RequestResponseForHIPoc();

ws.PreAuthenticate = true;

ReplyUser rep = ws.Operation_1(req);

Console.ReadKey();

}

But at the run time it throw a SOAP error. Please tell me what I am missing here ?

It a simple call to Orchestration(BizTalk) exposed as web service. If you have any document to do so also please share that with me.

Thanks,

KumarNitesh at 2007-10-3 > top of Msdn Tech,Commerce Server,Commerce Server 2007...
# 3

Sorry I thought you were asking a Commerce Server Question Content Selection Framework CSF. It would be best if you asked this question in another forum.

Good luck,

-Max

MaxAkbar at 2007-10-3 > top of Msdn Tech,Commerce Server,Commerce Server 2007...