chameleonbr / node-red-contrib-soap

SOAP Client for Node Red
MIT License
9 stars 27 forks source link

Update README.md #14

Open pawelwieszala opened 6 years ago

pawelwieszala commented 6 years ago

Refresh example provided (geoIP not working anymore)

jmikerq commented 5 years ago

hi @pawelwieszala , thanks for the update. I would recommend making changes to your pull request:

you have http://holidaywebservice.com//holidayservice_v2/holidayservice2.asmx?wsdl in the doc, is this a typo with the double slash?

also, for the example code I suggest to include both the input and output node, so:

[{"id":"7f8af178.1cd0f","type":"debug","z":"1b7a1e21.a54b72","name":"","active":true,"console":"false","complete":"false","x":690,"y":220,"wires":[]},{"id":"8ba16941.dbdd28","type":"soap request","z":"1b7a1e21.a54b72","name":"","topic":"","wsdl":"dbc70c06.f5df2","method":"GetHolidaysAvailable","x":510,"y":220,"wires":[["7f8af178.1cd0f"]]},{"id":"ce4946f5.ba43d8","type":"inject","z":"1b7a1e21.a54b72","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":354,"y":224,"wires":[["8ba16941.dbdd28"]]},{"id":"dbc70c06.f5df2","type":"soap-config","z":"","wsdl":"http://holidaywebservice.com/holidayservice_v2/holidayservice2.asmx?wsdl","auth":"0","user":"","pass":"","key":"","cert":"","token":""}]

Once you make the change I will merge your pull request. Thanks for your work!