Question
CIBC
CA
Last activity: 15 Jul 2017 21:15 EDT
create workparty from service (svcAddWorkObject)
I created a service using svcAddWorkObject to create case. one of requirement is add the applicant as workparty. the applicant information is part of the WSDL and sent via the service call. In the XML parse, I defined pyWorkParty(Applicant) to map the applicant information in the xml payload. after the service call, the case is created and pyworkpage is also created, but it always pyworkparty(Applicant1). I don't know where the 1 coming from. i'm expecting pyWorkParty(Applicant).
Any suggestion? Thanks,
***Updated by moderator: Lochan to add Categories***