cancel
Showing results for 
Search instead for 
Did you mean: 

HTTPS Receiver Adapter POST with FILE TYPE parameter

Former Member
0 Kudos

Hello,

I need to do a POST to a URL service that validates content of a file. It receives user and password as string parameters and a FILE as a mime type parameter.

I'll appreciate any help.

Regards,

Diego.

Accepted Solutions (0)

Answers (3)

Answers (3)

moorthy
Active Contributor
0 Kudos

Hi.

Using Http Receiver Adapter , you can try out this.

This blog may give some idea-

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

Otherwise, try out with callinng this service via SOAP Adapter i.e webservice.

Rgds,

moorthy

Former Member
0 Kudos

Thanks.

Any idea how to do this on other way?

Diego.

Former Member
0 Kudos

http/https adapter doesnt support attachments or mutipart mime docs. the message should be inside the body of the POST request.