Search found 3 matches

by ANDREA.P
Tue Nov 30, 2021 9:02 am
Forum: HTTPAPI
Topic: Unespected response
Replies: 4
Views: 27171

Re: Unespected response

Thank you Scott for your help.
The problem is solved.
This is the right soap action:

Code: Select all

http_setOption('SoapAction':              
 '"http://tempuri.org/IService1/Leggi"'); 
by ANDREA.P
Mon Nov 29, 2021 5:58 pm
Forum: HTTPAPI
Topic: Unespected response
Replies: 4
Views: 27171

Re: Unespected response

Thank you Scott.
I tried even with POST.

ctl-opt DECEDIT('0,')
datedit(*dmy) datfmt(*iso)
option(*nodebugio) bnddir('HTTPAPI');
//
DCL-S url VARCHAR(100);
DCL-S soap VARCHAR(1000);
DCL-S response VARCHAR(100000);
/copy httpapi_h
http_debug(*On:'/tmp/mydebuglog.txt ...
by ANDREA.P
Wed Nov 24, 2021 9:38 am
Forum: HTTPAPI
Topic: Unespected response
Replies: 4
Views: 27171

Unespected response

Hi everybody,
I can't get a valid response from a machine equipped with a soap interface to my IBM i.
The HTTPAPI version is 1.38 dated 2017-10-09
The OS version is 7.2
The request with the utility SOAPUI works fine, here's the expected response.

<s:Envelope xmlns:s="http://schemas.xmlsoap.org ...