Skip to Content
0
Former Member
Jul 17, 2008 at 04:11 PM

Adaptive Web Service Model Problem

27 Views

AssociateSearchModel model = new AssociateSearchModel();

Request_RetrieveProfile requestMO = new Request_RetrieveProfile(model);

RetrieveProfile retrieveProfile = new RetrieveProfile(model);

retrieveProfile.setInitials("ABC");

requestMO.setRetrieveProfile(retrieveProfile);

wdContext.nodeRequest_RetrieveProfile().bind(requestMO);