Skip to content

Commit

Permalink
Merge pull request #9 from hmrc/APID-17
Browse files Browse the repository at this point in the history
APID-17: update README to document new confirmationOfDelivery paramet…
  • Loading branch information
worthydolt authored Dec 15, 2020
2 parents 312231c + 3614825 commit c64a6fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Send a SOAP message for the given operation
"wsdlUrl": "http://example.com/service.wsdl",
"wsdlOperation": "IE4N03notifyERiskAnalysisHit",
"messageBody": "<IE4N03 xmlns=\"urn:wco:datamodel:WCO:CIS:1\">...</IE4N03>",
"confirmationOfDelivery", true
"addressing": {
"from": "ICS_NES",
"to": "ICS_CR",
Expand All @@ -59,6 +60,7 @@ Send a SOAP message for the given operation
| `wsdlUrl` | The URL of the WSDL where the operation is defined |
| `wsdlOperation` | The operation to be used in the SOAP envelope |
| `messageBody` | The XML message to send in the SOAP envelope |
| `confirmationOfDelivery` | An optional boolean specifying whether the sender wishes to receive a confirmation of delivery from the target SOAP service. Defaults to false if not provided in the request |
| `addressing` | Optional property to provide WS addressing data |
| `addressing.from` | This optional property provides the value for the `From` element in the SOAP header |
| `addressing.to` | This optional property provides the value for the `To` element in the SOAP header |
Expand Down

0 comments on commit c64a6fb

Please sign in to comment.