Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
	<S:Body>
		<ns4:GetMessagesListResponse
		xmlns:ns2="urn:be:fgov:ehealth:errors:service:v1"
		xmlns:ns4="urn:be:fgov:ehealth:ehbox:consultation:protocol:v3">
			<Status>
				<Code>100</Code>
				<Message Lang="EN">SUCCESS</Message>
			</Status>
			<Source>INBOX</Source>
			<Message>
				<MessageId>9Y0002LKM100K</MessageId>
				<Destination>
					<Id>77012824158</Id>
					<Type>INSS</Type>
					<Quality>DOCTOR</Quality>
				</Destination>
				<Sender>
					<Id>71000139</Id>
					<Type>NIHII</Type>
					<Quality>HOSPITAL</Quality>
					<Name>Doe</Name>
					<FirstName>John</FirstName>
				</Sender>
				<MessageInfo>
					<PublicationDate>2011-06-28+02:00</PublicationDate>
					<ExpirationDate>2011-12-31+01:00</ExpirationDate>
					<Size>46</Size>
				</MessageInfo>
				<ContentInfo>

					<EncryptableINSSPatient>OTgwNTMwNDU3NDYyMQ0K</EncryptableINSSPatient>
					<ContentType>NEWS</ContentType>
					<Title>News in eHealthBox</Title>
					<MimeType>text/plain</MimeType>
					<HasFreeInformations>true</HasFreeInformations>
					<HasAnnex>false</HasAnnex>
				</ContentInfo>
				<ContentSpecification>
					<IsImportant>false</IsImportant>
					<IsEncrypted>false</IsEncrypted>
				</ContentSpecification>
			</Message>
		</ns4:GetMessagesListResponse>
	</S:Body>
</S:Envelope>


Basic flow

...