Producer web service
The WS-I web service ProducerAPI web service in the package
gw.webservice.pc.pc800.community replaces the deprecated RPCE web service of the same name. In
addition to the change from RPCE to WS-I, some methods were added, changed, or removed.
New methods
createOrganization– New method to create an organizationgetGroupByPublicId– New method to get a group by public IDaddNewGroupToOrganization– New method to add a new group to an organizationupdateGroup– New method to update a groupgetProducerCodeByPublicId– New method to get producer code by public IDaddNewProducerCodeToOrganization– New method to add a new producer code to an organizationupdateProducerCode– New method to update and commit a producer code based on producer code XMLupdateOrganization– New method that replaces deprecated methodssynchronizeAgency,synchronizeBranch, andsynchronizeProducerCode
Changed methods
getAgencyOrganization– Method name changed togetOrganizationByPublicId.- Methods that
used the Organization
entity type now use the
OrganizationDTOGosu type, which is a class in the packagegw.webservice.pc.pcVERSION.community.datamodel.
Removed methods
getBranchmoveProducerCodeToExistingAgencymoveProducerCodeToSyncedAgencymoveProducerCodeToExistingBranchmoveProducerCodeToSyncedBranchremoveProducerCodeFromExistingAgency
See also
