Type alias SOAPOptions

SOAPOptions: {
    endpointUrl: string;
    xmlns?: string;
}

Type declaration

  • endpointUrl: string
  • Optional xmlns?: string