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


There was an error in the text of the last email I sent - thanks to
Malik for pointing it out.  
On Mon, 2004-06-28 at 14:59, Simeon Greene wrote:
<wsdl:message name="getCatalogRequest"/>
should actually be:
<wsdl:message name="submitOrderRequest"/>

Regards,
Simeon
> 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]