[jira] [Commented] (TRANSPORTS-3) Support W3C defined binding for SOAP-JMS

2011-08-04 Thread Prabath Abeysekara (JIRA)
[ https://issues.apache.org/jira/browse/TRANSPORTS-3?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13079743#comment-13079743 ] Prabath Abeysekara commented on TRANSPORTS-3: - Hi, I'd like to take the init

RE: Having trouble interfacing with WCF

2011-08-04 Thread Martin Gainty
in policy.xml set your stsAlias element in RampartConfig parent e.g: http://ws.apache.org/rampart/policy";> sts Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist ver

Re: Having trouble interfacing with WCF

2011-08-04 Thread Jay Sullivan
Since I've gotten *WSS SOAP Message Security UsernameToken Profile 1.0* to work (at least on Linux), I decided to share with others the complete, fool-proof, list of steps describing what I did to get it to work, from scratch. I hope the formatting in this email doesn't cause readability issues (

Re: Having trouble interfacing with WCF

2011-08-04 Thread Jay Sullivan
Okay, so, I think I may have gotten it to work now. It's weird because, at first, I could have sworn I tried this many times and it did not work. Suddenly it's working. I think what I did differently is include the rampart JAR files in the classpath while I run the client. This works for axis2-1

[jira] [Commented] (AXIS2-5110) Compatibility with WebSphere Application Server on z/OS

2011-08-04 Thread William Walsh (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13079535#comment-13079535 ] William Walsh commented on AXIS2-5110: -- I'm following up on the workarounds suggested

Re: Having trouble interfacing with WCF

2011-08-04 Thread Jay Sullivan
On Thu, Aug 4, 2011 at 11:41 AM, Martin Gainty wrote: > here is a dirt simple ServiceClient that works with rampart engaged > ... > > ServiceClient client = new ServiceClient(ctx, null); > Options options = new Options(); > options.setAction("urn:echo"); > options

RE: Having trouble interfacing with WCF

2011-08-04 Thread Martin Gainty
here is a dirt simple ServiceClient that works with rampart engaged /* * Copyright 2004,2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Li

[jira] [Commented] (AXIS2-4944) Improve Axis2 local transport to work with Apache Synapse's nhttp transport

2011-08-04 Thread Paul Hodchenkov (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13079407#comment-13079407 ] Paul Hodchenkov commented on AXIS2-4944: Having the similar issue with 'Message Re

Re: Having trouble interfacing with WCF

2011-08-04 Thread Jay Sullivan
On Thu, Aug 4, 2011 at 9:57 AM, Jay Sullivan wrote: > > > On Wed, Aug 3, 2011 at 9:22 PM, Hasini Gunasinghe wrote: > >> Hi Jay, >> >> Have you engaged Rampart, and provided the rampart configuration properly >> in the Axis2 client side? >> >> You can refer to rampart samples[1] to verify this. >>

Re: Having trouble interfacing with WCF

2011-08-04 Thread Jay Sullivan
On Wed, Aug 3, 2011 at 9:22 PM, Hasini Gunasinghe wrote: > Hi Jay, > > Have you engaged Rampart, and provided the rampart configuration properly > in the Axis2 client side? > > You can refer to rampart samples[1] to verify this. > Also, the article[2] on message level security with Rampart may hel

[jira] [Commented] (AXIS2-5108) Axis2 code generator plugin for eclipse

2011-08-04 Thread Harshana Eranga Martin (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13079320#comment-13079320 ] Harshana Eranga Martin commented on AXIS2-5108: --- Hi Samresh, I'll try to re

Re: Non blocking with two channel is broken

2011-08-04 Thread Amila Suriarachchi
Do you mean this code if (messageCtx.isPropertyTrue(DO_ASYNC) || ((messageCtx.getParameter(DO_ASYNC) != null) && JavaUtils.isTrueExplicitly(messageCtx.getParameter(DO_ASYNC).getValue( { String mep = messageCtx.getAxisOperation() .getMessageExch

Re: Non blocking with two channel is broken

2011-08-04 Thread Afkham Azeez
I ran this scenario last week during a demo and it worked. But that was in WSO2 AS 4.1.0, which is based on Axis2 trunk. Perhaps this is an issue in the 1.5 branch? On Thu, Aug 4, 2011 at 6:13 AM, Deepal jayasinghe wrote: > Guys, > A user called "Todd" recently observed [1] that we have issues