Deploy Error

2002-06-25 Thread santhosh
Hi,       My tomcat server is running on port 7080. When I am trying to deploy some wsdd file to axis server, it is throwing Connection refused error. By default it is taking the port as 8080 i.e., the default URL taken for deployment is http://localhost:8080/axis/services/AdminService but i

AW: Several SOAP body blocks - can Axis deal with it

2002-06-25 Thread Dittmann Werner
Matthias, this is exactly what I meant with my first question. Here you have one boby block that encodes a SOAP RPC request and a second block that encodes some other data that ist _not_ related to the SOAP RPC request. I'm going to check Axis code if Axis supports this usage, i.e. if Axis uses on

Re: Fw: Problem with Deploying

2002-06-25 Thread BRICKER_JONATHAN_E
Have you checked the server-config.wsdd file to make sure that the method you think you deployed is there. Is your class with the method in the classpath?  In the classpath of the server? Jonathan Bricker Lilly Research Labs Java ATG/PChem Toolkit Ilka <[EMAIL PROTECTED]> 06/25/2002 03:0

Fw: Problem with Deploying

2002-06-25 Thread Ilka
Hi there, I still have this problem. I would be glad for an advice! > > C:\Tomcat4\webapps\axis\WEB-INF\classes\fibonacci\ws>java > org.apache.axis.client.AdminClient deploy.wsdd > - Processing file deploy.wsdd > - AxisFault: AxisFault > faultCode: http://xml.apache.org/axis/:Server.userExceptio

RE: installation errors

2002-06-25 Thread Agrawal, Anuj (Anuj)** CTR **
'jar tvf jaxrpc.jar' should do the trick.. but you could open the jar file in winzip if you have it.. or take a peek at jarspy (http://www.jarspy.org/) .. > > I'm guessing you're using tomcat 4.0.3.. the solution is to > drop jaxrpc.jar in the tomcat/common/lib .. that's how we got > around i

Re: installation errors

2002-06-25 Thread Alexander Lyubshav
> I'm guessing you're using tomcat 4.0.3.. the solution is to drop jaxrpc.jar in the >tomcat/common/lib .. that's how we got around it.. the other (better) solution is to >upgrade to tomcat 4.0.4 .. then you don't need the above "fix" .. Thanks. That solved the problem. All these jars swim

RE: installation errors

2002-06-25 Thread Agrawal, Anuj (Anuj)** CTR **
I'm guessing you're using tomcat 4.0.3.. the solution is to drop jaxrpc.jar in the tomcat/common/lib .. that's how we got around it.. the other (better) solution is to upgrade to tomcat 4.0.4 .. then you don't need the above "fix" .. HTH. Anuj. > -Original Message- > From: Jason D. Le

RE: installation errors

2002-06-25 Thread Jason D. Lee
Total guess here. Is javax/xml/rpc/encoding/SerializationContext in your classpath? -- Jason Lee - Programmer 405.745.1789 Hobby Lobby Stores, Inc. -Original Message- From: Ralph Sakhr [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 25, 2002 2:08 PM To: [EMAIL PROTECTED] Subject: Re:

Re: installation errors

2002-06-25 Thread Ralph Sakhr
I have the same problem! But... no solution. Hello Alexander Lyubshav [Tue, Jun 25, 2002 at 12:02:21PM -0700] > Hi, after I install Axis into my Tomcat servlet container, I try to run the admin >servlet linked from teh Apache-AXIS homepage (http://localhost:8080/axis/index.html) >BUT i get a

installation errors

2002-06-25 Thread Alexander Lyubshav
Hi, after I install Axis into my Tomcat servlet container, I try to run the admin servlet linked from teh Apache-AXIS homepage (http://localhost:8080/axis/index.html) BUT i get a server error. It is due to an exception. I am not sure how to go about solving this. I am new to java. I thought

RE: J2EE Container Manages Security

2002-06-25 Thread Douglas Bitting
Without getting into too much detail, this isn't difficult to do. +) Put a handler in the requestFlow of your service. For example, ... +) Your handler class should extend BasicHandler and implement invoke(MessageContext +msgContext). +) You can pick up the username/password f

Empty namespace in response message

2002-06-25 Thread Helen L Rehn
Hi, I am using IBM's web services toolkit, based on Axis beta 1. I am using literal encoding for my parameters. I have written my own wsdl, and used wsdl2java to generate the server side skeleton. The problem is that I have a complex type, Info, with a couple of strings, that is returned fr

J2EE Container Manages Security

2002-06-25 Thread Wes Hinkle
Has anyone had any experience integrating Axis services with WebLogic container managed security? I have a web service is called from an applet in the context of a Web application. The user is authenticated by the Web tier. The service calls an EJB and must return data based on the caller principl

Query about SOAPFactory

2002-06-25 Thread Kevin Sebastian
hi, Has anybody used the SOAPFactory class to create SOAP elements ? I am trying to create a SOAP element from a DOM object so that I can pass a XML DOM document as a SOAP message back to the client. The code I use is as follows: org.w3c.dom.Node MyNode = MyDocument.getDocumentElement(); SOAPF

RE: Call object and properties once more

2002-06-25 Thread Jeff Talbot
Title: RE: Call object and properties once more Have you tried setting an option on the AxisEngine? ... AxisEngine clientEngine = svc.getEngine(); clientEngine.setOption(name, value); ... Your handlers can then read the option. This works for me on beta 2, but if they've disallowed this o

RE: Compile errors on Linux

2002-06-25 Thread John Gregg
If I'm reading the docs correctly, the version of javax.xml.rpc.ParameterMode that comes with axis beta 2 as well as the latest cvs version has an attribute named simply IN, not PARAM_MODE_IN. john -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Chohan,

Compile errors on Linux

2002-06-25 Thread Chohan, DB (Dharmesh)
Hi, I have got a simple client.java file, which works fine on dos/windows but fails if I build the file on Linux with the following errors :- Client.java:40: cannot resolve symbol symbol : variable PARAM_MODE_IN location: class Client call.addParameter( "host", XMLType.XSD_STRING,

WSDL from .jws files?

2002-06-25 Thread Douglas Bitting
Hi. Is it possible to retrieve the WSDL from .jws files? If I retrieve http://.../axis/Hello.jws?wsdl, I get the following: AXIS error Sorry, something seems to have gone wrong... here are the details: The AXIS engine could not find a target service to invoke! targetService is Hello.jws Che

Re: Parameters Name

2002-06-25 Thread scheu
Supply the --implClass option with a class that was compiled with -g. Rich 'Shirley' Scheuerle IBM WebSphere & Axis Web Services Development 512-838-5115 (IBM TL 678-5115) [EMAIL PROTECTED] 06/25/2002 07:33 AM Please respond to axis-user To: [EMAIL PROTECTED] cc:

Parameters Name

2002-06-25 Thread cmeyer
Hi, When i use Java2WSDL, it replaces methods parameters name with in0, in1 and so on... Is it possible to keep original parameters names ? I need the meaning included in their original name. Thx for any help about this. Cedric

Problem with Deploying

2002-06-25 Thread Ilka
Hi there, I am a total newbie with Axis. I tried to deploy a code, generated by the Java2WSDL. During deployment I'm getting the follow exception: C:\Tomcat4\webapps\axis\WEB-INF\classes\fibonacci\ws>java org.apache.axis.client.AdminClient deploy.wsdd - Processing file deploy.wsdd - AxisFault: A

Re: SessionID?

2002-06-25 Thread bahi_r
Andrew, At first I thank you for your help, and i have again the following I used the second possibiity ( with SimpleSessionHandler ). I used the following code in both (client and service) via tcpmon: MessageContext msgC = MessageContext.getCurrentContext(); String sessionID = msgC.getP

Multiple WebServices with own complexType and .NET

2002-06-25 Thread Arne M. Degenring
Hi, this is .NET specific, but perhaps anybody can help. I'm developping multiple Web Services with Axis. The methods return my own type "CustomType" which is mapped to a WSDL complexType sequence, and serialized by BeanSerializer. When generating a proxy with .NET's wsdl.exe tool for *one* Web

type=anyType problem

2002-06-25 Thread Heitzso
I'm coding mozilla/javascript/soap/client to talk to axis/server and am wanting to pass in an array of an object. I've already successfully coded a RPC where the input parameter is the simple object. However, with the array, I'm hitting the variant type problem. In javascript an array is untyped

axis tutorial

2002-06-25 Thread mszm
hi all, Until few days ago I used to work with glue. I also did some tests with nosoap (php). In both implementations, the client does: // in php $sc = new soapclient('http://garfield/~maurice/wm.wsdl', true); // in java/glue Registry.invoke("http://garfield/~maurice/wm.wsdl";,

RE: Call object and properties once more

2002-06-25 Thread Geza.Szocs
Hi, Sorry for asking it once more, but this is getting urgent for me. In the current builds, the property setting in Call object has been limited in a way that it only accepts some registered properties. Is there ANY way to send some parameters from the client stub to some handler ? The messag

Custom Exception Handling

2002-06-25 Thread G, Sreenivasa (MED)
Please let me know how to handle Custom Exception in Axis.   Thanks, --Sreeni "THIS E-MAIL MESSAGE ALONG WITH ANY ATTACHMENTS IS INTENDED ONLY FOR THE ADDRESSEE and may contain confidential and privileged information. If the reader of this message is not the intended recipient, you are not

two dimensial string array problem with AXIS

2002-06-25 Thread Jean-Marc Taillant
I have a wsdl with a message that contains a part of type " string[][]" when i try to generate corresponding and i get the following exception:   java.io.IOException: The definition of http://www.w3.org/2001/XMLSchema:string[][] results in a loop.    at org.apache.axis.wsdl.symbolTable.T