WAS 6 WS-Security interoperates with WSE 2.0 WS-Security. (You don't have to use WS-Trust and WS-SC to use WS-Security.)
- Anne -----Original Message----- From: Mahen Perera [mailto:[EMAIL PROTECTED] Sent: Thursday, August 19, 2004 5:06 AM To: [EMAIL PROTECTED] Subject: Re: How to add AXIS to Web Sphere 5.1 Hi Anne, WAS 5.1 must be interoperating with WSE 1.0,,,,, But I dont think WAS 6 interoperates with WSE 2.0,,, since WSE 2.0 has support for WS- Secure Conversation and WS- Trust ,,, where as WAS 6 does not i suppose... Your ideas please.... Mahen On Wed, 18 Aug 2004 13:16:29 -0400, Anne Thomas Manes <[EMAIL PROTECTED]> wrote: > WAS 5.1 interoperates with WSE 1.0 > WAS 6 interoperates with WSE 2.0. > > Anne > > > > -----Original Message----- > From: Mahen Perera [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 18, 2004 9:22 AM > To: [EMAIL PROTECTED] > Subject: Re: How to add AXIS to Web Sphere 5.1 > > Hi Anne > > Do u have any idea about the level of interoperabilty of Ws Security > related stuff in Web Sphere and WSE for .NET > > Mahen > > On Wed, 18 Aug 2004 09:10:24 -0400, Anne Thomas Manes <[EMAIL PROTECTED]> > wrote: > > WAS 5.1 supports an older version of WS-Security. It does not support > > WS-Trust or WS-SecureConversation. If you want support for the OASIS > > WS-Security 2004 standard, you must upgrade to WAS 6. I don't believe that > > IBM has delivered support for WS-Trust and WS-SecureConversation yet. > > > > Or you can install Axis 1.2 and WSS4J. > > > > Anne > > > > > > > > -----Original Message----- > > From: Mahen Perera [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, August 18, 2004 1:21 AM > > To: Barlotta, Timothy - Arlington, VA - Contractor > > Cc: [EMAIL PROTECTED] > > Subject: Re: How to add AXIS to Web Sphere 5.1 > > > > Hi > > > > Thanx for the help,,, > > > > now its working,, > > > > More Questions.... > > > > I want to know what is the level of support for WS Security is present > > in Web Sphere SOAP Engine... what specifications are implemented...? > > (WS- Sec? Ws- Secure Conversation?) > > > > On Tue, 17 Aug 2004 09:12:59 -0400, Barlotta, Timothy - Arlington, VA > > - Contractor <[EMAIL PROTECTED]> wrote: > > > I am using Axis inside WebSphere 5.1 with a custom application, I > > > deployed as an .ear file. You do not need to do anything special to get > > > it working. > > > > > > The only thing I can think that you might want to check is your web.xml > > > file. Have you mapped the axis servlet correctly? Something like: > > > <servlet> > > > <servlet-name>AxisServlet</servlet-name> > > > <display-name>Apache-Axis Servlet</display-name> > > > > > > <servlet-class>org.apache.axis.transport.http.AxisServlet</servlet-class > > > > > > > </servlet> > > > <servlet-mapping> > > > <servlet-name>AxisServlet</servlet-name> > > > <url-pattern>/services/*</url-pattern> > > > </servlet-mapping> > > > > > > It has been a while since I ran any of the test code, sorry if it > > > doesn't help. > > > > > > HTH, > > > Tim > > > > > > > > > > > > > -----Original Message----- > > > > From: Mahen Perera [mailto:[EMAIL PROTECTED] > > > > Sent: Tuesday, August 17, 2004 8:02 AM > > > > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > > > > Subject: How to add AXIS to Web Sphere 5.1 > > > > > > > > > > > > Hi > > > > > > > > I want to use the AXIS SOAP engine in Web Sphere, instead of > > > > the built in SOAP engine provided by Web Sphere. > > > > > > > > To do this, > > > > > > > > I deployed AXIS as a normal Web Application (i.e packaging > > > > the webapps\axis folder in the AXIS 1.1 distribution in to a > > > > WAR file called axis.war and deploying this WAR file using > > > > the Admin Console of Web Sphere - used default settings). > > > > > > > > When the context root was requested in deploying the WAR file > > > > , i used "axis" as the Context root > > > > > > > > After deploying, i tried to access the > > > > <serverName>:port/<context Root> > > > > > > > > But did not get the AXIS Welcome page... > > > > > > > > Can someone pls help in sorting this out.... > > > > > > > > Do i have to do any configurations when deploying the WAR > > > > file ,,,, or ...??? > > > > > > > > Mahen > > > > > > > > > > > > >
