Search found 5 matches

by JRAJ
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
Properties.png
Properties.png (5.31 KiB) Viewed 8891 times
. Also, I verified that it is in the jsm library as well.
by JRAJ
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 ...
by JRAJ
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
LI Version.png
LI Version.png (2.37 KiB) Viewed 8923 times
. 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
LI JSON Binding Wizard.png
LI JSON Binding Wizard.png (42.39 KiB) Viewed 8923 times
?
by JRAJ
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 ...
by JRAJ
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 ...