Adding objects as parameters

2005-02-02 Thread Suzy Fynes
    Hey,   I’m 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 d

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 as normal with another parameter for each method? I’ve done the following but only the last one seems to be deployed:              Thanks Suzy

RE: Authenication - username/pwd in request header

2005-01-27 Thread Suzy Fynes
ample.  Add 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

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
- username/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

RE: defining service to access MySQL DB

2005-01-27 Thread Suzy Fynes
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

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

Authenication - username/pwd in request header

2005-01-27 Thread Suzy Fynes
    Hey,   Does anyone know if its possible to send a username and password in a request header to an Axis webservice and have the service authenticated the username and password through a mysql database?   Thanks Suzy

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 -0000, Suzy Fynes <[EMAIL PROTECTED]> wrote: >

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 java.lang.OutOfM

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 &

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: Axis running out of Memory?

2005-01-12 Thread Suzy Fynes
2 Jan 2005 12:53:41 -0000, 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

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 jav

RE: Object as parameters

2005-01-06 Thread Suzy Fynes
yle. If you prefer to use 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 simp

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 can’t 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? I’ve 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
es in lib folder >> >> Hmm.. I have my service class files under axis/WEB-INF/classes.. (not > as a >> jar file but the regular package file structure).. I couldn't tell why > it >> won't pick it up from the lib folder.. Myabe has to do something with > the >

RE: axis finding jar files in lib folder

2004-12-08 Thread Suzy Fynes
egular package file structure).. I couldn't tell 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 > > > > > >

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 [

RE: Cant find AdminClient class

2004-12-07 Thread Suzy Fynes
Stand alone -Original Message- From: Koney, Satish [mailto:[EMAIL PROTECTED] Sent: 07 December 2004 16:44 To: [EMAIL PROTECTED] Subject: RE: Cant find AdminClient class how are u running? as a standalone or as a task in ant? > -Original Message- > From: Suzy Fynes [SMTP:

Cant find AdminClient class

2004-12-07 Thread Suzy Fynes
  Hi,     When I try to the Admin Client I’m 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 finding jar files in lib folder

2004-12-07 Thread Suzy Fynes
    Hi,   I’ve 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 I’m getting errors that it cant find a class that I created. I have created a jar file of all classes that this service ac

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    

RE: Axis and authenication

2004-11-24 Thread Suzy Fynes
That helped a lot thanks but could the parameters of be stored in a MySQL database? -Original Message- From: Adrian Perez Jorge [mailto:[EMAIL PROTECTED] Sent: 24 November 2004 13:33 To: [EMAIL PROTECTED] Subject: Re: Axis and authenication Suzy Fynes wrote: > > >

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

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    

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 gett

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

RE: Automating web service

2004-10-28 Thread Suzy Fynes
ave 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 >> >> >>

RE: Automating web service

2004-10-28 Thread Suzy Fynes
you > make this synchronous, 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 > &g

RE: Automating web service

2004-10-28 Thread Suzy Fynes
s 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 PROT

RE: Automating web service

2004-10-28 Thread Suzy Fynes
do-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
...   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

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: 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, > >

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: java.lang.reflect.InvocationTargetException

2004-10-19 Thread Suzy Fynes
he user. So the invocationtargetexception must be coming inside Axis Client engine or somewhere ard that. Regards Mahen On Tue, 19 Oct 2004 14:02:26 +0100, Suzy Fynes <[EMAIL PROTECTED]> wrote: > > > > > > Hi, > > > > Can anyone tell me w

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    

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 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

RE: beanMapping in WSDD

2004-10-14 Thread Suzy Fynes
.   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 tag in an WSDD doc? Or can you specify more than one bean class in the same tag?   Thanks

RE: no method found for wsdd deployed file

2004-10-14 Thread Suzy Fynes
separator 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

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

RE: Client error calling BeanClass

2004-10-14 Thread Suzy Fynes
...   Regards 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

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 mean

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"> 

RE: namespaces

2004-10-14 Thread Suzy Fynes
that type here, and your namespace declaration must reference the targetNamespace of your schema file. For example: Anne From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 12:37 PM To: [EMAIL PROTECTED] Subject: namespaces Hi, Can anyone tell what kind a ns:local is in the I'm not sure how namespaces work exactly, is it something I create myself? Thanks

RE: axis Cant find class

2004-10-14 Thread Suzy Fynes
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 t

axis Cant find class

2004-10-14 Thread Suzy Fynes
  Hey,   I’m 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 ar

RE: Admin client

2004-10-14 Thread Suzy Fynes
Never mind, fixed it (it couldn’t 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

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 Done processing   and yet its not coming up in the /service page, it d

namespaces

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

beanMapping in WSDD

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

RE: Object lists in axis

2004-10-13 Thread Suzy Fynes
d are correctly 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

RE: Object lists in axis

2004-10-13 Thread Suzy Fynes
like this:                                                               Hope this helps, Russ -Original Message----- From: 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 inform

RE: Object lists in axis

2004-10-13 Thread Suzy Fynes
  You 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: Objec

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 n

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

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

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

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

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?  

BasicAuthClient

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

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

RE: starting axis in tomcat manager

2004-10-01 Thread Suzy Fynes
n Endeavor Information 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 Stand

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

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

how to tell axis db information

2004-10-01 Thread Suzy Fynes
Hi   I’m 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

RE: deploying web service with database class import

2004-10-01 Thread Suzy Fynes
:16 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 3

RE: deploying web service with database class import

2004-09-30 Thread Suzy Fynes
n 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] Sent: Thursday

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: Happiness Axis page

2004-09-29 Thread Suzy Fynes
found -Original Message- From: Axel Bock [mailto:[EMAIL PROTECTED] Sent: 29 September 2004 15:56 To: [EMAIL PROTECTED] Subject: Re: Happiness Axis page Suzy Fynes wrote: > *Error*: could not find class javax.activation.DataHandler from file > *activation.jar* > Axis will not work

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]> Da

Happiness Axis page

2004-09-29 Thread Suzy Fynes
Hey I’m having trouble deploying my happiness axis page,  its not finding the activation.jar   Error: could not find class javax.activation.DataHandler from file activation.jar Axis will not work   I have added activation.jar to my classpath from the axis/lib folder, should it be some w

Running adminclient

2004-09-29 Thread Suzy Fynes
f tomcat and in axis/ I have serviceDeployment folder which contains the DetailsChecker class and java file and the DetailsCheckServiceDeploy.wsdd   Can anyone tell me what files that is not been found?   Thanks again for all the help! Suzy     Suzy Fynes Software Development Sent

RE: Deployment Error

2004-09-29 Thread Suzy Fynes
appropriately. This should solve your problem   jayachandra From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 29, 2004 3:08 PM To: [EMAIL PROTECTED] Subject: RE: Deployment Error   Thought that was the problem but its not, am getting quite stumped

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 I’m getting the following error now when I try run the AdminClient   Exception in thread "

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 I’m getting the following error now when I try run the AdminClient   Exception in

Deployment Error

2004-09-29 Thread Suzy Fynes
7/webapps/axis/WEB-INF/lib/commons-discovery.jar:/usr/local/jakarta-5.0.27/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 S

RE: deploying a wsdd file

2004-09-29 Thread Suzy Fynes
r/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] Sent: Wednesday, September 29, 2004 1:52 PM To: [EMAIL PROTECTED] Subject: RE: deploy

RE: deploying a wsdd file

2004-09-29 Thread Suzy Fynes
dding 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

RE: deploying a wsdd file

2004-09-29 Thread Suzy Fynes
ter your command to: java -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,

RE: deploying a wsdd file

2004-09-28 Thread Suzy Fynes
ent of your 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

deploying a wsdd file

2004-09-28 Thread Suzy Fynes
  Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/axis/client/AdminClient   Can anyone tell me how to fix this?   I’m not running it from a local server so that may complicate the matter.   Thanks Suzy     Suzy Fynes Software Development Sentenial Ltd. Tel:

HTTPs with Axis

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

Web Service Security

2004-08-20 Thread Suzy Fynes
Hi,   Can anyone tell me the best approach to take for securing a web services server? Its set up using java and I’ve been currently looking at xws-security but it seems to causing more trouble than anything else. Does anyone know if this is the best approach or is there another option. A

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

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

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 wr

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

Classpaths for WSDD

2004-07-30 Thread Suzy Fynes
Hi,   I’m 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

RE: WSDD and WSDL

2004-07-29 Thread Suzy Fynes
utable. Running that simply installs your web 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 clar

WSDD and WSDL

2004-07-29 Thread Suzy Fynes
I’m 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