RE: Problem deploying web service

2006-06-20 Thread Miller, Janet
en experienced programmers struggle with it often enough. There's just an awful lot of trees in the forest these days :-) Ben -Original Message- From: Miller, Janet [mailto:[EMAIL PROTECTED] Sent: Monday, June 19, 2006 5:18 PM To: axis-user@ws.apache.org Subject: Problem deploying

Problem deploying web service

2006-06-19 Thread Miller, Janet
I'm trying to deploy a web service that I had deployed a few months ago. My machine, however, got re-imaged, so I had to reinstall everything and set up my paths, etc. Now I can't get it to work. When I tried to deploy my WS, I got the following: Jun 19, 2006 5:13:38 PM org.apache.axis.utils.Jav

RE: Happyaxis - activation.jar problem

2006-06-19 Thread Miller, Janet
n.jar problem Make sure the path of activation.jar is: ...\Apache Software Foundation\Tomcat 5.5\webapps\axis\WEB-INF\lib\activation.jar (or something similar in Linux). What's the version of your jaf package? 1.1? Have you restarted Tomcat after trying happyaxis.jsp once? Mil

Happyaxis - activation.jar problem

2006-06-19 Thread Miller, Janet
I'm going crazy trying to make Axis happy and I'm now getting the following error when I access: http://127.0.0.1:8080/axis/happyaxis.jsp from the browser: Error: could not find class javax.activation.DataHandler from file activation.jar Axis will not work. I have activation.jar in my axis webapp

File "/i18nLib.jsp" not found

2006-06-19 Thread Miller, Janet
I am going crazy. I'm trying to just get the Happy Axis page working, but I no matter what I do, I keep getting the following error where it says it can't find i18nLib.jsp. I'm using Tomcat 5.5.17, jdk 1.5.0.0.7, and Axis 1.2.1 on Windows 2000. I got this working months ago before they re-imaged

File "/i18nLib.jsp" not found

2006-06-16 Thread Miller, Janet
I'm getting the following error when I try to access http://127.0.0.1:8080/axis/ via my browser. I'm using Axis 1.4 and Tomcat 5.5. Does anyone have any idea what my problem is? I had Axis working successfully a while back, then they re-imaged my machine and I had to re-install everything. I be

RE: Good basic walk-through needed

2005-08-18 Thread Miller, Janet
Title: Message Here's some more link that might be helpful:   http://www.developer.com/open/article.php/3443951 http://www.developer.com/open/article.php/2237251 http://www.lucianofiandesio.com/javatales/axant.html http://javaboutique.internet.com/tutorials/Axis/ http://www.linux-mag.com/2002-0

RE: How to find a Properties file

2005-08-12 Thread Miller, Janet
I found that it looks in c:\windows\system32 by default. Try throwing it in there. If you're using Tomcat, if you put a / before the filename, it will just look in the root directory of whatever drive Tomcat sits in. Jan -Original Message- From: Clark Dorman [mailto:[EMAIL PROTECTED]

RE: Tomcat version recommended in Axis docs

2005-07-29 Thread Miller, Janet
It's working for me too. -Original Message- From: Guy Rixon [mailto:[EMAIL PROTECTED] Sent: Friday, July 29, 2005 6:46 AM To: axis-user@ws.apache.org Subject: Tomcat version recommended in Axis docs In the Axis documents it says "If you are installing Tomcat, get the latest 4.1.x vers

RE: How can I access C# written client from Java axis,And also vice versa

2005-07-28 Thread Miller, Janet
The idea with Web Services is that it doesn't matter what the Web Service code is written in. You should be able to write it in any language and access it with any language. If you want to write a Java client, follow the instructions and demos on the Apache site. The wsdltojava tool will gener

RE: Publish/Subscribe Axis Extension

2005-07-22 Thread Miller, Janet
axis-user@ws.apache.org Subject: Re: Publish/Subscribe Axis Extension All we have is this - http://ws.apache.org/pubscribe/ On 7/22/05, Miller, Janet <[EMAIL PROTECTED]> wrote: > I heard that there is a new extension to Axis that someone at Indiana > University implemented ac

RE: Publish/Subscribe Axis Extension

2005-07-22 Thread Miller, Janet
:[EMAIL PROTECTED] Sent: Friday, July 22, 2005 4:16 PM To: axis-user@ws.apache.org Subject: Re: Publish/Subscribe Axis Extension All we have is this - http://ws.apache.org/pubscribe/ On 7/22/05, Miller, Janet <[EMAIL PROTECTED]> wrote: > I heard that there is a new extension to Axis tha

Publish/Subscribe Axis Extension

2005-07-22 Thread Miller, Janet
I heard that there is a new extension to Axis that someone at Indiana University implemented according to the WS Publish/Subscribe spec. Just wondering if it works, if it's easy to use, and how the publish/subscribe is done with Web Services. Has anyone done this? Jan

RE: ConfigurationException: No service named

2005-07-20 Thread Miller, Janet
My endpoint url is the following: http://localhost:8080/axis/services/TZCServiceSoap where I think TZCServiceSoap is the service name or port name, not sure which. Don't think you're supposed to have DecisionManagerImpl as part of the endpoint url, but my guess is it should be DecisionManager. J

RE: Log4j (and other) errors.

2005-07-19 Thread Miller, Janet
I had the same problem and I'm trying to remember how I fixed it. I do remember having a jre installed under c:\Program Files and maybe there was a problem with directory names having spaces in them. I reinstalled my jdk in c:, rechecked my classpaths, and then it worked. I thought I had to move

RE: Performance of Axis with various JRE

2005-07-15 Thread Miller, Janet
Did upgrading Xerces fix it or help? Or, did you pretty much have to go back to jdk 1.4? Jan -Original Message- From: Alan Yu [mailto:[EMAIL PROTECTED] Sent: Friday, July 15, 2005 7:30 PM To: axis-user@ws.apache.org Subject: RE: Performance of Axis with various JRE To answer my own qu

RE: stupid axis linux install question

2005-07-12 Thread Miller, Janet
Title: Message I have the jdk/lib directory in my AXISCLASSPATH as well.  Try that.   Jan -Original Message-From: Moshe Bar-Nachoom [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 12, 2005 12:18 PMTo: axis user listSubject: stupid axis linux install questionhi there...been

RE: Passing an xml string as a parameter

2005-07-10 Thread Miller, Janet
ave any information about your schema. I would suggest look for > another open source tool called XMLBeans also from Apache to do the > mapping. Hope that helps a bit. > > -Rajesh > > -Original Message- > From: Miller, Janet [mailto:[EMAIL PROTECTED] > Sent: Frida

RE: Passing an xml string as a parameter

2005-07-08 Thread Miller, Janet
xis. Hope that helps. -Rajesh -Original Message----- From: Miller, Janet [mailto:[EMAIL PROTECTED] Sent: Friday, July 08, 2005 5:22 PM To: axis-user@ws.apache.org Subject: RE: Passing an xml string as a parameter Yes, my return value is of type java.lang.String and the original wsdl ind

RE: Passing an xml string as a parameter

2005-07-08 Thread Miller, Janet
case, then U will have to parse that string and accordingly generate your objects. -Rajesh -Original Message- From: Miller, Janet [mailto:[EMAIL PROTECTED] Sent: Friday, July 08, 2005 5:16 PM To: axis-user@ws.apache.org Subject: RE: Passing an xml string as a parameter I've already

RE: Passing an xml string as a parameter

2005-07-08 Thread Miller, Janet
Forgot to say that the wsdl that I'm using confirms that use="literal" and style="document". Jan -Original Message- From: Miller, Janet Sent: Friday, July 08, 2005 5:16 PM To: 'axis-user@ws.apache.org' Subject: RE: Passing an xml string as a paramet

RE: Passing an xml string as a parameter

2005-07-08 Thread Miller, Janet
a search engine or a database. Jeff - Original Message ----- From: "Miller, Janet" <[EMAIL PROTECTED]> To: Sent: Friday, July 08, 2005 2:52 PM Subject: RE: Passing an xml string as a parameter Yup, I'm a newbie and feel foolish now, but I need to ask some more quest

RE: Passing an xml string as a parameter

2005-07-08 Thread Miller, Janet
nt-literal, Jan. - Original Message - From: "Miller, Janet" <[EMAIL PROTECTED]> To: Sent: Friday, July 08, 2005 2:14 PM Subject: Passing an xml string as a parameter I was just wondering if anyone had any thoughts on this. I am going to access another company's web se

Passing an xml string as a parameter

2005-07-08 Thread Miller, Janet
I was just wondering if anyone had any thoughts on this. I am going to access another company's web service and the input parameter to the web service is an xml string that represents a query request for data. The response that I get back is also an xml string. So, instead of passing multiple par

RE: Web Service reading file from disk

2005-07-08 Thread Miller, Janet
redReader br = new BufferedReader(fis);    StringBuffer buf  = new StringBuffer();    String inp;       while (br.ready()) {    buf.append((char) br.read());    }   etc ...   Patrick -Original Message-From: Miller, Janet

RE: Web Service reading file from disk

2005-07-07 Thread Miller, Janet
ubject: Re: Web Service reading file from disk What are you using for a path, Janet?     - Original Message - From: Miller, Janet To: axis-user@ws.apache.org Sent: Thursday, July 07, 2005 2:40 PM Subject: Web Service reading file from

RE: Web Service reading file from disk

2005-07-07 Thread Miller, Janet
ubject: AW: Web Service reading file from disk You must put your file to the classes directory.   ……. \Tomcat 4.1\webapps\axis\WEB-INF\classes   Can you show me your code how you want to access the file. Regards Ferruh     Von: Miller, Janet [mailto:

Web Service reading file from disk

2005-07-07 Thread Miller, Janet
Title: Message I am developing a test web service and I would like it to read a test input data file from disk. I have successfully deployed my web service and have been able to access it via a client. However, when I modify the code to read an input file, it cannot find the file and I get

RE: Basic Newbie Question - Endpoint

2005-07-06 Thread Miller, Janet
the package "com.mycompany.". That's what you can > > achieve with the namespace. > > > > Can somebody out there tell me if I'm right or wrong? > > > > Hope that helps you > > Oliver > > > > -Ursprüngliche Nachricht- > &g

RE: Removing default services

2005-07-06 Thread Miller, Janet
Title: Message Have you tried undeploying these services or removing them from the server-config.wsdd file?   Jan -Original Message-From: Matthew Riches [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 06, 2005 12:07 PMTo: axis-user@ws.apache.orgSubject: Removing default

RE: Tomcat Configuration

2005-07-06 Thread Miller, Janet
> your hands from the config. > > Oliver > > -Urspr?ngliche Nachricht- > Von: Miller, Janet [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 6. Juli 2005 13:51 > An: axis-user@ws.apache.org > Betreff: RE: Tomcat Configuration > > > I don't have an already exis

RE: First Web Service

2005-07-06 Thread Miller, Janet
of trouble! Oliver -Ursprüngliche Nachricht- Von: Miller, Janet [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 6. Juli 2005 00:07 An: axis-user@ws.apache.org Betreff: First Web Service I have a basic question about creating a web service. I'm creating my very first one and I

RE: deserializer not found

2005-07-06 Thread Miller, Janet
I may be having the same problem, but I don't have either of these config files. Can someone provide more info on why these are needed and if they are required? Thanks, Jan -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 06, 2005 9:17 AM To: Pa

RE: Basic Newbie Question - Endpoint

2005-07-06 Thread Miller, Janet
mpany.". That's what you can achieve with the > namespace. > > Can somebody out there tell me if I'm right or wrong? > > Hope that helps you > Oliver > > -Ursprüngliche Nachricht- > Von: Miller, Janet [mailto:[EMAIL PROTECTED] > Gesendet: Mittw

RE: BeanDeserializer exception.

2005-07-06 Thread Miller, Janet
er. Then you have to set the endpoint of the service otherwise you can use localhost. The endpoint you can set at your Locator class. -Ursprüngliche Nachricht- Von: Miller, Janet [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 6. Juli 2005 14:04 An: axis-user@ws.apache.org Betreff: RE: BeanDeser

RE: BeanDeserializer exception.

2005-07-06 Thread Miller, Janet
Bo, I'm doing the same thing, but can't even access my web service at all. Didn't you also have to modify the Locator, Skeleton, and Stub classes to change the address/url for your web service? If so, what did you change them to? I'm having trouble trying to figure out what the urls should be.

RE: Tomcat Configuration

2005-07-06 Thread Miller, Janet
I don't have an already existing site. I just installed both Tomcat and Axis and am using both for the first time. I didn't do anything to the tomcat configuration files. Is that ok? Or do I need to do something else? -Original Message- From: John Delaney [mailto:[EMAIL PROTECTED] Sen

Tomcat Configuration

2005-07-05 Thread Miller, Janet
Title: Message Is there anything you need to do configuration-wise with Tomcat (5.5.9) in order to access an Axis web service with client code?  The Tomcat/conf directory has a web.xml, server.xml, and a context.xml among others.  Do I need to add anything to these files to get my Axis we

Client Code Question

2005-07-05 Thread Miller, Janet
Title: Message  Someone just asked a question about their client code:  Service srv = new Service("http://localhost:49950/iflowws/services/IFWebServices?wsdl", new QName(ns, "IFService")); Call call = (Call)srv.createCall(new QName(ns, "IFPort"), new QName(ns, "getWorkItemChoices")); Objec

RE: How to replace URLs in generated code

2005-07-05 Thread Miller, Janet
Title: Message I'm getting the following error when I run my client.  I'm trying to create a local Web Service and access it via a client. I've successfully deployed my Web Service even though the error below says "The requested resource (/axis/TZCService) is not available." I'm using Tomca

How to replace URLs in generated code

2005-07-05 Thread Miller, Janet
Title: Message I'm using wsdl2java to generate client and server code.  My wsdl has the following:   xmlns:tns="http://Sirit/ETTM/" targetNamespace="http://Sirit/ETTM/" http://Sirit/ETTM/GetTransactions" style="document" />http://Sirit/ETTM/AcknowledgeQueryResults" style="document" />http:/

RE: First Web Service

2005-07-05 Thread Miller, Janet
the method and TZCService is the name of the Web Service.   Thanks for your help,   Jan -Original Message-From: Miller, Janet Sent: Tuesday, July 05, 2005 7:03 PMTo: 'axis-user@ws.apache.org'Subject: RE: First Web Service I deployed the TZCServiceSoapSkeleton and i

RE: First Web Service

2005-07-05 Thread Miller, Janet
over: http://ws.apache.org/axis/java/user-guide.html#Java2WSDLBuildingWSDLFromJava That is example6 in the userguide and it seems to be what you whant to do. Paul Fodor. "Miller, Janet" <[EMAIL PROTECTED]> 07/05/2005 06:06 PM

Basic Newbie Question - Endpoint

2005-07-05 Thread Miller, Janet
I'm trying to create my first web service using wsdl that was generated from an outside source (remote wsdl). The wsdl looks like the following: http://schemas.xmlsoap.org/wsdl/http/"; xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; xmlns:s="http://www.w3.org/2001/XMLSchema"; xmlns:soapenc="h

First Web Service

2005-07-05 Thread Miller, Janet
I have a basic question about creating a web service. I'm creating my very first one and I'm starting with wsdl that was generated from an outside source. I used wsdl2java to generate the client stub and skeleton code. It generated a TZCServiceSoapImpl.java file. I modified that file to retu

RE: Client error trying to create first Web Service

2005-07-05 Thread Miller, Janet
ethod port.getTransactions() you probably have something like: call.setOperationName( "methodName" ); See if for this method you allow this call in the deployment file. Paul Fodor. "Miller, Janet" <[EMAIL PROTECTED]&g

Client error trying to create first Web Service

2005-07-05 Thread Miller, Janet
I just created my very first web service. I did this by retrieving wsdl for a web service that is currently being developed by another company and running wsdl2java to generate the client and server stub and skeleton code. I added some simple implementation into my service Impl class to just retu

RE: Problem setting up Axis

2005-06-30 Thread Miller, Janet
re core 4 and the bundled Tomcat server with Axis 1.2.1. Janet; on the "happypage" ain't all the env. variables printed? From what I recall even there the tools.jar actually is in the classpath! Is it the same for you? Regards, Magnus Karlsson Miller, Janet skrev: >No, I have the

RE: Problem setting up Axis

2005-06-29 Thread Miller, Janet
I changed the jvm to point to the jvm.dll that is under my jdk directory and now it works. Thanks!! Jan -Original Message- From: Miller, Janet Sent: Wednesday, June 29, 2005 2:56 PM To: 'axis-user@ws.apache.org' Subject: RE: Problem setting up Axis I don't have a sta

RE: Problem setting up Axis

2005-06-29 Thread Miller, Janet
g with CATALINA_HOME. -nikita Miller, Janet wrote: >How do I check this? My system JAVA_HOME variable is set to >"c:\jdk1.5.0_03;" which is the location of the jdk that I just >installed. > >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] &

RE: Problem setting up Axis

2005-06-29 Thread Miller, Janet
ubject: Re: Problem setting up Axis jdk 1.5 and axis 1.2.1 are compatible. One thing to do is to make sure that the Tomcat instance that you're running is using a JDK and not a JRE. Make sure JAVA_HOME used during Tomcat start-up actually points to a valid JDK (and not JRE) location -nikita

RE: Problem setting up Axis

2005-06-29 Thread Miller, Janet
No, I have the jdk installed and my JAVA_HOME variable is set to "c:\jdk1.5.0_03;" -Original Message- From: Parley, Thunder Jon [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 29, 2005 2:03 PM To: axis-user@ws.apache.org; Miller, Janet Subject: RE: Problem setting up Axis

RE: Problem setting up Axis

2005-06-29 Thread Miller, Janet
I meant to say Tomcat/common/lib. Jan -Original Message- From: Miller, Janet Sent: Wednesday, June 29, 2005 1:56 PM To: 'axis-user@ws.apache.org' Subject: RE: Problem setting up Axis That didn't work, but putting tools.jar under Tomcat/lib and restarting Tomcat

RE: Problem setting up Axis

2005-06-29 Thread Miller, Janet
y the tools.jar and put it under your Axis context. You need to restart Tomcat for it to work. Gary -Original Message- From: Miller, Janet [mailto:[EMAIL PROTECTED] Sent: June 29, 2005 11:21 AM To: axis-user@ws.apache.org Subject: RE: Problem setting up Axis I've done all of this. My

RE: Problem setting up Axis

2005-06-29 Thread Miller, Janet
Wednesday, June 29, 2005 12:05 PM To: axis-user@ws.apache.org Subject: RE: Problem setting up Axis You can copy the tools.jar and put it under your Axis context. You need to restart Tomcat for it to work. Gary -Original Message----- From: Miller, Janet [mailto:[EMAIL PROTECTED] Sent: June 2

RE: Problem setting up Axis

2005-06-29 Thread Miller, Janet
- webapps - xmls Normally the wsdl4j.jar must be in lib directory, otherwise you can look at axis-1_2\webapps\axis\WEB-INF\lib. The wsdl4j.jar is used in AXIS to generate Java code from WSDL and to generate WSDL from Java. Hope it helps. Regards Ferruh -Ursprüngliche Nachricht- Von

RE: Problem running WSDL2Java

2005-06-29 Thread Miller, Janet
ly in case somebody else doesn't get back to you. I think you are meant to include a log4j.properties file in the $CATALINA_HOME/common/lib area. Maybe this is related to the problem? Just guessing, sorry! Pat -Original Message----- From: Miller, Janet [mailto:[EMAIL PROTECTED] Sent: 29 June 2005

Problem running WSDL2Java

2005-06-29 Thread Miller, Janet
I am a newbie. I have just installed Axis and tried to WSDL2Java for the first time, but I am getting the following error: log4j:WARN No appenders could be found for logger (org.apache.axis.i18n.ProjectR esourceBundle). log4j:WARN Please initialize the log4j system properly. Why do I need to ha

RE: Problem setting up Axis

2005-06-27 Thread Miller, Janet
I am also missing a file called wsdl4j.jar which the Axis documentation says is supposed to be in my CLASSPATH and AXISCLASSPATH. I've installed everything and don't have this file on my machine. Where does this file come from? Could someone check to see if this file exists on your machine? It

Problem setting up Axis

2005-06-27 Thread Miller, Janet
I have just finished installing Axis and Tomcat. I'm using Tomcat 5.5.9 and Java 1.5.0.03. My happy page displayed correctly, but when I tried to access a sample JWS web service that comes with Axis as follows: http://localhost:8080/axis/EchoHeaders.jws?method=list I got the following error:

Problem getting Axis to compile JWS

2005-06-27 Thread Miller, Janet
I have just finished installing Axis and Tomcat. I'm using Tomcat 5.5.9 and Java 1.5.0.03. My happy page displayed correctly, but when I tried to a sample JWS web service that comes with Axis as follows: http://localhost:8080/axis/EchoHeaders.jws?method=list I got the following error: soape

Basic Setup Question - Newbie

2005-06-27 Thread Miller, Janet
Very basic question about setting up Axis and figuring out what I need to install. I just want to create a simple test web service that will not be used in a production environment. I need to install a servlet container in order to use Axis. Tomcat is suggested by Apache. Is this all I will need

Basic Setup Question - Newbie

2005-06-27 Thread Miller, Janet
Very basic question about setting up Axis and figuring out what I need to install. I just want to create a simple test web service that will not be used in a production environment. I need to install a servlet container in order to use Axis. Tomcat is suggested by Apache. Is this all I will need