HI Guys,
I have a requirement to receive a document with a couple of fields through HTTP POST.
My Partner will be doing a HHT POST to the URL i provided.
He is posting a documet with a couple of fields.
I have built a service to receive the data and i give the service Anonymous access…
The code used by my partner to post the data is as followes:
Allowed Attachments: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword,
Problem:
IF he defines encType as multipart/form-data then i am not receiving any data to flow service.
IF he not defining encType i am gettign only the fields but not the Document.
Can soem one help me in identifying and fixing the issue.