cancel
Showing results for 
Search instead for 
Did you mean: 

FIle-->website Synchronous

Former Member
0 Kudos

hi Experties,

I have a critical problem that In my secnario I am to retrive a data from a website.

Web site sends the data in form of file.

Website has some authentication credentials.

Input parameter for website are:-

User Name:---

Pwd:-------

File name:-----

File name will be the name of file which is having input data of which details I am to retrive from website and file type should me .xml.

When we put user name , pwd and file name, Based on file content, website will send details in the form of file. which again I am to place at FTP location.

My problems while developements:--

Can anybody suggest to do the scenario..?

Which adapter I should Use..?

I tried it using SOAP synchronous adapter and in Conversion parameter I selected "Keep as attachment".

But I am not getting the output.

Please Respond...

Urs effort will be surely appreciated..

Thanks

Jaideep Jain

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

You can do this using HTTP adapter. With SOAP adapter also if you dont use the SOAP envelope it works same as HTTP.

File -> Website Synchronus

you can do File -> XI -> HTTP -> HTTP response -> XI - File.

Thanks

Gaurav

Former Member
0 Kudos

Dear Gaurav,

So glad after seeing urs response...!

I am posting this Q. 3rd time. U r the first person who responded.

Thanks..

I tried as urs guidence but I am not getting any response. In fact I m getting some err in receiver Communication channel.

I have used soap adapter providing don't use SOAP envelope and Synchronous receiver msg interface. as u suggested and I have used msg as attachment.

Problems I m facing are as follows:--

1) Err in receiver communication channel, even though I m getting msg processed successfully.

2) Should I run configuration Wizard twice as two times XI is coming in Picture. When I tried this I couldn't get any sender channel second time as SOAP adapter i have used as receiver channel.

Can u explore urs approch bit more towards this scenario as u told "you can do File -> XI -> HTTP -> HTTP response -> XI - File."

Thanks

Jaideep Jain

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Techies,

Thanks for urs kind support.