Re: declare attachment in wsdl

2004-03-21 Thread Jim Collins
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 &

Re: declare attachment in wsdl

2004-03-20 Thread sergeant
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

Re: declare attachment in wsdl

2004-03-20 Thread Jim Collins
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

Re: declare attachment in wsdl

2004-03-18 Thread Anne Thomas Manes
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

Re: AW: declare attachment in wsdl

2004-03-18 Thread Dario Di Minno
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

Re: AW: declare attachment in wsdl

2004-03-18 Thread Dario Di Minno
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'

Re: declare attachment in wsdl

2004-03-18 Thread BLIS Webmaster (Patrick Houbaux)
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

AW: declare attachment in wsdl

2004-03-18 Thread Thomas.Duehrsen
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

declare attachment in wsdl

2004-03-17 Thread Dario Di
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