add xml highlights to example input, response.

This commit is contained in:
Greg Gauthier 2024-03-03 21:56:45 +00:00
parent 5918d1c07c
commit 0a924ba74d
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ The server will start on `http://localhost:8080`
Configure your client (Postman, Insomnia, or whatever) to send this body in a `POST` to url `/call1`:
```
```xml
<?xml version = "1.0"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV = "http://www.w3.org/2001/12/soap-envelope"
@ -31,7 +31,7 @@ Configure your client (Postman, Insomnia, or whatever) to send this body in a `P
You should get this in response:
```
```xml
<?xml version = "1.0"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV = "http://www.w3.org/2001/12/soap-envelope"