I am using Tomcat 5.0.3
- Original Message -
From: "sergeant" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, March 20, 2004 10:33 PM
Subject: Re: declare attachment in wsdl
> For you folks that are sending attachments to .NET clients from Axis
&
hment.
Hope this helps.
Regards
Jim.
- Original Message -
From: "BLIS Webmaster (Patrick Houbaux)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 18, 2004 10:20 AM
Subject: Re: declare attachment in wsdl
> Hi,
>
> Sometime ago I asked
about
the attachment.
Hope this helps.
Regards
Jim.
- Original Message -
From: "BLIS Webmaster (Patrick Houbaux)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 18, 2004 10:20 AM
Subject: Re: declare attachment in wsdl
> Hi,
>
> Someti
See the WS-I Attachments Profile [1] for a description of the standard way
to define attachments in WSDL. (Whether or not Axis supports the invocation
convention you describe below is a different issue.)
[1] http://www.ws-i.org/Profiles/Basic/2003-08/AttachmentsProfile-1.0.pdf
Anne
At 02:33 AM
PROTECTED] Gesendet: Donnerstag,
18. März 2004 08:55
An: [EMAIL PROTECTED]
Betreff: declare attachment in wsdl
Hi axis users,
I'd like to know if is there a way to declare in the
wsdl that a client of a ws has to send an attachment
as a parameter of the message, so that when I use
WSDL2Java I
start.
Good luck, and I would appreciate if you let me know when you get it to work.
Thomas
-Ursprüngliche Nachricht-
Von: Dario Di [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 18. März 2004 08:55
An: [EMAIL PROTECTED]
Betreff: declare attachment in wsdl
Hi axis users,
I'
Hi,
Sometime ago I asked the same kind of question but never get any answer.
http://marc.theaimsgroup.com/?l=axis-user&m=106980002426486&w=2
http://marc.theaimsgroup.com/?l=axis-user&m=106911055830031&w=2
What I did for now (as a workaround) is to tell about the attachments in my webservice docum
when you get it to work.
Thomas
-Ursprüngliche Nachricht-
Von: Dario Di [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 18. März 2004 08:55
An: [EMAIL PROTECTED]
Betreff: declare attachment in wsdl
Hi axis users,
I'd like to know if is there a way to declare in the
wsdl that a clie
Hi axis users,
I'd like to know if is there a way to declare in the
wsdl that a client of a ws has to send an attachment
as a parameter of the message, so that when I use
WSDL2Java I can use the portType in this way:
result = port.myMethod(dh, );
where dh is a DataHandler or some other way to
ref