add xml highlights to example input, response.
This commit is contained in:
parent
5918d1c07c
commit
0a924ba74d
@ -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`:
|
Configure your client (Postman, Insomnia, or whatever) to send this body in a `POST` to url `/call1`:
|
||||||
|
|
||||||
```
|
```xml
|
||||||
<?xml version = "1.0"?>
|
<?xml version = "1.0"?>
|
||||||
<SOAP-ENV:Envelope
|
<SOAP-ENV:Envelope
|
||||||
xmlns:SOAP-ENV = "http://www.w3.org/2001/12/soap-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:
|
You should get this in response:
|
||||||
|
|
||||||
```
|
```xml
|
||||||
<?xml version = "1.0"?>
|
<?xml version = "1.0"?>
|
||||||
<SOAP-ENV:Envelope
|
<SOAP-ENV:Envelope
|
||||||
xmlns:SOAP-ENV = "http://www.w3.org/2001/12/soap-envelope"
|
xmlns:SOAP-ENV = "http://www.w3.org/2001/12/soap-envelope"
|
||||||
|
Loading…
Reference in New Issue
Block a user