Service constructor

Service(
  1. dynamic xmlNameSpace,
  2. dynamic xmlXAddr,
  3. Version version
)

Implementation

Service(this.xmlNameSpace, this.xmlXAddr, this.version);