Re: Fwd: Axis2: Security Bug Severity 1

2019-06-19 Thread Alex Borschenko
On 6/19/2019 10:27 AM, pavan landge wrote: -- Forwarded message - From: pavan landge > Date: Thu 13 Jun, 2019, 3:30 PM Subject: Axis2: Security Bug Severity 1 To: > Cc: pavan landge

Re: OS

2019-04-17 Thread Alex Borschenko
There is nothing to do with Windows Server 2019 or any other. The only question is JDK version. You should ONLY care about what JDK version is supported by the Axis product. Then u simply install that version JDK on your Windows Server 2019. On 4/17/2019 12:38 PM, [email protected] wrote:

Re: Axis2 / Java: java.lang.NullPointerException at org.apache.axis2.context.MessageContext.isFault(MessageContext.java:4304)

2018-08-30 Thread Alex Borschenko
On 8/31/2018 12:04 AM, robertlazarski wrote: On Thu, Aug 30, 2018 at 2:46 PM Alex Borschenko mailto:[email protected]>> wrote: Hi All! I have deployed archive of services which consume/produce XMLs and now I'm trying to add one more service who will consume/p

Axis2 / Java: java.lang.NullPointerException at org.apache.axis2.context.MessageContext.isFault(MessageContext.java:4304)

2018-08-30 Thread Alex Borschenko
ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)     at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)     at java.lang.Thread.run(Thread.java:745) Please help me find out why it is not processing LoginResponseWSBean response object as expected and generates NPE. Thanx! Alex

Crash when reusing svc_client with non-blocking call

2012-01-13 Thread Alex Mantaut
Hi all, I'm performing a stress test on AXIS2C, sending multiple Asynchronous request from a client to a service. I'm using an instance of svc_client to send multiple non_blocking requests to a service, but after the request I lock the thread to wait for the callback on complete to finish

Re: Need help: large attachments inside SOAP XML request

2010-11-29 Thread Alex A
Or, on the second thought, may be there something else is wrong with the request? How else can I interpret Microsoft error "The request failed schema validation: Data at the root level is invalid. Line 1, position 1." Axis request and MS IIS response attached below. Thanks, ~ A

Need help: large attachments inside SOAP XML request

2010-11-29 Thread Alex A
mples? Thanks, ~ Alex.

Re: Exchange EWS and large attachments

2010-11-26 Thread Alex A
. Thanks, ~ Alex. On 11/26/2010 12:04 AM, Samisa Abeysinghe wrote: 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/sa

Re: Exchange EWS and large attachments

2010-11-25 Thread Alex A
e attached info will be a part of the XML, not the second block in multipart http. Please pardon my ignorance if any - I am new to this field. Let me know if information is not sufficient. When you say Axis2 works with large attachments, could you give me a concrete example of how it's do

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

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

Re: Is this list completely dead?

2010-11-25 Thread Alex A
l use the same TCP connection. Thus even if (1) gets resolved, mixing requests from different soap sessions will break the authentication. 3) I am unable to force-select the Authentication method I want (if all available on the server). Thanks, ~ Alex. On 11/24/2010 7:44 PM, Martin Gainty

Is this list completely dead?

2010-11-24 Thread Alex A
I wonder if anyone ever responds to any user's questions posted to this list? Cheers, ~ Alex - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

multiple connections with different credentials

2010-11-23 Thread Alex A
? authenticator.setAuthSchemes() does not seem to work. Any ideas? Thanks, ~ Alex. PS Also, can someone explain if options.setProperty(WSClientConstants.CACHED_HTTP_STATE, new HttpState()); is relevant, and what is the package name for WSClientConstants

NTLM in AXIS2 1.5.1

2010-11-12 Thread Alex A
pport NTLM? 4) I am getting INFO level messages - how can I enable DEBUG level for Axis? Thanks, ~ Alex. - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

client certificate authentication

2010-03-22 Thread Alex
[]) servletRequest.getAttribute("javax.servlet.request.X509Certificate"); I always get only one certificate the client certificate. My Question: Is there a possibility to get the hole certificate chain? Thank you, Alex - To unsubscri