Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Daniel Lourenço
Staff
61
Views
0
Comments
[Extension EnhancedWebReferences] Example usage of the EnhancedWebReferences extension to set and get SOAP headers
Question
Forge
Extension EnhancedWebReferences (O11)
Forge asset by
OutSystems
Hi, I would like to share with you an example of the usage of the EnhancedWebReferences extension that I created recently.
Attached to this post you can find two eSpaces (in version 7.0): the
SOAPHeader_Client.oml
and
SOAPHeader_Server.oml.
These eSpaces exemplify how you can use this extension to set and get SOAP headers:
The
SoapHeaders_Client
sets the SOAP headers
<InputHeaders><InputHeader1>value1</InputHeader1><InputHeader2>pass</InputHeader2></InputHeaders>
. See the
HomePage / InvokeWebReference
screen action;
The
SoapHeaders_Server
reads the SOAP headers sent by the client and sets the SOAP headers
<OutputHeaders><OutputHeader1>value1</OutputHeader1><OutputHeader2>pass</OutputHeader2></OutputHeaders>.
- See the
ExampleService / ExampleMethod
web service method;
If you publish the two eSpaces in your infrastructure, you can test the example by going to the homepage of the
SoapHeaders_Client
eSpace at
https://<yourserver>/SoapHeaders_Client
.
Note: Since version 6.0 the EnhancedWebReferences extension is included in the OutSystems System components that are installed when you setup the OutSystems platform, so you should no longer be download it from the OutSystems Community (it will be availalble in your environment once you install the platform).
Kind Regards,
Daniel Lourenço
Outsystems
EnhancedWebReferences_ExampleUsage.zip
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...