Search found 3 matches

by Bernd S
Mon Jan 30, 2023 11:02 am
Forum: HTTPAPI
Topic: NullPointerException using httpapi
Replies: 4
Views: 10339

Re: NullPointerException using httpapi

Hi Scott,

thank you. That was the solution.

Bernd
by Bernd S
Mon Jan 30, 2023 7:01 am
Forum: HTTPAPI
Topic: NullPointerException using httpapi
Replies: 4
Views: 10339

Re: NullPointerException using httpapi

Hi Thomas,

i send the SOAPACtion with the following Command:

http_setOption('SOAPAction': '"http://atoss.com/ses/services/transactionaldata/IsPresent"');

I'll get the following Debug-File:

HTTPAPI Ver 1.45 released 2021-09-20
NTLM Ver 1.4.0 released 2014-12-22
OS/400 Ver V7R4M0

http_persist ...
by Bernd S
Thu Jan 26, 2023 10:37 am
Forum: HTTPAPI
Topic: NullPointerException using httpapi
Replies: 4
Views: 10339

NullPointerException using httpapi

Hi,

i am trying to get Information from a SOAP-Service to our System I.
HTTPAPI Ver 1.45 released 2021-09-20
NTLM Ver 1.4.0 released 2014-12-22
OS/400 Ver V7R4M0

If i use SOAPUI the Request will work fine and i'll get the expected Result.

My Sample-Programm:
ctl-opt option(*srcstmt:*nounref ...