On Mon, Jun 18, 2012 at 3:59 AM, Martin Gainty <[email protected]> wrote: > what are the PROTOCOL parameters set to in axis2.xml for transportSender and > transportReceiver > <transportSender name="http" > class="org.apache.axis2.transport.http.CommonsHTTPTransportSender"> > <parameter name="PROTOCOL">HTTP/1.1</parameter> > > what is the class declaration for transportReceiver e.g. > <transportReceiver name="http" > > class="org.apache.axis2.transport.http.SimpleHTTPServer"> > ?
Hi Martin, I used following, <transportReceiver name="https" class="org.apache.axis2.transport.http.AxisServletListener"/> Thanks AmilaJ > Martin Gainty > ______________________________________________ > Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité > > Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene > Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte > Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht > dient lediglich dem Austausch von Informationen und entfaltet keine > rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von > E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. > > Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le > destinataire prévu, nous te demandons avec bonté que pour satisfaire > informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie > de ceci est interdite. Ce message sert à l'information seulement et n'aura > pas n'importe quel effet légalement obligatoire. Étant donné que les email > peuvent facilement être sujets à la manipulation, nous ne pouvons accepter > aucune responsabilité pour le contenu fourni. > > > > > ________________________________ > Date: Thu, 14 Jun 2012 17:24:15 -0700 > Subject: Re: AXIS2 WSP support > From: [email protected] > To: [email protected] > > > I am refering to JIRA: https://issues.apache.org/jira/browse/RAMPART-343 > > I am still seeing the issue on RHEL5 as well as Windows-7. Any ideas when > this will be fixed? > > Thanks, > Weilan > > On Thu, Jun 14, 2012 at 10:53 AM, Weilan Wu <[email protected]> wrote: > > Thanks Sagara, I did downloaded Rampart 1.6.2 and AXIS2 1.6.2 and tried to > follow the policy/samples. It seems to have a known issue for > service.01/client.01 which shows: > > [java] Exception in thread "main" org.apache.axis2.AxisFault: Expected > transport is "https" but incoming transport found : "http" > > This has been filed in JIRA for 1.6.1 and was closed as resolved. > > Thanks, > Weilan > > > On Wed, Jun 13, 2012 at 3:04 AM, Sagara Gunathunga > <[email protected]> wrote: > > On Wed, Jun 13, 2012 at 1:43 PM, Weilan <[email protected]> wrote: >> Thanks Krishantha, for the reference. Actually it was the link you >> mentioned >> that lead me to this ML. >> >> My question is, if I have a WSDL that contains WSP tags (specifically for >> security capabilities). What the step-by-step guides for constructing a WS >> client using AXIS2 solution? > > Apache Rampart ( Axis2 security module) distribution contains number > of policy related working samples better to refer them. > > Thanks ! > >> >> Thanks very much! >> >> Weilan >> >> Sent from my iPhone >> >> On Jun 12, 2012, at 8:49 PM, Krishantha Manjula Rathnayaka >> <[email protected]> wrote: >> >> Hi Weilan, >> >> >> >> This is regarding the issue that you have, >> >> >> >> 1.) 1.) Yes it should supports WS Policy at client-side >> >> 2.) 2.) You may find some useful information here >> >> >> >> Thank You ! >> >> Kind Regards, >> >> Krishantha >> >> >> On Wed, Jun 13, 2012 at 7:24 AM, Weilan Wu <[email protected]> wrote: >>> >>> Hi Sagara, >>> Thanks for responding - those a couple of links are quite helpful as >>> background readings, however, I am still unclear: >>> >>> Does AXIS2 support WS-P for Client construction? >>> If 1) is confirmed, how exactly we configure AXIS2 client to be WS-Policy >>> aware? >>> >>> Thank you very much, >>> >>> >>> Weilan >>> >>> >>> On Mon, Jun 11, 2012 at 11:05 PM, Sagara Gunathunga >>> <[email protected]> wrote: >>>> >>>> http://wso2.org/library/23 >>>> http://wso2.org/library/3786 >>>> >>>> HTH, anyway [email protected] list is more appropriate for >>>> user questions. >>>> >>>> Thanks ! >>>> >>>> On Tue, Jun 12, 2012 at 11:26 AM, Weilan Wu <[email protected]> wrote: >>>> > Hi, I wonder if there are any good tutorials/examples on how to >>>> > implement >>>> > Axis2 client for WSP support? >>>> > >>>> > I briefly searched and found Rampart is needed.however I still need >>>> > more >>>> > details, such as from WSDL2Java (and which binding method etc). >>>> > >>>> > Thanks in advance! >>>> > >>>> > Weilan >>>> > >>>> > >>>> >>>> >>>> >>>> -- >>>> Sagara Gunathunga >>>> >>>> Blog - http://ssagara.blogspot.com >>>> Web - http://people.apache.org/~sagara/ >>>> LinkedIn - http://www.linkedin.com/in/ssagara >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [email protected] >>>> For additional commands, e-mail: [email protected] >>>> >>> >> >> >> >> -- >> >> Thank You! >> >> >> >> Kind Regards, >> >> >> >> Krishantha Manjula Rathnayake >> >> B.Sc.(Hons) Eng., AMIE(SL), IACSIT >> >> >> >> > > > > -- > Sagara Gunathunga > > Blog - http://ssagara.blogspot.com > Web - http://people.apache.org/~sagara/ > LinkedIn - http://www.linkedin.com/in/ssagara > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- Mobile : +94773330538 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
