OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

ws-caf-implement message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: RE: [ws-caf-implement] Changes to Retailer.wsdl


Hi Peter

That's correct, passing a context by value allows a customer to modify
locally the context and passing back to the store. For convenience the
customer could avoid managing the context when relying on an additional
operation to remove an item. But basically both mechanisms are possible.

Malik

-----Original Message-----
From: Furniss, Peter [mailto:Peter.Furniss@choreology.com] 
Sent: 28 June 2004 23:54
To: simeon.m.greene@oracle.com; ws-caf-implement@lists.oasis-open.org
Subject: RE: [ws-caf-implement] Changes to Retailer.wsdl

What is stop the customer just taking things out of the shopping cart
list in the context, before propagating it back to a store ?

This would seem to be a feature of propagation by value.

Peter

> -----Original Message-----
> From: Simeon Greene [mailto:simeon.m.greene@oracle.com] 
> Sent: 28 June 2004 20:00
> To: ws-caf-implement@lists.oasis-open.org
> Subject: [ws-caf-implement] Changes to Retailer.wsdl
> 
> 
> The following changes were made to the attached Retailer.wsdl file:
> 
> 1) Removed CustomerDetail from the submitOrderRequest message 
> in the wsdl.
> <wsdl:message name="submitOrderRequest">        
> 	<wsdl:part name="CustomerDetails" 
> type="order:CustomerDetailsType"/>
>     </wsdl:message>
> 
> is now 
> 
> <wsdl:message name="getCatalogRequest"/>
> 
> 2) Added a new operation: removeItemFromCart. To the 
> RetailerPortType. 
> This will make it easy to remove items from the shopping cart 
> present in the context.
> 
> Regards,
> Simeon
> 



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]