Search found 5 matches
- Fri Nov 07, 2025 3:35 am
- Forum: Questions & Answers
- Topic: LANSA Integrator JSON Headers
- Replies: 12
- Views: 28744
Re: LANSA Integrator JSON Headers
Thanks Arlyn for your input. I have published all the 4 properties . Also, I verified that it is in the jsm library as well.
- Thu Nov 06, 2025 1:11 pm
- Forum: Questions & Answers
- Topic: LANSA Integrator JSON Headers
- Replies: 12
- Views: 28744
Re: LANSA Integrator JSON Headers
Thanks for the suggestion. Now I got passed the header property issue but getting the below error. Jar looks good.
Command : SEND HOST(APIS-SANDBOX.FEDEX.COM) SECURE(*YES) URI(/rate/v1/rates/quotes) HANDLER(FdxDaysInTransitRequestService) TIMEOUT(60) METHOD(POST)
Command handler resource is missing ...
Command : SEND HOST(APIS-SANDBOX.FEDEX.COM) SECURE(*YES) URI(/rate/v1/rates/quotes) HANDLER(FdxDaysInTransitRequestService) TIMEOUT(60) METHOD(POST)
Command handler resource is missing ...
- Thu Nov 06, 2025 10:22 am
- Forum: Questions & Answers
- Topic: LANSA Integrator JSON Headers
- Replies: 12
- Views: 28744
Re: LANSA Integrator JSON Headers
My LI version is 13.2 . I tried removing SERVICE_CONTENT(*HTTP) but got the same result. Should I need to define something in the JSON Binding Wizard to include the headers ?
- Thu Nov 06, 2025 6:58 am
- Forum: Questions & Answers
- Topic: LANSA Integrator JSON Headers
- Replies: 12
- Views: 28744
Re: LANSA Integrator JSON Headers
#JSMXCMD := 'SERVICE_LOAD SERVICE(HTTPOutboundJSONBindService) SERVICE_CONTENT(*HTTP) TRACE(*YES) TRACE_NAME(*FUNCTION)'
EXECUTE SUBROUTINE(DO_JSMXCMD)
EXECUTE SUBROUTINE(CHECK_STS) WITH_PARMS(#JSMXSTS #JSMXMSG 'LOADSVC')
CONTINUE IF(*JSMERROR)
#JSMXCMD := 'BIND SERVICE(' + #JSMSVCE + ') TYPE ...
EXECUTE SUBROUTINE(DO_JSMXCMD)
EXECUTE SUBROUTINE(CHECK_STS) WITH_PARMS(#JSMXSTS #JSMXMSG 'LOADSVC')
CONTINUE IF(*JSMERROR)
#JSMXCMD := 'BIND SERVICE(' + #JSMSVCE + ') TYPE ...
- Thu Nov 06, 2025 5:07 am
- Forum: Questions & Answers
- Topic: LANSA Integrator JSON Headers
- Replies: 12
- Views: 28744
Re: LANSA Integrator JSON Headers
I am using HTTPOutboundJSONBindService to send a request to Fedex to get the days in transit info. I am getting the below error when I try to pass the Bearer token.. What does it mean? Should I need to define something in the JSON Binding Wizard (Refer attachment)?
Command : SET PROPERTY(*LIST ...
Command : SET PROPERTY(*LIST ...