file transfer as a web service in j2se
hi i am a newbie in developing web service. as a part of my module i need to develop a web service to transfer files from server to client usin开发者_JAVA百科g java(j2se). can you help me out with providing the source code?
It seems that you need some guidelines before starting your WS design and implementation. I really think that just posting you a sample code for copy-pasting without understanding what are you doing won't really help you.
You could start checking the reference tutorial from Oracle site, specially, the chapter on the SOAP With Attachments API. There you have also some code examples, and a good explanation on what to do and why.
精彩评论