Hello,
I would like for a ws client to retrieve an image from a ws endpoint. I am totally confused as to how to what encoding style to choose as well as how to implement it.
Here is the code for the client:
Here is the code for the endpoint:
If I choose documentliteral it will not compile and give me the following error message:
**************
Attachment types are not supported in literal mode - Type: "javax.activation.DataHandler"
**************
If I choose nothing (which defaults to encoded in Netbeans) It does compile but when I
test the operation, I get this from
JBOss 4.0.4:
I use Netbeans 5.0 and JBoss 4.0.4.
Can anyone help?
Julien.