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 7fd3d04 + a552c3c commit efdc4b4Copy full SHA for efdc4b4
dw/svc/LocalServiceRegistry.js
@@ -14,7 +14,7 @@ class LocalServiceRegistry {
14
15
if (serviceId.toLowerCase().indexOf('http') > -1) {
16
return new HTTPService(configObj);
17
- } else if (serviceId.toLowerCase().indexOf('httpForm') > -1) {
+ } else if (serviceId.toLowerCase().indexOf('httpform') > -1) {
18
return new HTTPFormService(configObj);
19
} else if (serviceId.toLowerCase().indexOf('soap') > -1) {
20
return new SOAPService(configObj);
0 commit comments