We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41c0232 + 78de57c commit b55b3deCopy full SHA for b55b3de
src/Class/AfipWebService.js
@@ -77,6 +77,8 @@ module.exports = class AfipWebService {
77
};
78
79
this.soapClient = await soap.createClientAsync(this.WSDL, soapClientOptions);
80
+ /* Sobre escribir la URL del archivo .wsdl */
81
+ this.soapClient.setEndpoint(this.URL);
82
}
83
84
// Call to SOAP method
@@ -85,4 +87,4 @@ module.exports = class AfipWebService {
85
87
//Return response parsed as JSON
86
88
return result;
89
-}
90
+}
0 commit comments