Adding objects as parameters

2005-02-02 Thread Suzy Fynes
Hey, Im calling a service that has objects as its parameters, how do I use it in the client? Do I enter each attribute as a string or do I create an object of the required type? (this is all in axis with a java client) e.g. if it was just wsdl with string parameters I do the

Deploying multiple methods

2005-02-01 Thread Suzy Fynes
Hey, I want to allow multiple methods of my service be accessible through the web service. Do I set up the service as normal with another parameter for each method? Ive done the following but only the last one seems to be deployed: service name=AddPerson provider=java:RPC

defining service to access MySQL DB

2005-01-27 Thread Suzy Fynes
Does anyone know what process to take to define an Axis service (in the server-config.wsdd) to talk to a mysql database for authentication instead of using the users.lst with roles/?? Thanks Suzy

RE: defining service to access MySQL DB

2005-01-27 Thread Suzy Fynes
in the web.xml/context.xml instead of the server-config.wsdd). On Thu, 27 Jan 2005 13:58:29 -, Suzy Fynes [EMAIL PROTECTED] wrote: Does anyone know what process to take to define an Axis service (in the server-config.wsdd) to talk to a mysql database for authentication instead

RE: Authenication - username/pwd in request header

2005-01-27 Thread Suzy Fynes
/pwd in request header I dont know if this is possible with axis, but if you are hosting it on tomcat, you could use tomcat features to authenticate users when they request for hte service. Pritesh -- All Computers wait at the same speed !! From: Suzy Fynes [mailto

RE: defining service to access MySQL DB

2005-01-27 Thread Suzy Fynes
:29 -, Suzy Fynes [EMAIL PROTECTED] wrote: Does anyone know what process to take to define an Axis service (in the server-config.wsdd) to talk to a mysql database for authentication instead of using the users.lst with roles/?? Thanks Suzy

RE: Authenication - username/pwd in request header

2005-01-27 Thread Suzy Fynes
the handler to your service's wsdd file. Now, before any method in your service is called, your user will be authenticated by your handler. Hope this helps. JDG From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: Thursday, January 27, 2005 8:39 AM To: [EMAIL PROTECTED] Subject

Memory Leap on server side

2005-01-18 Thread Suzy Fynes
Hi, It seems that the axis running on my server is causing a memory leak which causes the whole application to slow and some of it to show internal errors. Tomcat logs indicated java.lang.OutOfMemoryError java.lang.OutOfMemoryError java.lang.OutOfMemoryError

RE: Memory Leap on server side

2005-01-18 Thread Suzy Fynes
mentioned last week, there is a mem leak in Tomcat when deploying over and over that will cause OutOfMemoryError's... Otherwise, is it happening after the application is running successfully for a while? -pc On Tue, 18 Jan 2005 10:53:56 -, Suzy Fynes [EMAIL PROTECTED] wrote: Hi

RE: restarting axis from command line

2005-01-13 Thread Suzy Fynes
Linux -Original Message- From: Lyndon Tiu [mailto:[EMAIL PROTECTED] Sent: 12 January 2005 20:05 To: [EMAIL PROTECTED] Subject: Re: restarting axis from command line Suzy Fynes wrote: Does anyone know how to restart axis from the commend line or any way with having to restart

Axis running out of Memory?

2005-01-12 Thread Suzy Fynes
Hi, When having to restart axis (using tomcat manager, not restarting tomcat) a few times I eventually get an internal error and the tomcat log files indicate 2005-01-12 12:34:38 StandardWrapperValve[AxisServlet]: Servlet.service() for servlet AxisServlet threw exception

RE: Axis running out of Memory?

2005-01-12 Thread Suzy Fynes
12:53:41 -, Suzy Fynes [EMAIL PROTECTED] wrote: Hi, When having to restart axis (using tomcat manager, not restarting tomcat) a few times I eventually get an internal error and the tomcat log files indicate 2005-01-12 12:34:38 StandardWrapperValve

restarting axis from command line

2005-01-12 Thread Suzy Fynes
Does anyone know how to restart axis from the commend line or any way with having to restart tomcat and not using tomcat manager? Thanks Suzy

RE: Object as parameters

2005-01-06 Thread Suzy Fynes
an object, use the document style. Anne On Wed, 5 Jan 2005 10:04:18 -, Suzy Fynes [EMAIL PROTECTED] wrote: Hi, When creating a web service in Axis that will have a number of simple type input parameters, is it more practical to use objects or does it not matter how many

Object as parameters

2005-01-05 Thread Suzy Fynes
Hi, When creating a web service in Axis that will have a number of simple type input parameters, is it more practical to use objects or does it not matter how many inputs come in on the service? Thanks Suzy

restarting axis

2004-12-13 Thread Suzy Fynes
Hi, Can anyone tell how, if possible, to restart axis manually from the command line? Tomcat manager is failing and I cant restart tomcat. Thanks Suzy

Adding an object bean as a parameter...

2004-12-13 Thread Suzy Fynes
Hi, Can anyone tell me if its possible to add an object bean as the parameter for a web service? Ive set up a WS where a bean object (that I created) is the return value, using Axis, just wanted to check if it was possible to do the reverse, where the bean is coming into the service..

RE: axis finding jar files in lib folder

2004-12-08 Thread Suzy Fynes
why it won't pick it up from the lib folder.. Myabe has to do something with the server-config.wsdd processing and finding classes for the services defined in it. -- Rajal _ From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 3:18 AM

RE: axis finding jar files in lib folder

2004-12-08 Thread Suzy Fynes
it won't pick it up from the lib folder.. Myabe has to do something with the server-config.wsdd processing and finding classes for the services defined in it. -- Rajal _ From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 3:18 AM To: [EMAIL PROTECTED

axis finding jar files in lib folder

2004-12-07 Thread Suzy Fynes
Hi, Ive an application that I want to deploy as a web service, (in java) and when I put the java file into the axis /servicedevelopment and try to compile it Im getting errors that it cant find a class that I created. I have created a jar file of all classes that this service access

Cant find AdminClient class

2004-12-07 Thread Suzy Fynes
Hi, When I try to the Admin Client Im getting the following error Exception in thread main java.lang.NoClassDefFoundError: org/apache/axis/client/AdminClient Can anyone tell me how to setup my classpaths so that axis can find the class.I have all the axis jars in the axis lib

RE: Cant find AdminClient class

2004-12-07 Thread Suzy Fynes
: set classpath=.;%AXIS_HOME%\lib\jaxrpc.jar;%AXIS_HOME%\lib\saaj.jar;%AXIS_HO ME%\lib\axis.jar;%AXIS_HOME%\lib\commons-logging.jar;%AXIS_HOME%\lib\log 4j-core.jar;%AXIS_HOME%\lib\tt-bytecode.jar;%AXIS_HOME%\lib\wsdl4j.jar; Cheers Arijit -Original Message- From: Suzy Fynes [mailto:[EMAIL

Monitor Client usage of WS

2004-11-25 Thread Suzy Fynes
Hey Could anyone tell me how to monitor clients that access my Axis Web Service, considering it had limited access to it i.e. uses basic authentication? Thanks Suzy

Locking down a WS

2004-11-24 Thread Suzy Fynes
Hi, If I have a web service deployed with Axis and I want to set up that if the service keeps returning false that it will lock the user out. Is this an axis thing to set up or is more just setting up the server to lock out connects? Thanks Suzy

Axis and authenication

2004-11-24 Thread Suzy Fynes
Is there a better way of authenticating a user to access an axis WS other than using the permission list? If there were 100s of users what needs to be done? Thanks Suzy

RE: Axis and authenication

2004-11-24 Thread Suzy Fynes
Suzy Fynes wrote: Is there a better way of authenticating a user to access an axis WS other than using the permission list? If there were 100s of users what needs to be done? Thanks Suzy I suppose your axis WS is using org.apache.axis.security.simple.SimpleSecurityProvider

FW: Axis with https

2004-11-10 Thread Suzy Fynes
Hi, Should using SSL i.e. connecting to an axis web service using https make any difference to a .NET client other than the endpoint is changed? It also means using a domain name as opposed to connecting directly to the ip with a port. Thanks Suzy PS Sorry if this getting

Axis with https

2004-11-09 Thread Suzy Fynes
Hi, Should using SSL i.e. connecting to an axis web service using https make any difference to a .NET client other than the endpoint is changed? It also means using a domain name as opposed to connecting directly to the ip with a port. Thanks Suzy

Automating web service

2004-10-28 Thread Suzy Fynes
Hi, Can anyone tell me if its possible to automate an axis web service i.e. as oppose to a client making a request when they want information that the service sends out the information daily Thanks Suzy

RE: Automating web service

2004-10-28 Thread Suzy Fynes
... Cheers Arijit From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: 28 October 2004 12:08 To: [EMAIL PROTECTED] Subject: Automating web service Hi, Can anyone tell me if its possible to automate an axis web service i.e. as oppose to a client making a request when they want information

RE: Automating web service

2004-10-28 Thread Suzy Fynes
-able? -Original Message- From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: Thursday, October 28, 2004 7:11 AM To: [EMAIL PROTECTED] Subject: RE: Automating web service Kinda of but an object would be sent to the client server. Is it do-able? -Original Message- From

RE: Automating web service

2004-10-28 Thread Suzy Fynes
the client will also have to be running... 2. The server continues to run, and sends the object or whatever at specific times - can be implemented using timers/counters... Seems do-able... Cheers Arijit From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: 28

RE: Automating web service

2004-10-28 Thread Suzy Fynes
, it means the client will also have to be running... 2. The server continues to run, and sends the object or whatever at specific times - can be implemented using timers/counters... Seems do-able... Cheers Arijit From: Suzy Fynes [mailto:[EMAIL

RE: Automating web service

2004-10-28 Thread Suzy Fynes
-able... Cheers Arijit From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: 28 October 2004 12:11 To: [EMAIL PROTECTED] Subject: RE: Automating web service Kinda of but an object would be sent to the client server. Is it do-able

Web Services sessions with axis and tomcat

2004-10-26 Thread Suzy Fynes
Hey, Does anyone have any ideas how best to manage sessions in Axis and tomcat? Thanks Suzy

RE: Web Services sessions with axis and tomcat

2004-10-26 Thread Suzy Fynes
Thanks for that. Is there anyway to monitor it from the server side? -Original Message- From: Silvano Maffeis [mailto:[EMAIL PROTECTED] Sent: 26 October 2004 10:45 To: [EMAIL PROTECTED] Subject: Re: Web Services sessions with axis and tomcat Suzy Fynes wrote: Hey, Does anyone

java.lang.reflect.InvocationTargetException

2004-10-19 Thread Suzy Fynes
Hi, Can anyone tell me what this exception means when I run my client on a java web service using axis java.lang.reflect.InvocationTargetException Thanks Suzy

RE: java.lang.reflect.InvocationTargetException

2004-10-19 Thread Suzy Fynes
that. Regards Mahen On Tue, 19 Oct 2004 14:02:26 +0100, Suzy Fynes [EMAIL PROTECTED] wrote: Hi, Can anyone tell me what this exception means when I run my client on a java web service using axis java.lang.reflect.InvocationTargetException Thanks Suzy

Array Objects

2004-10-15 Thread Suzy Fynes
Can anyone tell me how to call an array of objects from wsdl using a java client? (with axis of course) Thnaks

beanMapping in WSDD

2004-10-14 Thread Suzy Fynes
Hi, Can there be more than one beanMapping tag in an WSDD doc? Or can you specify more than one bean class in the same tag? Thanks, Suzy

namespaces

2004-10-14 Thread Suzy Fynes
Hi, Can anyone tell what kind a ns:local is in the beanMapping qname=ns:local ./ Im not sure how namespaces work exactly, is it something I create myself? Thanks

Admin client

2004-10-14 Thread Suzy Fynes
Hey, Can anyone think of a reason when after doing adminClient java org.apache.axis.client.AdminClient serviceDeployment/orphan/OrphanDeploy.wsdd -1http://82.195.131.189:8080/axis/services/AdminService got AdminDone processing/Admin and yet its not coming up in the /service

RE: Admin client

2004-10-14 Thread Suzy Fynes
Never mind, fixed it (it couldnt find the class) -Original Message- From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: 14 October 2004 12:26 To: [EMAIL PROTECTED] Subject: Admin client Hey, Can anyone think of a reason when after doing adminClient java

axis Cant find class

2004-10-14 Thread Suzy Fynes
Hey, Im getting the following fault when I try to run the AxisServlet Fault - Could not find class for the service named: serivceDeployment.orphans.OrhpansDetailsHint: you may need to copy your class files/tree into the right location (which depends on the servlet system you are

RE: axis Cant find class

2004-10-14 Thread Suzy Fynes
the package structure to axis\Web-Inf\classes and not in webapps\classes , as u have mentioned Regards Mahen On Thu, 14 Oct 2004 12:40:56 +0100, Suzy Fynes [EMAIL PROTECTED] wrote: Hey, I'm getting the following fault when I try to run the AxisServlet Fault - Could not find

RE: namespaces

2004-10-14 Thread Suzy Fynes
the targetNamespace of your schema file. For example: beanMapping xmlns:ns1=urn:MyNamespace qname=ns1:MyStringArray type=java:java.lang.String[] / Anne From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 12:37 PM

Axis bean and arrays

2004-10-14 Thread Suzy Fynes
Hey Can anyone tell me how to use a bean mapping for an array of objects of a class I created. Basically this is my wsdd deployment name = Orphans xmlns=http://xml.apache.org/axis/wsdd/ xmlns:java=http://xml.apache.org/axis/wsdd/providers/java service name=OrphansDetails

Client error calling BeanClass

2004-10-14 Thread Suzy Fynes
Hey Am writing a client, based on a similar one from the book Axis next generation java soap and I have a client wrote to access my deployed service. Im getting a java error when I create the Class object, in that it cant find the OrphanBean, can anyone tell me how this is meant to

RE: Client error calling BeanClass

2004-10-14 Thread Suzy Fynes
Arijit From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: 14 October 2004 15:16 To: [EMAIL PROTECTED] Subject: Client error calling BeanClass Hey Am writing a client, based on a similar one from the book Axis next generation java soap and I have a client wrote to access my deployed

no method found for wsdd deployed file

2004-10-14 Thread Suzy Fynes
Hey can anyone figure out why when I deploy the service below, no methods are found? -Original Message- From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: 14 October 2004 14:38 To: [EMAIL PROTECTED] Subject: Axis bean and arrays Hey Can anyone tell me how to use a bean

RE: no method found for wsdd deployed file

2004-10-14 Thread Suzy Fynes
missing in allowed methods? -Original Message- From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 7:49 AM To: [EMAIL PROTECTED] Subject: no method found for wsdd deployed file Hey can anyone figure out why when I deploy the service below, no methods are found

RE: beanMapping in WSDD

2004-10-14 Thread Suzy Fynes
in the same tag. Anne From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 10:48 AM To: [EMAIL PROTECTED] Subject: beanMapping in WSDD Hi, Can there be more than one beanMapping tag in an WSDD doc? Or can you specify more than one bean class in the same tag

beanMapping for arrays of objects

2004-10-14 Thread Suzy Fynes
Hey Can anyone tell me if there is a particular way of doing a beanMapping of Arrays if the array is to contain objects of beans already declared? Ie. I created a bean class and I want the service to return arrays of these objects Thanks

using axis from IP address as opposed to domain name

2004-10-13 Thread Suzy Fynes
Hey, Can anyone tell me if there is any security risk with using axis directly from an ip address as opposed to having it accessed through a domain name, ie having it accessed from http://25.123.156.100:8080/axis as opposed to http://www.mydomainname.com/axis Thanks Suzy

Object lists in axis

2004-10-13 Thread Suzy Fynes
Hey, Have a question, I have an object containing loads of information on a person e.g name, phone number, address etc I want to send someone a list of these people using axis. I store the list in an ArrayList containing objects of each person. Seen as ArrayLists are just for java its

RE: Object lists in axis

2004-10-13 Thread Suzy Fynes
will have to create an entry in web.xml though, telling axis to use bean serializer for your service (i think). HTH, Chris -Original Message- From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: 13 October 2004 16:54 To: [EMAIL PROTECTED] Subject: Object lists in axis Hey

RE: Object lists in axis

2004-10-13 Thread Suzy Fynes
: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 13, 2004 11:54 AM To: [EMAIL PROTECTED] Subject: Object lists in axis Hey, Have a question, I have an object containing loads of information on a person e.g name, phone number, address etc I want to send someone a list of these people

RE: Object lists in axis

2004-10-13 Thread Suzy Fynes
described in WSDL. Can't speak for untyped clients however, that might need some investigating. -Original Message- From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: 13 October 2004 17:11 To: [EMAIL PROTECTED] Subject: RE: Object lists in axis Would this still work if the client

Complex types in Axis

2004-10-08 Thread Suzy Fynes
Hey Can anyone tell me if a wsdd or jws web service can return complex types i.e. an arraylist for web services not using java as a clinet? Thanks

blank wsdl page

2004-10-08 Thread Suzy Fynes
Can anyone tell me why when I go the jws link i.e. http://92.154.112.177:8080/axis/DateValidation.jws and click on the wsld link that and empty white page whould be returned? No errors or nothing on the page??? Thanks

classpath for axis

2004-10-08 Thread Suzy Fynes
I have the strangest error, I have 3 jws files all of which access other classes that I have wrote. To enable them to be imported I have created a jar file of all the classes and placed the jar in the classpath. From reason two of the files are giving me the following error while the 3rd

wsdd classes with imports

2004-10-07 Thread Suzy Fynes
Hi I want to deploy a class that has imports from other classes ive created at. It works ok when I used a jws file and had the jar of the classes set as part of the classpath but when I use wsdd its not finding the import files. Is there a particular way it needs to be set up?

Axis client service

2004-10-04 Thread Suzy Fynes
Hi, I trying to create a client of a service and when I create the Service object Service service = new Service(); I getting the error Cannot instantiate the type Service, since it is not a concrete class Is this normal? Also when doing the AuthBasicClient class and

BasicAuthClient

2004-10-04 Thread Suzy Fynes
Ive created a BasicAuthClient class and it complies fine but when I try to run it i.e. java serviceDeploy.BasicAuthClient Im getting the following error Exception in thread main java.lang.NoClassDefFoundError: serviceDeploy/BasicAuthClient Has anyone had this problem before?

RE: deploying web service with database class import

2004-10-01 Thread Suzy Fynes
To: '[EMAIL PROTECTED]' Subject: RE: deploying web service with database class import 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 PM

how to tell axis db information

2004-10-01 Thread Suzy Fynes
Hi Im have deployed a web service that is meant to talk to a mysql database on unix server. I have created a jar file of all the classes in my project and put it in the axis/web-inf/lib folder and it finds the classes fine. I use a managers properties file to declare all db info. How do

starting axis in tomcat manager

2004-10-01 Thread Suzy Fynes
Hey, I did a stop on tomcat manger for axis and now when I hit it start it says FAIL - Application at context path /axis could not be started Any ideas how I could get it started again? Thanks Suzy Suzy Fynes Software Development Sentenial Ltd. Tel: 00 353 (1) 629

RE: starting axis in tomcat manager

2004-10-01 Thread Suzy Fynes
. -Original Message- From: Patrick Herber [mailto:[EMAIL PROTECTED] Sent: 01 October 2004 13:26 To: [EMAIL PROTECTED] Subject: RE: starting axis in tomcat manager Hi, did you see if tomcat wrote something in its log files (catalina.log)? Regards, Patrick From: Suzy Fynes [mailto:[EMAIL

RE: starting axis in tomcat manager

2004-10-01 Thread Suzy Fynes
Systems 847-227-2976 [EMAIL PROTECTED] http://www.endinfosys.com -Original Message- From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: Friday, October 01, 2004 7:43 AM To: [EMAIL PROTECTED] Subject: RE: starting axis in tomcat manager Its saying INFO: Container StandardContext[/axis

deploying web service with database class import

2004-09-30 Thread Suzy Fynes
Hi, I want to deploy my java class as a web service. If this class imports 3 other classes from my project do I need to deploy them too? Also one of these classes accesses a mysql database on the server, will this effect the deployment? Thanks Suzy

RE: deploying web service with database class import

2004-09-30 Thread Suzy Fynes
the $APPROOT/WEB-INF directory, etc.) I'm starting my own blog here in the next day or two, and I'm going to post a series of blogs called The Axis/Web-service Interop Files. As soon as it is up, if your interested I'll let you know. Tami From: Suzy Fynes [mailto:[EMAIL PROTECTED

RE: deploying a wsdd file

2004-09-29 Thread Suzy Fynes
-cp $CLASS_PATH_VARIABLE org.apache.axis.client.AdminClient axis/serviceDeployer/BankModulsCheckServiceDeploy.wsdd-1 http://81.192.132.189:8080/axis/services/AdminService -Original Message- From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 28, 2004 12:39 PM To: [EMAIL

RE: deploying a wsdd file

2004-09-29 Thread Suzy Fynes
each and every jar file e.g: When you run 'set', you should rather see CLASSPATH=/usr/local/jakarta-tomcat-5.0.27/webapps/axis/WEB-INF/lib/axis.jar CLASSPATH search is not to be treated same as PATH search HTH Jayachandra -Original Message- From: Suzy Fynes [mailto:[EMAIL PROTECTED

Deployment Error

2004-09-29 Thread Suzy Fynes
/webappa/axis/WEB-INF/lib/commons-logging.jar:/usr/local/jakarta-tomcat-5.0.27/webapps/axis/WEB-INF/lib/axis-ant.jar Can anyone see how I can fix this problem? Thanks! Suzy Suzy Fynes Software Development Sentenial Ltd. Tel: 00 353 (1) 629 2141 Fax: 00 353 (1) 629 2147 Mob: 00 353

RE: Deployment Error - PLEAES IGNOR LAST POST FOUND THE PROBLEM! SORRY

2004-09-29 Thread Suzy Fynes
-Original Message- From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: 29 September 2004 10:13 To: [EMAIL PROTECTED] Subject: Deployment Error Hi, I set all classpaths on my server and Im getting the following error now when I try run the AdminClient Exception in thread

RE: Deployment Error

2004-09-29 Thread Suzy Fynes
From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 29, 2004 2:43 PM To: [EMAIL PROTECTED] Subject: Deployment Error Hi, I set all classpaths on my server and Im getting the following error now when I try run the AdminClient Exception in thread main

Running adminclient

2004-09-29 Thread Suzy Fynes
that is not been found? Thanks again for all the help! Suzy Suzy Fynes Software Development Sentenial Ltd. Tel: 00 353 (1) 629 2141 Fax: 00 353 (1) 629 2147 Mob: 00 353 (0)87 916 4943 E-Mail: [EMAIL PROTECTED] Web:www.sentenial.ie Notice: The information in this e

RE: Happiness Axis page

2004-09-29 Thread Suzy Fynes
] Subject: Re: Happiness Axis page I'm not sure how helpful this will be, but I had to download the activation classes from sun.com and put the activation.jar into /common/lib before it would work for me.. HTH! Kee - Original Message - From: Suzy Fynes [EMAIL PROTECTED] Date: Wed, 29 Sep

deploying a wsdd file

2004-09-28 Thread Suzy Fynes
in thread main java.lang.NoClassDefFoundError: org/apache/axis/client/AdminClient Can anyone tell me how to fix this? Im not running it from a local server so that may complicate the matter. Thanks Suzy Suzy Fynes Software Development Sentenial Ltd. Tel: 00 353 (1) 629 2141

RE: deploying a wsdd file

2004-09-28 Thread Suzy Fynes
wsdd to server-config.wsdd manually. This can get you going before you find a solution to the problem you are facing. Sagar -Original Message- From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 28, 2004 9:29 AM To: [EMAIL PROTECTED] Subject: deploying a wsdd file

HTTPs with Axis

2004-08-27 Thread Suzy Fynes
Hi, I need to secure my web services server and Im trying to find some tutorials or guides in using HTTPs with axis. Can anyone give me any?? Thanks, Suzy

SignedSOAPEnvelope

2004-08-19 Thread Suzy Fynes
Hi, Can anyone give me a breakdown of what the SignedSOAPEnvelope, ClientSigningHandler and LogHandler classes do? It comes with some of the security examples given in axis. Thanks, Suzy

Limiting Access to the server

2004-08-18 Thread Suzy Fynes
Hi, Can anyone tell me the best possible way to control access to the Web Service server without using SSL certs or encryption? Thanks Suzy

RE: Limiting Access to the server

2004-08-18 Thread Suzy Fynes
Hi Tom, That's grand, thanks a million for your reply. I'll look into using SSL anyway. Thanks again, Suzy -Original Message- From: Tom Oinn [mailto:[EMAIL PROTECTED] Sent: 18 August 2004 13:16 To: [EMAIL PROTECTED] Subject: Re: Limiting Access to the server Suzy Fynes wrote: Hi

Books -Axis, Web Service Sercurity

2004-08-18 Thread Suzy Fynes
Hi, Can anyone recommend some books on Axis, Web Service Security and Java Web Service. Thanks, Suzy

Classpaths for WSDD

2004-07-30 Thread Suzy Fynes
Hi, Im trying to deploy my wsdd file and have been having trouble. I can view the current list of deployed webservices in axis from the main page but when I tried deploying my deploy.wsdd, after running the adminclient on it, the page is just blank from And now some web services down.

WSDD and WSDL

2004-07-29 Thread Suzy Fynes
Im just looking for clarity as to exactly how the web service deployment descriptor works. How is it interrelated with wsdl in axis? Do I still create the WSDL by deploying a jws file? Once tested using the AdminClient class in axis how is processed from there? Any help would be great!

RE: WSDD and WSDL

2004-07-29 Thread Suzy Fynes
service (running inside IIS this time). After that, consult your friendly IIS manual to figure out how to get the WSDL for the service. Hope that made a few things clearer. Anand On Thu, 29 Jul 2004, Suzy Fynes wrote: : I'm just looking for clarity as to exactly how the web service : deployment