Search found 3 matches

by Giel
Tue Nov 21, 2023 7:30 am
Forum: HTTPAPI
Topic: HTTP header
Replies: 5
Views: 10528

Re: HTTP header

thank you I have already upgraded the file I just need to now upgrade my program :lol:
by Giel
Tue Nov 21, 2023 6:50 am
Forum: HTTPAPI
Topic: HTTP header
Replies: 5
Views: 10528

Re: HTTP header

thank you for all the info, it is very much appreciated I was given a choice between REST and SOAP, I just took the SOAP option because I was given a C# program to get the layout of the API. Unfortunately I am not in a position to ask for changes so I will just have to make do with what I have at th...
by Giel
Tue Nov 21, 2023 4:47 am
Forum: HTTPAPI
Topic: HTTP header
Replies: 5
Views: 10528

HTTP header

Good day, I need to add the following http header for my soap call, I am working on RPGLE. The addition is C# is : request.Headers.Add("Identity", "root"); This is what my SOAP looks like currently: Out_Http_Err = *Blank; http_setOption('content-type': 'application/soap+xml; char...