cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP RECEIVER QUERY

Former Member
0 Kudos

hello everyone,

I have to develop a synchronous scenario, SOAP Sender to HTTP Receiver.

Soap sender will be passing suppose 2 fields Name and Employeeid and the Http receiver will be replying back the

response with entire employee details (name, id, address, dateofbirth, etc).

Http receiver has to be accessed via a URL like

https://abc.com/test/servlet/ServletInterface?command=getdetails&emp_name=<Name>&emp_id=<Employeeid>;

This is an https request, henc an RFC destination needs to be configured in XI and SSL has to be activated but how will i add the parameters Name and Employeeid to the URL mentioned in the RFC destination.

i went through many blogs on SDN, but i could not figure out how to append the URL mentioned in the Http Destination. Is it possible to do dynamic configuration with SSL enabled.

i tried passing URL https://abc.com/test/servlet/ServletInterface?command=getdetails in the HttpDestination and also configured a mapping for dynamic configuration but with no success.

please let me know if i am on the right track. if not please suggest.

thanks in advance.

Edited by: praveen kalwa on Feb 22, 2008 1:33 PM

Accepted Solutions (1)

Accepted Solutions (1)

justin_santhanam
Active Contributor
0 Kudos

Praveen,

Read this it might help you -

raj.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

XI supports only PUT method of http request. While adding parameters to the addr string is considered as a GET method.

Refer following blog in this regard.

/people/amol.joshi2/blog/2006/06/28/must-fire-a-http-get-from-xi---try-this

-Kavita

Former Member
0 Kudos

HI Pravin ,

The HTTP request page has Javascript which actually give call to Integration Engine . So first check the Javascript is having the desired functionality to append the data into the URL.

Regards,

Sarang