cm Customer Web Service





Functional Description

This service is used by ORPOS to query customer information from the customer management application. This service is used as part of the process for creating a customer order in the store via ORPOS that will be sourced and/or fulfilled from another location. This service supports both creating and updating customer information.

Technical Description

Services

cm-CustomerService


Description

A service for create, update, delete and lookup customer information.





Integration Catalog

CM00

Service WSDL

cm-CustomerService.wsdl

ServiceDefinition.xml

cm-ServiceProviderDefLibrary.xml





Operations

Operation Name

Description

requestNewCustomerId

Request a new customer id.

saveCustomer

Save the customer information.

queryCustomer

Query for customer based on input criteria.

deleteCustomer

Delete an existing customer.



Operation Business Objects (Payload)

Operation Name

Input

Input Sample

Output

Output Sample

requestNewCustomerId

Nothing.xsd

Nothing.xml

CustomerRef.xsd

CustomerRef.xml

saveCustomer

CustomerDesc.xsd

CustomerDesc.xml

CustomerRef.xsd

CustomerRef.xml

queryCustomer

CustomerCriVo.xsd

CustomerCriVo.xml

CustomerColDesc.xsd

CustomerColDesc.xml

deleteCustomer

CustomerRef.xsd

CustomerRef.xml

InvocationSuccess.xsd

InvocationSuccess.xml