RE: Axis security, when web-app can't use Basic Web Authenticatio n

2005-02-17 Thread THOMAS, JAI [AG-Contractor/1000]
There are couple of approaches you can take, but here's what I would do. - Implement an Authentication handler and Authorization handler extending BasicHandler These handlers would directly invoke your authentication/authorization methods andvalidate credentials. - Set authenticated

RE: Axis security, when web-app can't use Basic Web Authenticatio n

2005-02-17 Thread THOMAS, JAI [AG-Contractor/1000]
in a similar manner? -Sharam From: THOMAS, JAI [AG-Contractor/1000] [mailto:[EMAIL PROTECTED] Sent: Thursday, February 17, 2005 11:22 AMTo: '[EMAIL PROTECTED]'Subject: RE: Axis security, when web-app can't use Basic Web Authentication There are couple of approaches you

RE: Parameterized constructors through Axis?

2005-02-16 Thread THOMAS, JAI [AG-Contractor/1000]
Yes, provided you implement a custom serializer for that object. Jai -Original Message- From: Morten Egelund Rasmussen [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 16, 2005 6:32 AM To: [EMAIL PROTECTED] Subject: Parameterized constructors through Axis? Hi all! Simple

Jar files in EAR root.

2005-02-09 Thread THOMAS, JAI [AG-Contractor/1000]
I have been trying to invoke Axis jar files installed under EAR root (as opposed to webapp/WEB-INF/lib) for the past couple of days but with no success. It does work fine if I keep all files under web-inf/lib but needed to move them to EAR folder since couple of our application jars need to

RE: RE : Jar files in EAR root.

2005-02-09 Thread THOMAS, JAI [AG-Contractor/1000]
path (e.g. to classpath of sub-components, WAR, JAR, etc.), some do not. We use SunONE, for which we have to add this damned manifest entry to refer to "global" JARs in our EAR. Hope it helps... Christian Faucher -----Message d'origine-De : THOMAS, JAI [AG-C

RE: defining service to access MySQL DB

2005-01-27 Thread THOMAS, JAI [AG-Contractor/1000]
Implement AuthenticationHandler and AuthorizationHandler that deals with your application specific authentication and add these handlers under RequestFlow in your wsdd file. These handlers can implement authentication in whatever way you desire. We are using this to authenticate against ldap,

RE: Best way to send attachments

2005-01-07 Thread THOMAS, JAI [AG-Contractor/1000]
You are right in that there is no clean way to specify this in wsdl and achieve interoperability. .NET do not understand datahandler type and so .NET clients need to have certain level of understanding on the interface. Jai -Original Message- From: Flores, Raul [mailto:[EMAIL

RE: Web Service with state

2004-12-23 Thread THOMAS, JAI [AG-Contractor/1000]
I don't believe having many clients isthe real reason. All enterprise-level systems handle multiple clients and most of them deal with instance specific (session) state information. What makes a web service different is that it isplatform independent and expected to be 100% interoperable.

RE: Web Service with state

2004-12-23 Thread THOMAS, JAI [AG-Contractor/1000]
on the technologies used, to implement stateful sessions.Tony "THOMAS, JAI [AG-Contractor/1000]" [EMAIL PROTECTED] wrote on 23/12/2004 16:03:54: I don't believe having many clients is the real reason. All enterprise-level systems handle multiple clients and most of them deal wit

RE: XML Input to Axis Client Side API for web service invocation

2004-12-22 Thread THOMAS, JAI [AG-Contractor/1000]
. I hope above para would communicate my need. There are many hooks for doing this work, but there may be any standard way for doing this work which I want to explore. Any kind of help would be great for us. Thanks, Mohit "THOMAS, JAI [AG-Contractor/1000]" [EMAIL

RE: XML Input to Axis Client Side API for web service invocation

2004-12-21 Thread THOMAS, JAI [AG-Contractor/1000]
Mohit, Can you provide specifics of the service your client is consuming. Looks like what you need is amessage style method. If your server supports it you should be able to supply an xml doc. Jai -Original Message-From: Adaptive Protocols [mailto:[EMAIL PROTECTED]Sent:

RE: Serialization Compatibility

2004-12-17 Thread THOMAS, JAI [AG-Contractor/1000]
That only makes sense, 'wrapped' is more of an Axis thing. Jai -Original Message- From: jay limfueco [mailto:[EMAIL PROTECTED] Sent: Friday, December 17, 2004 2:03 AM To: [EMAIL PROTECTED] Subject: Re: Serialization Compatibility hmmm that's weird I seem to be having a problem in

RE: Remote reference!

2004-12-15 Thread THOMAS, JAI [AG-Contractor/1000]
The remote model you are talking about cannot be achieved without introducing a level of dependency to server. This would be against one of the golden principles of web service which entirely de-couples client from server. Jai -Original Message- From: Paul Libbrecht [mailto:[EMAIL

RE: data validation

2004-12-14 Thread THOMAS, JAI [AG-Contractor/1000]
Can't you add a client side handler to do that? Jai -Original Message-From: Jairam, Roopnaraine [mailto:[EMAIL PROTECTED]Sent: Tuesday, December 14, 2004 9:02 AMTo: [EMAIL PROTECTED]Subject: RE: data validation Does anyone know how to do this???

RE: data validation

2004-12-14 Thread THOMAS, JAI [AG-Contractor/1000]
. From: THOMAS, JAI [AG-Contractor/1000] [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 14, 2004 11:11 AMTo: '[EMAIL PROTECTED]'Subject: RE: data validation Can't you add a client side handler to do that? Jai -Original Message-From: Jairam

RE: Adding an object bean as a parameter...

2004-12-13 Thread THOMAS, JAI [AG-Contractor/1000]
Yes, just that you need to have serializers and deserializers defined properly. Jai -Original Message-From: Suzy Fynes [mailto:[EMAIL PROTECTED]Sent: Monday, December 13, 2004 6:29 AMTo: [EMAIL PROTECTED]Subject: Adding an object bean as a parameter... Hi, Can

RE: Rooting Axis services

2004-12-13 Thread THOMAS, JAI [AG-Contractor/1000]
. exercise our webservices to verify they deployed correctly 3. stop tomcat and then restart our webservices are gone (meaning they must be registered). This is 100% reproducible. How do we go about getting around this? Craig Lindley On Mon, 2004-12-13 at 13:06, THOMAS, JAI [AG-Contractor/1000

RE: Rooting Axis services

2004-12-13 Thread THOMAS, JAI [AG-Contractor/1000]
Andrew, We are already doing that. What you need to do is, instead of deploying Axis as a separate web app, integrate Axis servlet to your war project. Then define your desired url for the Axis servlet in web.xml. Jai -Original Message- From: ANDREW MICONE [mailto:[EMAIL PROTECTED]

RE: Monitor Client usage of WS

2004-11-29 Thread THOMAS, JAI [AG-Contractor/1000]
Why not implement a LogHandler and log client activities to a repository of your preference. Jai -Original Message- From: James Black [mailto:[EMAIL PROTECTED] Sent: Thursday, November 25, 2004 11:07 AM To: [EMAIL PROTECTED] Subject: Re: Monitor Client usage of WS -BEGIN PGP SIGNED

RE: Object lists in axis

2004-10-13 Thread THOMAS, JAI [AG-Contractor/1000]
Suzy, You can define a custom serialization for your Person object and return array of Person objects. Or write Person as a pure java bean and use BeanSerialization. You can find lots of discussion on serialization in this forum. Having seperate service for each method would be a week

RE: Configuration setup with web.xml

2004-10-11 Thread THOMAS, JAI [AG-Contractor/1000]
I woudn't mess with web.xml for that. A properties file is ideal in these kind of cases. Jai -Original Message- From: Barlotta, Timothy - Arlington, VA - Contractor [mailto:[EMAIL PROTECTED] Sent: Monday, October 11, 2004 11:47 AM To: [EMAIL PROTECTED] Subject: RE: Configuration setup

RE: custom deploying a webservice at a location other than standa rd /axis/services pattern

2004-10-05 Thread THOMAS, JAI [AG-Contractor/1000]
Jaya, /axis/services is only a url definition in your axis webapp that corresponds to axis servlet. You can define a new url, say /axis/importantServices referring the same AxisServlet and use that for your new web service. Jai -Original Message- From: jayachandra [mailto:[EMAIL

RE: deploying web service with database class import

2004-09-30 Thread THOMAS, JAI [AG-Contractor/1000]
Are these classes ie.DataManagerException and ie.DataManager in the webapp's class path? -Original Message-From: Suzy Fynes [mailto:[EMAIL PROTECTED]Sent: Thursday, September 30, 2004 1:14 PMTo: [EMAIL PROTECTED]Subject: RE: deploying web service with database

RE: deploying a wsdd file

2004-09-28 Thread THOMAS, JAI [AG-Contractor/1000]
Check $CLASSPATH settings. If axis.jar is not included there, that is obviously the problem! Jai -Original Message- From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 28, 2004 11:39 AM To: [EMAIL PROTECTED]; 'jayachandra' Subject: RE: deploying a wsdd file I'm running

RE: java.util.HashMap

2004-09-28 Thread THOMAS, JAI [AG-Contractor/1000]
I would be interested to see your solution. Did you have to make changes to Axis source code for this? Jai -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 28, 2004 5:26 PM To: [EMAIL PROTECTED] Subject: RE: java.util.HashMap Paul, I am very

RE: Slow deserialization in axis

2004-09-15 Thread THOMAS, JAI [AG-Contractor/1000]
Title: Slow deserialization in axis Are you using bean or custom serialization? Jai -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]Sent: Wednesday, September 15, 2004 12:53 PMTo: [EMAIL PROTECTED]Subject: Slow deserialization in axis Hi, I

RE: Slow deserialization in axis

2004-09-15 Thread THOMAS, JAI [AG-Contractor/1000]
anything. aravind -Original Message-From: THOMAS, JAI [AG-Contractor/1000] [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 15, 2004 1:45 PMTo: '[EMAIL PROTECTED]'Subject: RE: Slow deserialization in axis Are you using bean or custom

RE: Slow deserialization in axis

2004-09-15 Thread THOMAS, JAI [AG-Contractor/1000]
concurrent threads and also increased heap.But there was no difference in result. Can you suggest me some other ways... thanks aravind -Original Message-From: THOMAS, JAI [AG-Contractor/1000] [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 15, 2004 1:57

RE: .NET supports DIME, Axis Supports MIME,,,, how to interoperat e?????

2004-09-14 Thread THOMAS, JAI [AG-Contractor/1000]
Yes it does. Have a look at the EchoAttachments sample that comes with Axis. Jai -Original Message- From: Mahen Perera [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 14, 2004 12:26 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: .NET supports DIME, Axis Supports MIME how to

RE: RE: Client SSL Authentication .... ARGH !!

2004-09-02 Thread THOMAS, JAI [AG-Contractor/1000]
Steve, Just curious to know! Assuming you are using WebSphere app server, how are you planning to do it on app server environment? Wouldn't it create maintenance (and other) problems in a strict production environment? Thanks Jai -Original Message- From: Steve Webbo [mailto:[EMAIL

RE: How to add AXIS to Web Sphere 5.1

2004-08-17 Thread THOMAS, JAI [AG-Contractor/1000]
Mahen, WAS5.1 comes with Axis as built-in soap engine so you don't really need to add the axis web app. Jai -Original Message- From: Mahen Perera [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 17, 2004 7:02 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: How to add AXIS to Web

RE: How to add AXIS to Web Sphere 5.1

2004-08-17 Thread THOMAS, JAI [AG-Contractor/1000]
Message- From: THOMAS, JAI [AG-Contractor/1000] [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 17, 2004 9:42 AM To: '[EMAIL PROTECTED]' Subject: RE: How to add AXIS to Web Sphere 5.1 Mahen, WAS5.1 comes with Axis as built-in soap engine so you don't really need to add the axis web app. Jai

RE: Best Practise DIME

2004-08-05 Thread THOMAS, JAI [AG-Contractor/1000]
Phil, Your client don't realy need to deal with datahandlers. Response message will contain referenced attachments and your client just has to be capable of accessing these attachments. We in fact have an Axis server returning datahandlers and MS SOAP client consuming the service. Jai

RE: Best Practise DIME

2004-08-05 Thread THOMAS, JAI [AG-Contractor/1000]
attachments or hrefs to my service. Which sample did you follow? thanks in advance Phil -Ursprüngliche Nachricht- Von: THOMAS, JAI [AG-Contractor/1000] [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 5. August 2004 16:27 An: '[EMAIL PROTECTED]' Betreff: RE: Best Practise DIME Phil

RE: multiple objects without using arrays in doc/literal

2004-08-04 Thread THOMAS, JAI [AG-Contractor/1000]
Vikas, Since you are using doc/lit, you should be able to get the DOM object and get hold of 'arrayOfaddresses' nodes. Now my question would be, why do you want to change the server behavior (which is neater) just so a buggy client can work? I would rather fix the client to send correct xml

RE: Can I use axis for only one way flow?

2004-07-30 Thread THOMAS, JAI [AG-Contractor/1000]
I think you should be able to achieve this by using message syle service and using the service signature: public void method(SOAPEnvelope req, SOAPEnvelope resp); Whatever you add to the response will be sent back, in your case nothiing. Thanks Jai -Original Message- From:

RE: deployment problems

2004-07-30 Thread THOMAS, JAI [AG-Contractor/1000]
As step 1, I would open up server-config.wsdd under web-app and see your services are listed. Jai -Original Message-From: rory galvin [mailto:[EMAIL PROTECTED]Sent: Thursday, July 29, 2004 11:54 AMTo: [EMAIL PROTECTED]Subject: deployment problems Hey guys, I'm

RE: deployment problems

2004-07-30 Thread THOMAS, JAI [AG-Contractor/1000]
service is nowhere to be seen. Rory.. From: "THOMAS, JAI [AG-Contractor/1000]" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" [EMAIL PROTECTED] Subject: RE: deployment problems Date: Fri, 30 Jul 2004 09:19:26 -0500 As ste

RE: deployment problems

2004-07-30 Thread THOMAS, JAI [AG-Contractor/1000]
the admin client do more than update server-config.wsdd? Rory.. From: "THOMAS, JAI [AG-Contractor/1000]" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" [EMAIL PROTECTED] Subject: RE: deployment problems Date: Fri, 30 Jul 2004 12:34:

RE: Trouble with live deployment

2004-07-28 Thread THOMAS, JAI [AG-Contractor/1000]
Is the server-config intact and properly installed? -Original Message- From: Ciaran Hanley [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 1:31 PM To: [EMAIL PROTECTED]; 'Anand Natrajan' Subject: RE: Trouble with live deployment I think you are right, the happyaxis page is not

RE: (String,String) does not match (String,String)???

2004-07-27 Thread THOMAS, JAI [AG-Contractor/1000]
Can you post the generated wsdl? Jai -Original Message-From: Jason Etherton [mailto:[EMAIL PROTECTED]Sent: Tuesday, July 27, 2004 4:38 AMTo: [EMAIL PROTECTED]Subject: Re: (String,String) does not match (String,String)???Please,Does nobody know what this means???Jason