rest - POST through SoapUI is unsuccesful, but the same request through DHC is completed succesfully -


i tested rest services dhc application chrome, , post requests successful these parameters: dhc_successful_post

but when try create same request in soapui, 500 error. probably, there should other parameters or settings in soapui, cannot see it. wrong? here request: soapui_post_500_fault thank help!

p.s. in dhc there such code request:

curl -i -x post \ -h "content-type:multipart/form-data" \ -f "file=" \ -f "filename=rich-text.zip" \

so, need find settings these parameters in soapui (free version). there suggestions?

as per this (see attachments section)you've append file: parameter value able send content of file multipart/form-data


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -