RE: Best way to send attachments

2005-01-07 Thread Tardif, Sebastien
You have to differentiate between the representations made in a specific language of the attachment than the way the attachment is sent. By playing with some flag you can see an attachment in Java as a DataHandler, a byte[], or Image or many others. However they can all be transfered in th

RE: Axis and JAXB

2004-11-19 Thread Tardif, Sebastien
I'm using Castor and it's working well and Axis already have the serializer/deserializer. You should realize that working with Castor is lot less risky than using JAXB because you have the source code of Castor and Castor project is very active. Castor will also move document from your WSDL to

RE: Axis, SwA and Basic Profile 1.1

2004-11-18 Thread Tardif, Sebastien
o parse it. -Original Message- From: Rafael Gomez [mailto:[EMAIL PROTECTED] Sent: Thursday, November 18, 2004 11:10 AM To: [EMAIL PROTECTED] Subject: Re: Axis, SwA and Basic Profile 1.1 Tardif, Sebastien wrote: >What is the type of your attachment? If you don't know the conte

RE: Axis, SwA and Basic Profile 1.1

2004-11-18 Thread Tardif, Sebastien
to be aware of http://nagoya.apache.org/jira/browse/AXIS-1609 if you transfer big attachment. -Original Message- From: Rafael Gomez [mailto:[EMAIL PROTECTED] Sent: Thursday, November 18, 2004 9:13 AM To: [EMAIL PROTECTED] Subject: Re: Axis, SwA and Basic Profile 1.1 Tardif, Sebastien wrote: &g

RE: Axis, SwA and Basic Profile 1.1

2004-11-17 Thread Tardif, Sebastien
Axis does support SwA because I use it myself. Axis didn't really try to read Basic Profile 1.1 and be compatible for it seems it is. With recent patches and maybe even without them Axis should be better than JWSDP 1.5 in this area. -Original Message- From: Rafael Gomez [mailto:[EMAIL PR

How do I get my patches be check in in CVS ?

2004-11-15 Thread Tardif, Sebastien
I submitted many patches. They are important for my business because without having them applied I will have to say to my customers that they will have to used our patched Axis version because the official Axis doesn't have full time developer taking care of it and the volunteer are quite busy.

How to activate Axis generation of JavaDoc when doing WSDL2Java?

2004-11-12 Thread Tardif, Sebastien
I have a WSDL like this: ... Contain all operations in docHarbor Web Services. The mode of operation is stateless so you have to provide a Credential instance to every operation. Contain all operations in docHar

RE: Web Service performance

2004-11-05 Thread Tardif, Sebastien
EJB is good only when you really need it. If you are using container managed transaction (CMT) for the web services operation you probably don't need ejb. -Original Message- From: Olivier Mocquais [mailto:[EMAIL PROTECTED] Sent: Friday, November 05, 2004 11:51 AM To: [EMAIL PROTECTED] S

RE: xmlbeans

2004-10-29 Thread Tardif, Sebastien
I guess the way to do it to follow the same way as Castor is used with Axis. Read this: http://www-106.ibm.com/developerworks/webservices/library/ws-castor/ -Original Message- From: Ben Anderson [mailto:[EMAIL PROTECTED] Sent: Friday, October 29, 2004 8:22 AM To: [EMAIL PROTECTED] Subj

Does anyone know if Axis is able to consume a WSDL that use DIME?

2004-10-27 Thread Tardif, Sebastien
Title: Does anyone know if Axis is able to consume a WSDL that use DIME? I ask this question because right now when I consume a WSDL I get this for operation signature: importDocumentAsDime(credential, Users users, ImportDocument importDocument, ReferencedBinary document) but I expect this