Forum Discussion
cristiano007
12 years agoNew Contributor
Hi Michael
Thx for your help. I don't want to collect information from a previous request. I just want to pass some dummy-data to see if the restfull webservice is working correctly.
The 'Headers' tab you mentioned include the params in the header of my request. In the signature you can see that I don't define the "header" as header-param (@HeaderParam) but as form-param (@FormDataParam). Here is the multipart/form-data encoding an important aspect.
What I need is the right syntax for passing the MultivaluedMap parameter.
Thx for your help. I really appreciate that.
Cristiano
Thx for your help. I don't want to collect information from a previous request. I just want to pass some dummy-data to see if the restfull webservice is working correctly.
The 'Headers' tab you mentioned include the params in the header of my request. In the signature you can see that I don't define the "header" as header-param (@HeaderParam) but as form-param (@FormDataParam). Here is the multipart/form-data encoding an important aspect.
What I need is the right syntax for passing the MultivaluedMap parameter.
Thx for your help. I really appreciate that.
Cristiano