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
, 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
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,
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
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
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
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
Hi,
I’m
an axis newbie and having trouble sending an image attachment (document style
message) from my client to the server. The attachment seems to go across fine,
but when I use AttachmentPart on the server, the
server hangs. It tries to write the
binary source to the console/screen an