cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP adapter

Former Member
0 Kudos

Hi all

I am using HTTP adapter in receiver comm channel.can anyone tell me where to specify the url?

Thanx

Ramu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Ramu,

you can devide your full URL into parts.When ever ur configuring ur comm. channel always remember the parameters,

Address Type stands for URL Address (like,http://mynetweaver:50000/XISOAPAdapter/MessageServlet?channel=:Mail_SOAP:SOAP_Receiver_001)

Target Host stands for Computer Name (here, mynetweaver)

Service Number refers to Port Number (here, 50000)

Path Refers to rest of the URL so that it can make the URL later (here,/XISOAPAdapter/MessageServlet?channel=:Mail_SOAP:SOAP_Receiver_001)

These are the mandatory fields, also if u r to bypass any proxy u can put the Proxy Host and Port Number to bypass...

regards,

Sugata

Answers (2)

Answers (2)

stefan_grube
Active Contributor
0 Kudos

You have to split the URL into pieces. For example:

'http://pwdf2153:54000/XISOAPAdapter/MessageServlet?channel=:File_SOAP_SOAP_File:SOAP_Sender'

Target Host = pwdf2153

Service Number = 54000

Path = /XISOAPAdapter/MessageServlet?channel=:File_SOAP_SOAP_File:SOAP_Sender

Regards

Stefan

MichalKrawczyk
Active Contributor
0 Kudos

hi,

choose : Addressing Type

as URL and specify the address

or you can choose : HTTP Destination

and specify an RFC dest (type http)

in the XI - TCODE - SM59

Regards,

michal