WSDL Url:
http://localhost/webstore/admin/webstoreadminservice.asmx?wsdl
Web Service End Point Url:
http://localhost/webstore/admin/webstoreadminservice.asmx
Web Service Methods
Member | Description | |
---|---|---|
DownloadInventoryItem |
o.DownloadInventoryItem(Sku as string) as busItem |
|
GetInvoice |
o.GetInvoice(InvPk as int) as busInvoice |
|
GetInvoiceAndMarkAsDownloaded |
o.GetInvoiceAndMarkAsDownloaded(InvPk as int) as busInvoice |
|
GetInvoiceByInvoiceNo |
o.GetInvoiceByInvoiceNo(InvNo as string) as busInvoice |
|
GetNonDownloadedInvoices |
o.GetNonDownloadedInvoices(MarkAsDownloaded as boolean) as ArrayOfBusInvoice |
|
UpdateInventory |
o.UpdateInventory(ItemDataSet as complex) as boolean |
|
UpdateInventoryString |
o.UpdateInventoryString(ItemDataSetXml as string) as boolean |
© West Wind Technologies, 1996-2018 • Updated: 09/06/04
Comment or report problem with topic