Search found 43 matches
- Tue Sep 27, 2022 7:06 pm
- Forum: YAJL-ILE
- Topic: DATA-INTO and ALWBLANKNUM
- Replies: 4
- Views: 11424
Re: DATA-INTO and ALWBLANKNUM
Hey Jon, I've got an email in to the provider to see why that got changed. I think I will have to do as you suggest and work around it. It may get fixed but it also might crop up again. Thanks for the prompt response!!!!! By the way (just for grins) do you know off hand what the runtime PTF you ment...
- Tue Sep 27, 2022 2:56 pm
- Forum: YAJL-ILE
- Topic: DATA-INTO and ALWBLANKNUM
- Replies: 4
- Views: 11424
DATA-INTO and ALWBLANKNUM
I have a process that has been working for a while but the provider has suddenly decided (in some instances) to show resulting numeric fields that are zero as "". For example: "netTotalCreditDollars": "" When before it was "netTotalCreditDollars": 0 They have ...
- Tue May 17, 2022 3:33 pm
- Forum: HTTPAPI
- Topic: Provider Authorization
- Replies: 6
- Views: 13522
Re: Provider Authorization
As you guys said this is really in the wrong forum. I'm going to close this out and continue to research. Thanks for your help!
- Fri May 13, 2022 9:54 pm
- Forum: HTTPAPI
- Topic: Provider Authorization
- Replies: 6
- Views: 13522
Re: Provider Authorization
Hey Jon,
Yeah I went back over the presentation again after making the previous post and the IWS is the way I'm going to go on this one. Was once again trying to overthink things.
Thanks for all you guys do!!!!
Yeah I went back over the presentation again after making the previous post and the IWS is the way I'm going to go on this one. Was once again trying to overthink things.
Thanks for all you guys do!!!!
- Fri May 13, 2022 8:37 pm
- Forum: HTTPAPI
- Topic: Provider Authorization
- Replies: 6
- Views: 13522
Re: Provider Authorization
If the user is coming into our system (after setting up the Apache options for the HTTP server as I included in my previous post) would it not require some sort of user/password? The options include AuthType basic, PasswdFile and UserID. Is this just for outgoing (consuming) APIs? This person will s...
- Fri May 13, 2022 4:59 pm
- Forum: HTTPAPI
- Topic: Provider Authorization
- Replies: 6
- Views: 13522
Provider Authorization
We have been using consume only web services at our site up until now. Now we have a company that wants us to be their provider for data. We are just in the planning stages right now. No code has been written but I'm just trying to get my ducks in a row before we hit this hot and heavy. They are goi...
- Mon May 02, 2022 9:54 pm
- Forum: HTTPAPI
- Topic: Timeout Using http_stmf
- Replies: 2
- Views: 7789
Re: Timeout Using http_stmf
Perfect!!!! Thanks Scott....
- Mon May 02, 2022 8:04 pm
- Forum: HTTPAPI
- Topic: Timeout Using http_stmf
- Replies: 2
- Views: 7789
Timeout Using http_stmf
I am using the following to connect and post to a remote site. It then sends data back in JSON format: http_stmf( 'POST' : claimurl : resultpath : jsonpath : 'application/json'); I am getting a timeout error in the httpapi_debug.txt. If I run this using PostMan it works but takes about two minutes t...
- Fri Mar 11, 2022 2:48 pm
- Forum: YAJL-ILE
- Topic: DATA-INTO Failing (Different Issue)
- Replies: 7
- Views: 17503
Re: DATA-INTO Failing (Different Issue)
I found it. I was performing this statement in my handler procedure: %subst(rec:203:1) = %subst(item(1).kilometerIndicator:1:1); That was where it was dying. The JSON for that element looked like this: "kilometerIndicator": "", It was trying to substring a null(?). I just wrapped...
- Fri Mar 11, 2022 2:10 pm
- Forum: YAJL-ILE
- Topic: DATA-INTO Failing (Different Issue)
- Replies: 7
- Views: 17503
Re: DATA-INTO Failing (Different Issue)
I"m sorry about that. I'll try to get you something better to work with.