cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP GET request to XI

former_member200339
Participant
0 Kudos

hi forum,

i have been trying to send a HTTP GET request to XI using SOAP and HTTP adpaters (by designing objects in IR and ID), but failed to do so,

the requirement is specifically sending HTTP GET, (no content in the body)

Is there any way of achieving this using existing adapters,

My observations:

when i make a HTTP GET request to XI using sender HTTP adapter, it gives a response "Body is empty" with HTTP code 204-No content,

when i use SOAP adapter, and make a HTTP GET request to intergration engine, using sender SOAP adapter, it gives a response

<html>

<head>MessageServlet</head>

<body>

Message Servlet is in Status OK

Status information:

Servlet com.sap.aii.af.mp.soap.web.MessageServlet (Version $Id: //tc/xi/NW04_23_REL/src/_adapters/_soap/java/com/sap/aii/af/mp/soap/web/MessageServlet.java#2 $) bound to /MessageServlet

<br/>Classname ModuleProcessor: null

<br/>Lookupname for localModuleProcessorLookupName: localejbs/ModuleProcessorBean

<br/>Lookupname for remoteModuleProcessorLookupName: null

<br/>ModuleProcessorClass not instantiated

<br/>ModuleProcessorLocal is Instance of com.sap.aii.af.mp.processor.ModuleProcessorLocalLocalObjectImpl0_0

<br/>ModuleProcessorRemote not instantiated

</body></html>,

and http response code 200 OK, but i cant find anything in the integration engine (from SXMB_MONI),

pls help

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

Check comments made by Stefan and I

Regards,

Prateek

former_member200339
Participant
0 Kudos

hi prateek..... lot of thanks,

developing/deploying a proxy ejb for this purpose seems good,

but, deploying a custom servlet (for calling that ejb) seems "not-so-standard" way,

since i m very new to custom j2ee development in XI, i have certain queries:

1. Is there any guidelines for developing and deploying custom j2ee components,

2. Will SAP provide support in case of these components not working "as expected" or hampering other applications,

thanks for help

former_member732072
Active Participant
0 Kudos

Hi Rana ,

Regarding your first question

1. Is there any guidelines for developing and deploying custom j2ee components

Please refer the following link and see if it helps:

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/1ca44e78-0801-0010-fa9d-a760d921...

Best Regards.

Answers (0)