Re: Netbeans and Axis

2008-09-18 Thread Mark Nüßler
Hello Joe, what exactly do you mean : 1) build axis2 from sources ? --> use the netbeans-maven plugin 2) build and deploy your axis2-service ? --> use ant best regards derMark Horninger, Joe (Contr Mission Systems) schrieb: Does anyone know of a nice plugin to make NetBeans

workarounds for Issue 3340

2008-09-03 Thread Mark Nüßler
hello list, i am using version 1.3 and want to know if others of you facing the same problem described in [1] ? On WSE/C# clientside there seems no way to process the error message. Any ideas how to configure axis2 to send MTOM when sending faults ? best regards derMark [1] http://issues.apa

Re: mtom speed again

2008-03-06 Thread Mark Nüßler
igContext = ConfigurationContextFactory .createConfigurationContextFromFileSystem("../../repository", null); ServiceClient sender = new ServiceClient(configContext, null); sender.setOptions(options); - Original Message - From: "Mark Nüßler" <[EMAIL PROTECTED]> T

mtom speed again

2008-03-06 Thread Mark Nüßler
hello users, who of have tracked times when sending files with mtom ? is the upload-time und download time the same ? thx derMark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

mtom, axis2 service and C# client

2008-02-25 Thread Mark Nüßler
hello users, i have an axis2 service, which can handle large files (mtom, 2GB) when i am using an axis2 client too. But in my existing project i have to run a C# client with WSE3. question, has any of you the same configuration and can send files from a C#-client larger 128 MB ? Best Regards

Re: [Axis2] Enum

2007-09-02 Thread Mark Nüßler
hello leon, it seems to me, that java2wsdl and wsdl2java does not support enums. a workaround that works 4 me is to replace the enum with a String before generating anything. on the serverside convert your enum to String Gender g = Gender.MALE; String g_send = g.toString(); an on clientside t

Re: JNI

2007-08-16 Thread Mark Nüßler
lo de Aplicaciones Comerciales México Asistencia Insurgentes Sur No. 1685 01020 México, D.F. (México) Tlfno: (+52) 55 54 80 38 40 ext 2140 Fax: (+52) 55 56 11 20 11 [EMAIL PROTECTED] -Mensaje original- De: Mark Nüßler [mailto:[EMAIL PROTECTED] Enviado el: Miércoles, 15 de Agosto de 2007 05:5

JNI

2007-08-15 Thread Mark Nüßler
hello users, my first experience in ws was axis2c 3 month ago. when i noticed that axis2c has no client session, i decided to take axis2java, cause i don#T want to implement on my own. my service has to communicate with some hardwaredevices. i build an jni wrapper dll to talk to that devices - t