rce Customer Web Service





Functional Description

null

Technical Description

Services

rce-CustomerService


Description

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





Integration Catalog

null

Service WSDL

rce-CustomerService.wsdl

ServiceDefinition.xml

rce-ServiceProviderDefLibrary.xml





Operations

Operation Name

Description

createCustomer

Create a new customer record in the customer master.

deleteCustomer

Delete an existing customer.

requestNewCustomerId

Request a new customer id. This operation is used by ORPOS only.

retrieveCustomer

Retrieve a customer by id.

queryCustomer

Query for fully-populated customers based on input criteria. Operation used by ORPOS only.

searchCustomers

Query for a list of sparsely-populated customers based on input criteria.

saveCustomer

Save a fully-populated customer with the specified customer entity. If the customer does not exist, create a new record. Return the customer id upon success.



Operation Business Objects (Payload)

Operation Name

Input

Input Sample

Output

Output Sample

Input Mapping Report

Output Mapping Report

createCustomer

CustomerDesc.xsd

CustomerDesc.xml

CustomerRef.xsd

CustomerRef.xml

CustomerDesc-mapping.html

CustomerRef-mapping.html

deleteCustomer

CustomerRef.xsd

CustomerRef.xml

InvocationSuccess.xsd

InvocationSuccess.xml

CustomerRef-mapping.html

InvocationSuccess-mapping.html

requestNewCustomerId

Nothing.xsd

Nothing.xml

CustomerRef.xsd

CustomerRef.xml

Nothing-mapping.html

CustomerRef-mapping.html

retrieveCustomer

CustomerRef.xsd

CustomerRef.xml

CustomerDesc.xsd

CustomerDesc.xml

CustomerRef-mapping.html

CustomerDesc-mapping.html

queryCustomer

CustomerCriVo.xsd

CustomerCriVo.xml

CustomerColDesc.xsd

CustomerColDesc.xml

CustomerCriVo-mapping.html

CustomerColDesc-mapping.html

searchCustomers

CustomerCriVo.xsd

CustomerCriVo.xml

CustomerColDesc.xsd

CustomerColDesc.xml

CustomerCriVo-mapping.html

CustomerColDesc-mapping.html

saveCustomer

CustomerDesc.xsd

CustomerDesc.xml

CustomerRef.xsd

CustomerRef.xml

CustomerDesc-mapping.html

CustomerRef-mapping.html