Search found 6 matches

by davidb
Mon May 06, 2024 10:44 pm
Forum: HTTPAPI
Topic: http redirect 302
Replies: 6
Views: 31

Re: http redirect 302

Scott, just reporting back that the call ran successfully following updates after your change. Thanks so much!
by davidb
Mon May 06, 2024 9:05 pm
Forum: HTTPAPI
Topic: http redirect 302
Replies: 6
Views: 31

Re: http redirect 302

Ah ha yes I was just responding that I had discovered the same.. Thank you !!
by davidb
Mon May 06, 2024 8:09 pm
Forum: HTTPAPI
Topic: http redirect 302
Replies: 6
Views: 31

Re: http redirect 302

No I haven't disclosed it (the 403). If I run a 'get' in SOAPUI to the same origin address, the redirect is tripped automatically. I get the file I'm supposed to get without adding any additional auth (that I don't have) or taking any additional action. Why would that be working vs the call I'm maki...
by davidb
Mon May 06, 2024 7:37 pm
Forum: HTTPAPI
Topic: http redirect 302
Replies: 6
Views: 31

http redirect 302

Hello, I'm executing http_url_get to the us treasury to obtain their SDN list at the following address: https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/SDN.FF Last week they changed their internal process to use a redirect to an Amazon server. As a result of their change, ...
by davidb
Wed Jun 01, 2022 5:11 am
Forum: HTTPAPI
Topic: Multiple structures returned on a SOAP call
Replies: 2
Views: 2107

Re: Multiple structures returned on a SOAP call

Thanks so much for your response. Yes we're on V7R3. In absence of what I was hoping for, i.e. an httpapi function I may be unaware of, I'm on the right trajectory then. Just a little extra work needed to chop the unwanted xml from the beginning of the receiving file. Thank you.
by davidb
Tue May 31, 2022 4:17 pm
Forum: HTTPAPI
Topic: Multiple structures returned on a SOAP call
Replies: 2
Views: 2107

Multiple structures returned on a SOAP call

Hello, I'm using httpapi, http_url_post_xml to post to a service that's returning two structures, the first structure typically contains a basic status of the call, which may contain text such as 'no records returned' <soap:Envelope>...</soap:Envelope>. This is followed in the same return by another...