JAX-RPC exception

2002-03-06 Thread Monika Solanki
Hi all! I am trying to run the "Hello world" sample code from the JAX-RPC tutorial from Sun.  When I execute the client application, I get the following exception.     [echo] Running the hello.HelloClient program:     [echo] java -classpath c:\jwsdp-1_0-ea1/common/lib/jaxrpc-ri.jar:c:\jwsdp-1

EJB's

2002-03-06 Thread DEEPTHI PRABHAKAR
Hi I am using axis alpha 3 version. I want to publish web services using ejb's but i have no clue about it as there are no relevant examples. Can someone direct me as to how to get started so that i can carry on from thr... thanx a lot! DeepthiMSN Photos is the easiest way to share and print your p

Streaming large data in and out

2002-03-06 Thread Alain K
Hello, We need to exchange large data between two applications. We're considering using SOAP. Is it possible to stream large data in and out using AXIS? Because of the large data, we need to avoid loading everything in memory before sending and after receiving. What solution is there ? Thanks f

Re: location of client-config.wsdd

2002-03-06 Thread Glyn Normington
There is a Java system property axis.ClientConfigFile which can be used to override the name and location of the client configuration file. I'm not sure how it interacts with servlet engines however. Someone using WebLogic had all sorts of problems getting access to configuration files, so please

Problem with JMS is solved

2002-03-06 Thread jeelani basha
Hi, This is with reference to my earlier post to help on JMS using AXIS. Anyway, I could invoke a Axis service using weblogic 6.1 JMS server and execute a request/response pattern. I am planning to try the same using JBOSS 2.4.4. If anybody has done it already, kindly let me know. Regards, Jee

Tomcat and Bad envelope namespace

2002-03-06 Thread Benoit_Aumars
Hi, I am a bit surprise by the suggestions given to this question : http://marc.theaimsgroup.com/?l=axis-user&m=101528580230113&w=2 My understanding is that nusa's code is an Axis CLIENT code. Why Tomcat MUST be started ? Do we have to run Tomcat FIRST before running any Axis CLIENT code ? I und

Custom wsdd loader?

2002-03-06 Thread Joseph Carew
In Apace SOAP you can use a custom ConfigManager.  Does AXIS have an equivalent?  

Re: Custom wsdd loader?

2002-03-06 Thread Glyn Normington
You can probably achieve something by setting the Java system property axis.EngineConfigFactory to the classname of a class that implements org.apache.axis.EngineConfigurationFactory. Glyn

Deserialization of array bean objects not in beginning of array

2002-03-06 Thread Egger Oliver
Hello, I had problems with bean deserialization, my wsdl file contains arrays of beans in beans. during deserialization I did not take notice that the beans will not be filled in from the beginning in the array, so if you are just expecting one object in the array you have to search the whole arr

Problem with classpath

2002-03-06 Thread Claudio Buffa Pace
HI All: I made use of the wsdl2java compiler to create a client stub. However when I attempt to use it, I get the following error. java.lang.NoSuchMethodError at org.apache.axis.encoding.DeserializationContextImpl.parse(Unknown Source) at org.apache.axis.SOAPPart.getAsSOAPEnvelope(Unk

An error when compile the night build

2002-03-06 Thread Emily Gu
Hi, I have encounter an error message as the following when I compile the night builder of AXIS. Any help would be greatly appreciated. Thanks, Emily [javac] Compiling 483 source files to /auto/vwsahe/xml-axis/jav a/build/classes # # HotSpot Virtual Machine Error, Internal Error # Please r

Re: Problem with classpath

2002-03-06 Thread Richard Grossman
Hi Use it like this: java -cp axis.jar;clutil.jar;log4j-core.jar;d:/JBuilder6/lib/xerces.jar;d:/Jbuilder6/lib/wsdl4j.jar org.apache.axis.wsdl.Wsdl2java assume that your are in the lib axis lib directory Bye Richard Grossman At 02:53 PM 3/6/2002 +0200, you wrote: >HI All: > >I made use o

RE: EJB's

2002-03-06 Thread Luiz Gerosa
Try to use JRun Server. There are examples that run with webservice. -Mensagem original- De: DEEPTHI PRABHAKAR [mailto:[EMAIL PROTECTED]] Enviada em: quarta-feira, 6 de março de 2002 05:40 Para: [EMAIL PROTECTED] Assunto: EJB's Hi I am using axis alpha 3 version. I want to publish web s

java.lang.reflect.InvocationTargetException

2002-03-06 Thread Nightingale, Martin
Heya,   I've deployed a simple service using the command java org.apache.axis.client.AdminClient -llocal:///AdminService deploy.wsdd   and it runs fine if i use the command java com.bp.webService.ReportsDescriptionServiceClient -llocal://   as a client which invokes the service, however, if i nav

samples\userguide\example3 example.

2002-03-06 Thread Di Maio Guido
hi there, I've just installed the nightly build of 2002-03-05 and I'trying to run examples. In particular what I get with the samples\userguide\example3 is that the result is always null. It must be something dealing with Client.java because I can sniff the proper response with the TCPMonitor to

Re: samples\userguide\example3 example.

2002-03-06 Thread Stan Jordan
Guido... Put this line in the client, just before call.invoke(), and recompile call.setReturnType( XMLType.XSD_STRING ); Cheers. Stan - Original Message - From: "Di Maio Guido" <[EMAIL PROTECTED]> To: "Axis User List (E-mail)" <[EMAIL PROTECTED]> Sent: Wednesday, March 06, 2002 11:21

JSR151 / J2EE

2002-03-06 Thread Zhiqian Yu
Here are some statements from JavaTM 2 Platform, Enterprise Edition 1.4 (J2EE 1.4) Specification . How Axis will deal with this? Thank you, Zhiqian Section 2: Request 2.1 Please describe the proposed Specification: This JSR is to develop J2EE 1.4, the next rel

Re: An error when compile the night build

2002-03-06 Thread Jinghua Gu
Never mind. It is JDK VM error. I figure it out. Thanks, Emily At 11:21 AM 3/6/2002 -0500, Emily Gu wrote: >Hi, > > I have encounter an error message as the following when >I compile the night builder of AXIS. Any help would be >greatly appreciated. > >Thanks, >Emily > >[javac] Compiling 4

RE: array serialization problem (committed possible fix)

2002-03-06 Thread R J Scheuerle Jr
Java2WSDL has been changed to use a sequence group. Thanks for your support! Rich Scheuerle XML & Web Services Development 512-838-5115 (IBM TL 678-5115)

Re: WSDL2Java -problem : no desrializer defined for array type ...

2002-03-06 Thread R J Scheuerle Jr
Could you send me the wsdl file. Thanks Rich Scheuerle XML & Web Services Development 512-838-5115 (IBM TL 678-5115) oliver.kowalke@t-

Re: Complex structure

2002-03-06 Thread R J Scheuerle Jr
Use the axis wsdl2java tool. Rich Scheuerle XML & Web Services Development 512-838-5115 (IBM TL 678-5115) Stefan Taubenberger

Re: multirefs: Urgent

2002-03-06 Thread R J Scheuerle Jr
Rania, There have been quite a few changes to the serialization framework. The multi-referencing support is done in the DeserializerImpl and DeserializationContext, and should work without intervention. Why do you need you need the name of the element in these cases ? (Please contact me offlin

Re: Deserialization of array bean objects not in beginning of array

2002-03-06 Thread R J Scheuerle Jr
Egger, I don't understand your question. I have done quite a bit of work in the array deserializer and bean deserializer. Please send me your wsdl and detailed problem and I can address it. Thanks for supporting Axis! Rich Scheuerle XML & Web Services Development 512-838-5115 (IBM TL 678-5115

Wsdl2Java and multiRefs

2002-03-06 Thread Simon McClenahan
First, I discovered a surprising behavior in WSDL2Java. The latest version has some different command-line options. I now use (in .bat file): call WSDL2Java --verbose --server-side --fileNStoPkg %wd%\NStoPkg.properties --output %wd%\src %wd%\transerv_simple.wsdl This generates a *Impl.java , but

WSDL2Java data-holder generation (or not)

2002-03-06 Thread Bob Cotton
It seems with axis, when doing Java <-> Java development the easiest thing is to use Java2WSDL then WSDL2Java to get your client stubs. If I have access to the same data-holder classes on both sides, it seems I loose functionality that may be in my Bean classes on the server-side when I generate

invokeOneWay

2002-03-06 Thread Mike Brown
I'm very interested in using the invokeOneWay method of the Call class to do RPC in an asynchronous fashion.  I.e. if a method on the server is void return type, using the invokeOneWay method.    Does this concept extend to other programming languages? .NET?   Mike

[WSDL2Java] No deserializer defined for array type http://[...]/:QueryProperty

2002-03-06 Thread St-Germain, Sylvain
Hi all, I am having a problem with caracter case. My complexType is defined as "queryProperty" like : but the generated class is "QueryProperty" This seems to be the reason why I get a deserializer excep

RE: [WSDL2Java] No deserializer defined for array type http://[...]/: QueryProperty

2002-03-06 Thread Dave Dunkin
Title: RE: [WSDL2Java] No deserializer defined for array type http://[...]/: QueryProperty WSDL2Java complies to the JAX-RPC specification for mapping XML identifiers to Java identifiers. That specifies that class should start with a capital letter. Dave -Original Message- From: St-

Re: WSDL2Java data-holder generation (or not)

2002-03-06 Thread Russell Butek
Could you show me a concrete example of what you desire so I can be sure I understand what you're asking for? What sort of functionality are you losing? It shouldn't matter what the server-side vs client-side code looks like as long as the SOAP messages sent back-and-forth are understood. The W

how to install/deploy sample xml-axis applications

2002-03-06 Thread Ma, June
Title: how to install/deploy sample xml-axis applications Hi experts, I am trying to install and run the samples that come with axis alpha3 and are having some problems. I am following the steps described in ..\xml-axis-alpha3\docs\install.html file. I have JRun 3.1 installed and is up and r

Re: WSDL2Java data-holder generation (or not)

2002-03-06 Thread R J Scheuerle Jr
Russell, I think that it would be reasonable to have a no overwrite option. So prior to writing out a .java class for a type, the emitter could look for an existing class in the class path or existing .java file. This is done for the impl class, and this is simply and extension of that functional

Re: WSDL2Java data-holder generation (or not)

2002-03-06 Thread Bob Cotton
> "Russell" == Russell Butek <[EMAIL PROTECTED]> writes: Russell> Could you show me a concrete example of what you desire Russell> so I can be sure I understand what you're asking for? Russell> What sort of functionality are you losing? It shouldn't Russell> matter what the s

Where is the "Axis Architecture Guide"

2002-03-06 Thread thilo.frotscher
Hi everybody, reading the Axis User Guide for alpha 3, I found the following text: "...for more details please see the Axis Architecture Guide, a separate document." Where can I find this document? I would appreciate access even to a document in alpha status ;-) Thanks, Thilo

interfaces as service parameters?

2002-03-06 Thread Oliver Suciu
Hi all, Would the following work in Axis? And in JAX-RPC? // the service to be exposed: public interface MyServiceProvider extends java.rmi.Remote { public MyData doSomething(MyData someData) throws java.rmi.RemoteException; } // the interface that all data objects must implement: public inte

Re: Where is the "Axis Architecture Guide"

2002-03-06 Thread Stan Jordan
Thilo... Get a recent nightly download, install, and look here: C:\xml-axis\docs\architecture-guide.html Cheers. Stan - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 06, 2002 4:16 PM Subject: Where is the "Axis Architecture Guide" Hi every

Session in Web Service

2002-03-06 Thread Willy Ching
Hello All, I'm new in web services. Is there a concept of session in web services? thanks for any feedback. willy

* NullPointerException on passing arguments to function..

2002-03-06 Thread Kumar, Vinay 2
hello, i've created a TOMCAT/AXIS web service & calling it as shown below: /// java.lang.Boolean status; mService = new org.apache.axis.client.Service(); mCall= (org.apach

Re: how to install/deploy sample xml-axis applications

2002-03-06 Thread Monika Solanki
Title: how to install/deploy sample xml-axis applications Hi say for e.g you are trying to run the stock example. If your JRun is on  localhost:8080, Go to your AXIS_HOME\samples\stock  directory and run java org.apache.axis.client.AdminClient -lhttp://localhost:8080/axis/services/AdminServic