Search code examples
guidewire

Create auto policy in PolicyCenter via webservice


Guidewire PolicyCenter 10.2 self managed. I'd like to create and quote submission for auto policy line.

  1. Is there a rest api for submission creation exposed via the policy center? Based on the documentation I've an impression it should be there but swagger ui doesn't show related api

  2. I found only soap based web service. Now coming to submission api I see it's very generic, it looks policyPeriodData should be a raw xml that contains all the data about drivers, vehicles etc. How can I get such template in an easy way?

Edit: Using gosu scratchpad I was able to generate sample xml for policy period
var pp = new gw.webservice.pc.pc1000.gxmodel.policyperiodmodel.PolicyPeriod(pd) print(pp.asUTFString())
it contains drivers data but I don't see any api how to pass vehicles data


Solution

  • Self-managed versions of PolicyCenter do not expose functional OOTB REST APIs, they only come with the REST framework to create new APIs. Only the PolicyCenter cloud releases come with functionally complete OOTB APIs.