thomas2004 wrote:
> What I am going to do is:
>
> I get some datas from client and will return/transfer/response an JPG or PDF
> file to the client. Is it possible?
>   
You mean at the server side you receive a request from a client , that
SOAP message contains binary data like JPG or PDF file. And you need to
send that back to the client ?
> So far I understand, the WS can only transfer XML-file. Is that right? Any
> example or infos?
>   
Nope WS is to send and receive SOAP messages (most of the cases) , but
one can send binary data with the message. And they use approaches like
MTOM and base64 for that.

If you can explain about your problem somewhat more , then I would be
able to give you a better answer than this.

Thank you!
Deepal
> Regards
>
> Thomas
>   


-- 
Thanks,
Deepal
................................................................
http://blogs.deepal.org/



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to