IO-233 Add soap request structure

This commit is contained in:
Patrick Fic
2021-06-23 12:19:51 -07:00
parent 5be2d7bd39
commit 35273c64bd
7 changed files with 383 additions and 27 deletions

4
server/cdk/cdk-wsdl.js Normal file
View File

@@ -0,0 +1,4 @@
exports.default = {
VehicleSearch:
"https://uat-3pa.dmotorworks.com/pip-vehicle/services/VehicleSearch?wsdl",
};