HTTP upload from webMethods to Java as receiver

Hello All,

First of all, I want to let you know that I don’t have webMethods knowledge. I am into Java but just recently I am ask to do a Java program as a receiver for a file upload from webMethods. However, on my side I get an error : Posted content type isn’t multipart/form-data. I have noticed that the content type of the file that the end-user is sending is in the upper part of the file.

Can you guys help me, just give me idea on how to receive that file? I am guessing it’s in the transport protocol that we are using causing the file to be not successfully uploaded. Thanks for your help.

What are you using to send the file? And what are the inputs you’re feeding in?