Service description URL: http://localhost:3000/helloworldservice?wsdl
Postman Collection
{
"info": {
"_postman_id": "ccadc099-cdf8-41de-9a6d-4fbedfce8c9e",
"name": "nodexml",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "sayHelloRequest",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "text/xml",
"type": "text"
},
{
"key": "SoapAction",
"value": "sayHello",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "<?xml version=\"1.0\"?>\n\n<soap:Envelope\nxmlns:soap=\"http://www.w3.org/2003/05/soap-envelope/\"\nsoap:encodingStyle=\"http://www.w3.org/2003/05/soap-encoding\">\n\n<soap:Body>\n <urn:sayHello soapenv:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\">\n <firstName xsi:type=\"xsd:string\">Foo</firstName>\n </urn:sayHello>\n</soap:Body>\n\n</soap:Envelope>"
},
"url": {
"raw": "http://localhost:3000/helloworldservice",
"protocol": "http",
"host": [
"localhost"
],
"port": "3000",
"path": [
"helloworldservice"
]
}
},
"response": []
}
],
"protocolProfileBehavior": {}
}
See: https://stackoverflow.com/a/55352633/8507637
Service description URL: http://localhost:3000/helloworldservice?wsdl
Postman Collection
{ "info": { "_postman_id": "ccadc099-cdf8-41de-9a6d-4fbedfce8c9e", "name": "nodexml", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "sayHelloRequest", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "text/xml", "type": "text" }, { "key": "SoapAction", "value": "sayHello", "type": "text" } ], "body": { "mode": "raw", "raw": "<?xml version=\"1.0\"?>\n\n<soap:Envelope\nxmlns:soap=\"http://www.w3.org/2003/05/soap-envelope/\"\nsoap:encodingStyle=\"http://www.w3.org/2003/05/soap-encoding\">\n\n<soap:Body>\n <urn:sayHello soapenv:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\">\n <firstName xsi:type=\"xsd:string\">Foo</firstName>\n </urn:sayHello>\n</soap:Body>\n\n</soap:Envelope>" }, "url": { "raw": "http://localhost:3000/helloworldservice", "protocol": "http", "host": [ "localhost" ], "port": "3000", "path": [ "helloworldservice" ] } }, "response": [] } ], "protocolProfileBehavior": {} }See: https://stackoverflow.com/a/55352633/8507637