开发者

file transfer as a web service in j2se

开发者 https://www.devze.com 2023-01-23 05:31 出处:网络
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 pro

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消