|
Home > Archive > Commerce Server General > February 2006 > Orders Web Service
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 |
Orders Web Service
|
|
| Glen J Fergo 2006-02-26, 10:46 am |
| Is the source code for the Web Services available to us??
I'd really like to see how SearchBaskets and SearchPurchaseOrders work (I am
interested in building an Order History page).
Thanks!
--
Glen J Fergo
Senior Web Developer, Henry Schein, Inc.
http://www.henryschein.com/
| |
| Joe Wasson [MSFT] 2006-02-26, 10:46 am |
| The source is not available.
What specifically are you trying to do? If you are trying to make an order
history page for a specific user you can use
CommerceContext.Current.OrderSystem.GetPurchaseOrdersForUser(). If you're
trying to create a management page, it is recommended that you use the web
services.
-joe
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
From: =?Utf-8?B?R2xlbiBKIEZlcmdv?= <GlenJFergo@discussions.microsoft.com>
Subject: Orders Web Service
Date: Thu, 23 Feb 2006 06:08:27 -0800
Is the source code for the Web Services available to us??
I'd really like to see how SearchBaskets and SearchPurchaseOrders work (I
am
interested in building an Order History page).
Thanks!
--
Glen J Fergo
Senior Web Developer, Henry Schein, Inc.
http://www.henryschein.com/
| |
| Glen J Fergo 2006-02-26, 10:46 am |
| That might work. Thanks! :-)
--
Glen J Fergo
Senior Web Developer, Henry Schein, Inc.
http://www.henryschein.com/
"Joe Wasson [MSFT]" wrote:
> The source is not available.
>
> What specifically are you trying to do? If you are trying to make an order
> history page for a specific user you can use
> CommerceContext.Current.OrderSystem.GetPurchaseOrdersForUser(). If you're
> trying to create a management page, it is recommended that you use the web
> services.
>
> -joe
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
> --------------------
> From: =?Utf-8?B?R2xlbiBKIEZlcmdv?= <GlenJFergo@discussions.microsoft.com>
> Subject: Orders Web Service
> Date: Thu, 23 Feb 2006 06:08:27 -0800
>
> Is the source code for the Web Services available to us??
>
> I'd really like to see how SearchBaskets and SearchPurchaseOrders work (I
> am
> interested in building an Order History page).
>
> Thanks!
>
>
> --
> Glen J Fergo
> Senior Web Developer, Henry Schein, Inc.
> http://www.henryschein
|
|
|
|
|