Re: desperate newbie-- trouble with image attachment

2004-12-01 Thread Vy Ho
lto:[EMAIL PROTECTED] Sent: Wednesday, December 01, 2004 3:25 AM To: [EMAIL PROTECTED] Subject: Re: desperate newbie-- trouble with image attachment Vy Ho a écrit : Looking at the reference for Java2Wsdl, there's this line: -y, --styleThe style of binding in the WSDL, either

RE: desperate newbie-- trouble with image attachment

2004-12-01 Thread Eyad Garelnabi
, November 30, 2004 4:23 PM To: [EMAIL PROTECTED] Subject: Re: desperate newbie-- trouble with image attachment Looking at the reference for Java2Wsdl, there's this line: -y, --style The style of binding in the WSDL, either DOCUMENT, RPC, or WRAPPED. That means you can pass in DOC

RE: desperate newbie-- trouble with image attachment

2004-12-01 Thread Eyad Garelnabi
EMAIL PROTECTED] Sent: Wednesday, December 01, 2004 3:25 AM To: [EMAIL PROTECTED] Subject: Re: desperate newbie-- trouble with image attachment Vy Ho a écrit : > Looking at the reference for Java2Wsdl, there's this line: > > -y, --styleThe style of binding in the WSDL,

Re: desperate newbie-- trouble with image attachment

2004-12-01 Thread WAJSBERG Julien RD-BIZZ
Vy Ho a écrit : Looking at the reference for Java2Wsdl, there's this line: -y, --styleThe style of binding in the WSDL, either DOCUMENT, RPC, or WRAPPED. That means you can pass in DOCUMENT as the style when generating the wsdl to say that you want DOCUMENT style messaging. Be ca

Re: desperate newbie-- trouble with image attachment

2004-11-30 Thread Vy Ho
help me out -Original Message- From: Vy Ho [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 30, 2004 2:47 PM To: [EMAIL PROTECTED] Subject: Re: desperate newbie-- trouble with image attachment This should not be too hard. Let's take 5 to 10 minutes to get it to work. 1) sta

RE: desperate newbie-- trouble with image attachment

2004-11-30 Thread Eyad Garelnabi
help me out -Original Message- From: Vy Ho [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 30, 2004 2:47 PM To: [EMAIL PROTECTED] Subject: Re: desperate newbie-- trouble with image attachment This should not be too hard. Let's take 5 to 10 minutes to get it to work. 1) start wi

Re: desperate newbie-- trouble with image attachment

2004-11-30 Thread Vy Ho
This should not be too hard. Let's take 5 to 10 minutes to get it to work. 1) start with an interface: public interface ImageService{ public void sendImage(DataHandler data); } save that to a file named ImageService.java Also, add proper package for the class and import statements for DataHandl