|
Home > Archive > Commerce Server General > July 2004 > Pipeline execution in C#
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Pipeline execution in C#
|
|
| Andy Jenkins 2004-07-14, 5:51 pm |
| Hi all,
Can anyone have a stab at translating this into C# for me?
http://msdn.microsoft.com/library/d...ineobj_fhnb.asp
I want to execute a pipeline outside a webapp.... and am having a few
problems (not surprisingly). I think I have all the objects required
except the one 'dContext' in the example.
Anyone got any ideas how I can get it using any of the AppConfig
classes?
Thanks
Andy
| |
| Robert Bogue 2004-07-15, 5:51 pm |
| You're going to have to build up a fake HTTP context for commerce server to
use. I know it can be done but can't find my information on how to do this.
I know that product support has it documented somewhere. I'd place a call
and ask them for the documentation on how to do it.
Rob
--
Robert Bogue
Microsoft MVP Server-Networking
MCSE(NT4), MCSE (W2K), MCSA:Security (W2K), CNA, A+, Network+, IT Project+,
Server+, Security+, CDIA+, E-Biz+
Crowe Chizek and Co LLC
"Andy Jenkins" <andrew.jenkins@capgemini.co.uk> wrote in message
news:88925026.0407140802.36a88850@posting.google.com...
> Hi all,
> Can anyone have a stab at translating this into C# for me?
>
>
http://msdn.microsoft.com/library/d...ineobj_fhnb.asp
>
> I want to execute a pipeline outside a webapp.... and am having a few
> problems (not surprisingly). I think I have all the objects required
> except the one 'dContext' in the example.
>
> Anyone got any ideas how I can get it using any of the AppConfig
> classes?
>
> Thanks
>
> Andy
| |
| Ashish Kumar [MSFT] 2004-07-16, 5:50 pm |
| Look for the example code in the CS2002 documentation under:
Developer's Guide-->Programmer's Reference --> COM Object Reference -->
Pipeline Objects --> Example Code for Pipeline objects
--------------------
From: "Robert Bogue" <[*]rbogue[spam]crowechizek[spam]com>
References: <88925026.0407140802.36a88850@posting.google.com>
Subject: Re: Pipeline execution in C#
Date: Thu, 15 Jul 2004 15:44:26 -0500
Lines: 33
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
Message-ID: <#HUPGyqaEHA.2812@TK2MSFTNGP11.phx.gbl>
Newsgroups: microsoft.public.commerceserver.general
NNTP-Posting-Host: indy-fw.crowechizek.com 63.149.37.194
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.commerceserver.general:14263
X-Tomcat-NG: microsoft.public.commerceserver.general
You're going to have to build up a fake HTTP context for commerce server to
use. I know it can be done but can't find my information on how to do this.
I know that product support has it documented somewhere. I'd place a call
and ask them for the documentation on how to do it.
Rob
--
Robert Bogue
Microsoft MVP Server-Networking
MCSE(NT4), MCSE (W2K), MCSA:Security (W2K), CNA, A+, Network+, IT Project+,
Server+, Security+, CDIA+, E-Biz+
Crowe Chizek and Co LLC
"Andy Jenkins" <andrew.jenkins@capgemini.co.uk> wrote in message
news:88925026.0407140802.36a88850@posting.google.com...
> Hi all,
> Can anyone have a stab at translating this into C# for me?
>
>
http://msdn.microsoft.com/library/d...-us/csvr2002/ht
m/cs_sp_pipelineobj_fhnb.asp
>
> I want to execute a pipeline outside a webapp.... and am having a few
> problems (not surprisingly). I think I have all the objects required
> except the one 'dContext' in the example.
>
> Anyone got any ideas how I can get it using any of the AppConfig
> classes?
>
> Thanks
>
> Andy
This posting is provided "AS IS" with no warranties, and confers no rights.
EBusiness Server Team
|
|
|
|
|