Skip to content

Commit

Permalink
Refactor spec
Browse files Browse the repository at this point in the history
  • Loading branch information
MadhukaHarith92 committed Aug 14, 2023
1 parent 1173f3f commit e84ff94
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/spec/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,8 @@ public function main () returns error? {
_ = check soapClient->sendOnly(body);
}
```

## 3. Supported SOAP Versions

The soap module supports SOAP 1.1 and 1.2 versions. By default, the soap client is configured to work with SOAP 1.1. Users can overwrite this to support SOAP 1.2 by passing `soapVersion`
parameter during client initilization.

0 comments on commit e84ff94

Please sign in to comment.