Changes for page SOAP Headers
Last modified by Erik Bakker on 2024/08/26 12:48
From version 40.1
edited by Erik Bakker
on 2022/08/22 15:56
on 2022/08/22 15:56
Change comment:
There is no comment for this version
To version 38.1
edited by Erik Bakker
on 2022/08/22 15:54
on 2022/08/22 15:54
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Default language
-
... ... @@ -1,1 +1,0 @@ 1 -en - Content
-
... ... @@ -16,7 +16,7 @@ 16 16 * Message Header to SOAP Header 17 17 18 18 In both cases ensure that the correct information is exchanged. 19 - 19 + 20 20 == 3. SOAP Headers == 21 21 22 22 When communicating via SOAP web service calls it can happen that an exchange of data needs to happen between the message headers on your message and the SOAP headers. In this microlearning, we will learn about this exchange in both directions. SOAP Headers are headers within a SOAP Envelope that can be used to communicate metadata or authentication information between parties. ... ... @@ -27,7 +27,7 @@ 27 27 28 28 In both cases ensure that the correct information is exchanged. 29 29 30 -In a previous microlearning, we already discussed one aspect of this. As you probably recall from our microlearning on [ [Securing your SOAP Webservice>>doc:Main.eMagiz Academy.Microlearnings.Novice.SOAP Web service Connectivity.novice-soap-web service-connectivity-securing-your-soap-webservice.WebHome||target="blank"]]we needed to exchange data between the SOAP header that our client was sending and a message header on the message so we could check whether or not the client was authorized to call the operation.30 +In a previous microlearning, we already discussed one aspect of this. As you probably recall from our microlearning on [Securing your SOAP Webservice](novice-soap-web service-connectivity-securing-your-soap-webservice.md) we needed to exchange data between the SOAP header that our client was sending and a message header on the message so we could check whether or not the client was authorized to call the operation. 31 31 32 32 In that microlearning, we also discussed the component that we need for this. The 'complex SOAP header mapper'. 33 33