RE: Trouble interfacing with WCF

2011-07-27 Thread Martin Gainty
put the names of all the referenced modules into /WEB-INF/modules/modules.list here is mine for reference soapmonitor-1.5.mar ping-1.5.mar mex-1.5.mar axis2-scripting-1.5.mar rampart-trust-SNAPSHOT.mar rampart-policy.mar hth, Martin Gainty __ J

Re: Trouble interfacing with WCF

2011-07-27 Thread Jay Sullivan
Wow!! :) . Changing sc.engageModule("rampart"); > to sc.engageModule("addressing"); > Fixed both errors and now it WORKS! I can't believe it! I had already become so skeptical that I didn't think it would ever work. Now, can anyone explain why this worked? (and why I can'

Re: Trouble interfacing with WCF

2011-07-27 Thread Jay Sullivan
On Fri, Jul 22, 2011 at 11:41 AM, Martin Gainty wrote: > Hi Jay- > The Axis solution is to configure public and private keystores..create a > cert with public key and engage Rampart (Security) Module to Axis > http://wso2.org/library/3190 > > Let me know if you need any guidance..i've done this

Re: Trouble interfacing with WCF

2011-07-27 Thread Jay Sullivan
I'm trying to get an Axis2/Rampart client web services application to work. My server is using a self-signed certificate, as this is just a test. I'm running into the error: Exception in thread "main" org.apache.axis2.AxisFault: Connection has been > shutdown: javax.net.ssl.SSLHandshakeException:

Re: WSDL generation for the services exposed only in local transport

2011-07-27 Thread Nadir Amra
I guess my thoughts are that any changes should not break conventions within Axis2. We should follow standards and conventions. Nadir Amra Integrated Web Services for IBM i Operating System Internet: [email protected] Andreas Veithen wrote on 07/27/2011 06:55:17 AM: > From: Andreas Veithen

axis2 over HTTPS - Help!

2011-07-27 Thread Denise Wu
Hi, I've been strugling with the following error for days, can you help please? I am using the following configuration: * Axis2 1.5.4 * Apache tomcat 7.0.8 * Java 1.6.0_26-b03 Server configuration: == I have the following in my tomcat server.xml I restarted t

[jira] [Created] (AXIS2-5102) AntCodeGenTask fails for wsdl with xsd:import schemaLocation when build file path includes a space character

2011-07-27 Thread Rob Say (JIRA)
AntCodeGenTask fails for wsdl with xsd:import schemaLocation when build file path includes a space character Key: AXIS2-5102 URL: https://issues.apache.or

Re: Introducing a new feature to enable MTOM attachment streaming

2011-07-27 Thread Andreas Veithen
On Wed, Jul 27, 2011 at 13:22, Sadeep Jayasumana wrote: > Hi, > > On Wed, Jul 27, 2011 at 4:12 PM, Andreas Veithen > wrote: >> >> On Wed, Jul 27, 2011 at 04:45, Sadeep Jayasumana >> wrote: >> > Hi, >> >> Whether streaming is possible or not depends on how the >> >> MIME parts are accessed, but y

Re: WSDL generation for the services exposed only in local transport

2011-07-27 Thread Andreas Veithen
On Wed, Jul 27, 2011 at 13:13, Amila Suriarachchi wrote: > > > On Wed, Jul 27, 2011 at 2:04 PM, Andreas Veithen > wrote: >> >> On Wed, Jul 27, 2011 at 07:52, Amila Suriarachchi >> wrote: >> > >> > >> > On Wed, Jul 27, 2011 at 10:45 AM, Amila Suriarachchi >> > wrote: >> >> >> >> >> >> On Tue, Ju

Re: Introducing a new feature to enable MTOM attachment streaming

2011-07-27 Thread Sadeep Jayasumana
Hi, On Wed, Jul 27, 2011 at 4:12 PM, Andreas Veithen wrote: > On Wed, Jul 27, 2011 at 04:45, Sadeep Jayasumana > wrote: > > Hi, > >> Whether streaming is possible or not depends on how the > >> MIME parts are accessed, but you always need to support buffering if > >> necessary. > > Yes, existing

Re: Introducing a new feature to enable MTOM attachment streaming

2011-07-27 Thread Andreas Veithen
On Wed, Jul 27, 2011 at 04:45, Sadeep Jayasumana wrote: > Hi, >> Whether streaming is possible or not depends on how the >> MIME parts are accessed, but you always need to support buffering if >> necessary. > Yes, existing functionality will not be broken. In fact, building the Part > in memory wi

Re: Introducing a new feature to enable MTOM attachment streaming

2011-07-27 Thread Sadeep Jayasumana
Hi, I created a JIRA issue, [1], and attached the patch. Attachments#setAttachmentStreamingEnabled(boolean) has been added to make it possible to change the streaming behavior after creating the Attachments object. With this change, it is possible read the parameter that enables MTOM streaming fr

Re: WSDL generation for the services exposed only in local transport

2011-07-27 Thread Andreas Veithen
On Wed, Jul 27, 2011 at 07:52, Amila Suriarachchi wrote: > > > On Wed, Jul 27, 2011 at 10:45 AM, Amila Suriarachchi > wrote: >> >> >> On Tue, Jul 26, 2011 at 6:07 PM, Andreas Veithen >> wrote: >>> >>> So, the bottom line is that it is OK to introduce a component into >>> Axis2 that violates the

[jira] [Commented] (AXIS2-4170) WSDL2JAVA for WSDL2.0 has CodeGenerationException/NullPointerException

2011-07-27 Thread Ping Liu (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13071570#comment-13071570 ] Ping Liu commented on AXIS2-4170: - Sagara, big thanks for you to test and apply the patch!