Zymba ReferenceReferenceSOAPSOAP.ServerOn this pageZymba Documentation SOAP.Server Textobject @SOAP.Server(@Base) { construct(string $wsdl) {} bind(function $callback, string $operation): $this {} bindMethods(...$operations): $this {} handle() {}} SOAP server prototype. Prototype Base Methods $this.construct()CODE$this.construct(string $wsdl): voidParametersNameTypeValueDefaultwsdlstring"" $this.bind()CODE$this.bind(function $callback, string $operation): thisParametersNameTypeValueDefaultcallbackfunctionnulloperationstring""ReturnsTypeValue$this $this.bindMethods()CODE$this.bindMethods(variadic $operations): thisParametersNameTypeValueDefaultoperationsvariadic...ReturnsTypeValue$this $this.handle()CODE$this.handle(): void