Search found 6 matches

by PeteMoore
Thu Nov 11, 2021 1:09 am
Forum: HTTPAPI
Topic: SoapAction
Replies: 10
Views: 40907

Re: SoapAction

upgraded to the latest version and all is good... thanx for all your responses
by PeteMoore
Wed Nov 10, 2021 11:56 pm
Forum: HTTPAPI
Topic: SoapAction
Replies: 10
Views: 40907

Re: SoapAction

apologies, The code I sent had a ";" too many, This is the correct code I used: rc = http_url_post_xml( %trim(#url) : %addr(PostData) +2 : %len(PostData) : *NULL : %paddr(Incoming) : %addr(UserData) : 10 : HTTP_USERAGENT : 'text/xml; charset=utf-8') : 'https://singpostuat2-staging.oss.+ : ...
by PeteMoore
Wed Nov 10, 2021 11:50 pm
Forum: HTTPAPI
Topic: SoapAction
Replies: 10
Views: 40907

Re: SoapAction

Hi Scott, I am currently on version 1.33 (according to the Changelog) and the version of Example20 is the same as you have it: ** XML-RPC example c eval *inlr = *on I have tried passing in the 114 character in the parameter (code below) but when I debug the program it looks like it only uses the fir...
by PeteMoore
Wed Nov 10, 2021 10:49 pm
Forum: HTTPAPI
Topic: SoapAction
Replies: 10
Views: 40907

Re: SoapAction

Sorry, forgot to mention that the SoapAction in Example16 program is only 18 characters long (see line 88 - : '"GetConversionRate"');
by PeteMoore
Wed Nov 10, 2021 10:46 pm
Forum: HTTPAPI
Topic: SoapAction
Replies: 10
Views: 40907

Re: SoapAction

The SoapAction that I need to send to Singapore Post is 114 characters long, and Scott has made allowance for this by using the http_xproc procedure, and according to previous forum posts there is an example of how code this in the Example20 program, but the current version of that program only has ...
by PeteMoore
Wed Nov 10, 2021 7:14 pm
Forum: HTTPAPI
Topic: SoapAction
Replies: 10
Views: 40907

SoapAction

Hi,
Does anyone have an example of how to do a SoapAction that is longer than 64 characters, previous forum listing say to look at the Example20 program, but unfortunately the latest download of the HTTPAPI software this program has no code other than setting on *inLR.
thanx
Peter