Information Management IBM InfoSphere Master Data Management, Version 10.1

dropMember web services example

Example code explores the capabilities of dropMember.

// Create and setup a MemberDropRequest object
// and send it to the service.
MemberDropRequest request = new MemberDropRequest();

// Set the member id and source code for the dropMember operation.
request.setMemIdnum("567677");
request.setSrcCode("OUTP");

// Set the username & password for the operation.
request.setUserName("rwuser");
request.setUserPassword("rwuser");

// Perform the dropMember operation.
port.dropMember(request)


Feedback

Timestamp Last updated: 16 Aug 2012

Topic URL: