cancel
Showing results for 
Search instead for 
Did you mean: 

Issue - Parsing Error While Sending File Using Multipart Data

anandc
Level 2

Hi Team,

I am trying to send file using Blue Prism Web Service. While trying to send the request, I am getting an error : - Unable to parse the expected multipart request. I am able to POST the document through POSTMAN. Please find more details and screenshots below.

Error Screenshot

35804.png

POSTMAN Header Screenshot

35805.png

Postman Body Scrrenshot

35806.png

Postman HTTP Data

35807.png

Blue Prism Common Header Screenshot

35808.png

Blue Prism Parameter Screenshot

35809.png

Blue Prism Request Screenshot

35810.png

@shashank.kumar280 , @ewilson @SteveBoggs. Could you please help me :-).

1 BEST ANSWER

Best Answers

You can instead use the Utility - HTTP VBO from DX that has action for sending multipart request. 

View answer in original post

2 REPLIES 2

anandc
Level 2

@shashank.kumar280@shashank.kumar280@ewilson@SteveBoggs@ewilson@shashank.kumar280

Currently we are using blue prism 6.10.2. I have tried the following debugging approaches

  1. Changed Content-Type to multipart/form-data
  2. Removed Content-Transfer-Encoding: base64
  3. Added/Removed boundary from content-type header
  4. Removed/Added Content strength.

In one the community questions, I found that blue prism encodes the request with base64 so it might not work, Could this be one of the reasons?

You can instead use the Utility - HTTP VBO from DX that has action for sending multipart request.