cancel
Showing results for 
Search instead for 
Did you mean: 

XI to post data via HTTPS

Former Member
0 Kudos

Hi !

There is a government web page with an HTML page that has a FORM tag, with this attributes (action data is not real)

action ="https://www.website.com/forms.do"

enctype="multipart/form-data"

method="post"

name="form"

inside, it has some INPUT tags:

<INPUT name="user"></INPUT>

<INPUT name="password"></INPUT>

<INPUT type="file" name="file"></INPUT>

<INPUT name="submit" type="submit" value="Send"></INPUT>

I need XI to post the input data that it receives via RFC.

Should I use the HTTP Adapter? SOAP Adapter?

How can I simulate the form submission via XI ?

How do I do to send the file data? (it is received by XI from an RFC as a long text line)

Thanks,

Matias.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi! Great idea. Thanks.

Former Member
0 Kudos

Maybe you can with HTTP receiver adapter and some tricks...

But you may also follow this way: an JAVA proxy that receive the message and make all the HTTP dialog:

Explained here:

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

Regards,

Sandro