{
	"info": {
		"_postman_id": "f7520bdc-7713-4461-b01e-2a19db4d8a96",
		"name": "Test requests to Creatio web service",
		"description": "Creatio web service that uses anonymous authentication and non-standard text encoding",
		"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json",
		"_exporter_id": "10204500"
	},
	"item": [
		{
			"name": "Receive encoded text",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "<?xml version=\"1.0\" encoding = \"iso-8859-1\"?>\r\n<ReceiveEncodedText xmlns=\"http://tempuri.org/\">\r\n    <EncodedText>ÀÁÂÃÄÅ</EncodedText>\r\n</ReceiveEncodedText>",
					"options": {
						"raw": {
							"language": "xml"
						}
					}
				},
				"url": "http://mycreatio.com/0/ServiceModel/UsrEncodingService.svc/ReceiveEncodedText"
			},
			"response": []
		}
	]
}