Multidomain MDM
- Multidomain MDM 10.3
- All Products
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:mdmsample.siperian.api" xmlns:urn1="urn:siperian.api"> <soapenv:Header/> <soapenv:Body> <urn:cleanseFormatDate> <urn1:username>siftester</urn1:username> <urn1:password> <urn1:password>password</urn1:password> <urn1:encrypted>false</urn1:encrypted> </urn1:password> <urn1:orsId>orcl-MDM_SAMPLE</urn1:orsId> <urn:com.siperian.sif.dataobject.mdmsample.cleansefunctions.dataconversion.formatDateInput> <urn:date>2014-03-17T00:00:00</urn:date> <urn:format>MMM dd, yyyy</urn:format> </urn:com.siperian.sif.dataobject.mdmsample.cleansefunctions.dataconversion.formatDateInput> </urn:cleanseFormatDate> </soapenv:Body> </soapenv:Envelope>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <cleanseFormatDateReturn xmlns="urn:mdmsample.siperian.api"> <ns1:message xmlns:ns1="urn:siperian.api">The CLEANSE was processed successfully.</ns1:message> <com.siperian.sif.dataobject.mdmsample.cleansefunctions.dataconversion.formatDateOutput> <string>Mar 17, 2014</string> </com.siperian.sif.dataobject.mdmsample.cleansefunctions.dataconversion.formatDateOutput> </cleanseFormatDateReturn> </soapenv:Body> </soapenv:Envelope>