Search found 1 match

by sam20UltraX1
Tue Jul 27, 2021 9:04 am
Forum: Questions & Answers
Topic: LANSA Integrator inbound HTTP properties (java)
Replies: 0
Views: 52530

LANSA Integrator inbound HTTP properties (java)

We have a custom java service called RFIDService that we use to process an inbound HTTP request thru JSMDirect. In the java we use the following routine to get the HTTP properties.

private final JSMResponse commandLOAD ( JSMCommand command ) throws Exception
{
// Keep possible HTTP properties from ...