Re: Exchange EWS and large attachments

2010-11-25 Thread Samisa Abeysinghe
The MTOM sample of Axis2 can be found here: https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/samples/mtom/ And it also has a readme: https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/samples/mtom/README.txt HTH On Fri, Nov 26, 2010 at 7:15 AM, Alex A wrote:

Re: Exchange EWS and large attachments

2010-11-25 Thread Alex A
Hi, Thanks for answering EWS is Microsoft Exchange's SOAP service. MS provides [somewhat broken] wsdl, so can generate a stub. In that stub, wsdl's type definition type="xs:base64Binary"/> handled via public void setContent(byte[] content) {} Which works nice for small "Contents" and wasteful f

Re: Exchange EWS and large attachments

2010-11-25 Thread Samisa Abeysinghe
What is EWS? And large attachment should just work with Axis2 as you do with normal attachments. On Thu, Nov 25, 2010 at 7:50 PM, Alex A wrote: > Some clarifications: > > I use Axis2/J 1.5.1 only as a client, linux environment. > Server is MS Windows IIS, MS Exchange with EWS enabled. > > Thanks

Re: [Axis2] eclipse plugin

2010-11-25 Thread Gerard Draper
Thanks for your comments Andreas! I've changed the groupId from "org.apache.axis2.maven2" to "org.apache.axis2" and version to 1.5.3, this solved "My problem" with the plugin. To be able to use Axis2 1.5.3, I added "jar" after the version. Gerard On Thu, Nov 25, 2010 at 12:23 PM, Andreas Veithe

Re: Exchange EWS and large attachments

2010-11-25 Thread Alex A
Some clarifications: I use Axis2/J 1.5.1 only as a client, linux environment. Server is MS Windows IIS, MS Exchange with EWS enabled. Thanks, ~ Alex. On 11/25/2010 9:02 AM, Alex A wrote: Hello, All Trying to create emails with attachments in Exchange server via EWS. But having hard time makin

Exchange EWS and large attachments

2010-11-25 Thread Alex A
Hello, All Trying to create emails with attachments in Exchange server via EWS. But having hard time making it work with large attachments, MTOM or not. Can someone provide an example of creating a large attachment with Axis2 via EWS? Thanks, ~ Alex. ---

AW: Is this list completely dead?

2010-11-25 Thread Stadelmann Josef
Alex Just reading your last e-mail, First - I can perhaps not give you an answer for all your questions, things you need to tell us are not yet said in this last e-mail. Second - So I would like to know more about your own client and server platform environment, what are you intending to

Re: Is this list completely dead?

2010-11-25 Thread Alex A
Ah, great, there is some life here :) Here is my questions again, if all questions can't be answered, it would be great to have at least some answers or ideas. Thanks! - I need to have several simultaneous connections form one client to the same SOAP service. - Credentials, used in all conn

Re: [Axis2] eclipse plugin

2010-11-25 Thread Andreas Veithen
Gerard, Couple of comments: * The issue with the Eclipse plugin is currently being investigated; see AXIS2-4896. * You are using a very old version of the Maven plugin. This is because you use org.apache.axis2.maven2 as groupId. That should be org.apache.axis2. See also AXIS2-4697. Please make su

Re: Is this list completely dead?

2010-11-25 Thread Martin Makundi
List is alive but questions are too hard... 2010/11/25 Schlarb Sven : >  still alive. > > -Original message- > From: Alex A > Sent: Wed 11/24/10 22:35:21 > To: java-user@axis.apache.org; > Subject: Is this list completely dead? > > I wonder if anyone ever responds to any user's questions

RE: Is this list completely dead?

2010-11-25 Thread Schlarb Sven
 still alive. -Original message- From: Alex A Sent: Wed 11/24/10 22:35:21 To: java-user@axis.apache.org; Subject: Is this list completely dead? I wonder if anyone ever responds to any user's questions posted to this list? Cheers, ~ Alex --

Re: [Axis2] eclipse plugin

2010-11-25 Thread Gerard Draper
Thanks Chris, I've tried using Maven, but I failed too. I've tried to build the java code from a simple WSDL, but it seems there's some problem with the dependencies, some are not available or corrupted. Any idea how to fix this? I'm new to Maven, thus I'm not sure what to do. Can I download the