Tag: Implementations

XSD Based Service Example
A basic description of the service implementation is as follows, The name of the service is XSDExampleAPI, this class extends the WsiServiceBaseAPI The service methods use the following two types that are defined in the XSDExample.xsd provided for input and output parameters InputParameter OutputParameter There...

GX Model Based Service Example
A basic description of the service implementation is as follows, The name of the service is GXModelExampleAPI, this class extends the WsiServiceBaseAPI The service methods use the GX Model of the Guidewire User Entity. Additionally, base the GX Model on the “User” entity and select...

POGO Based Service Example
A basic description of the service implementation is as follows, The name of the service is POGOExampleAPI, this class extends the WsiServiceBaseAPI The service methods use the following two types, GOSU classes that implement the service parameter marker interface IWsiServiceEntity for input and output parameters InputParameter OutputParameter...

Inbound Web Services
SOURCE CODE: All the source code discussed within this blog is provided @ GitHub – Codebase. You are free to download, extend and send me comments on how you used it. If you want the extensions/changes to be incorporated into the code for others to...