Skip to content

Commit

Permalink
Updated the SOAP documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrosario committed Oct 26, 2023
1 parent c3c7d69 commit 10d9b2f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions documentation/soap.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,4 @@ It will look something like this:
}
```

How does one get the above payloads?

Some options:
1. Review the requests from the application and the response from the API using the logs from [Specmatic Proxy](/documentation/authoring_contracts.html). While the proxy does not generate expectations for SOAP/XML yet, it does log requests and responses to the console.
2. Run the tests and look at application logs. The application may log it's request and response payloads when running tests.
You can get the actual SOAP requests and response payloads using the logs from [Specmatic Proxy](/documentation/authoring_contracts.html). While the proxy does not generate expectations for SOAP/XML yet, it does log these requests and responses to the console.

0 comments on commit 10d9b2f

Please sign in to comment.