Re: Array Serializer and java.util.List

2002-02-27 Thread Vikram Rayabhari
Hi Rich, Thanks for the reply. Isn't the expected xml element for a List - SOAP-ENC:Array with the arrayType set to xsd:anyType ?? Shouldn't a List be treated the same way as an Object[] ?? Why should any assumptions be made?? I think this is what any non-axis client also expects. Whether the

java.lang.Exception: No engine configuration file - aborting!

2002-02-27 Thread Stephen Belknap
hello all. i'm attempting to deploy a couple of simple services via a .wsdd file and have run into a strange problem. for testing purposes, i successfully deployed and called (using the included client) the example3 hello world-type of service. i then took that class, put it in my package, chan

webservertimeoutproblem ...

2002-02-27 Thread josef . ornetsmueller
hi, i think we have a webservertimeoutproblem. constellation: browser jrunwebservice webserver proxy other servletengine || | | | |--->|---forwards---|--|->| || | |

Re: Axis/BEA WL 6.1 Can we indicate new location for the server-config.wsdd?

2002-02-27 Thread herve attia
Well, I got the same problem from the browser with a different exception I will wait the next alpha version ;-)   <[WebAppServletContext(1033278,axis-samples,/axis-samples)] Servlet failed with Exceptionorg.apache.axis.InternalException: org.apache.axis.ConfigurationException: java.lang.NullPo

Cannot inherit from final class [was RE: Can't solve Bad envelope namespace error - have tried suggestions on list]

2002-02-27 Thread Murray Spork
Follow up to my previous message. I'm now getting a different error message - I'm not sure what I have changed to cause this. About half way down the stack trace there is the following line: root cause java.lang.VerifyError: Cannot inherit from final class Does anyone know why this might be ha

Re: array serialization problem

2002-02-27 Thread Dave Dunkin
Here it is again off CVS as of 30 seconds ago. java.lang.ArrayStoreException at org.apache.axis.utils.JavaUtils.convert(JavaUtils.java:240) at org.apache.axis.encoding.ser.BeanPropertyTarget.set(BeanPropertyTarget.java: 108) at org.apache.axis.encoding.DeserializerImp

Re: array serialization problem

2002-02-27 Thread R J Scheuerle Jr
Dave, The stack trace does not line up with the current level of Axis. Could you try again with the latest version. Also it may help if that doesn't work, I can help you add some temporary code so we can debug this problem. Rich Scheuerle XML & Web Services Development 512-838-5115 (IBM TL 678

Re: Java2WSDL In/Out/InOut method parameter question

2002-02-27 Thread Steve Pannier
Thanks, Rich. That's the answer I was looking for! Steve Pannier Jacada, Inc. (763) 268-6382 [EMAIL PROTECTED] http://www.jacada.com > No you don't have it right yet. > > Let's say you have a class named Phone: > > public class Phone implements java.io.Serializable { > private int areaCo

Re: Java2WSDL In/Out/InOut method parameter question

2002-02-27 Thread R J Scheuerle Jr
No you don't have it right yet. Let's say you have a class named Phone: public class Phone implements java.io.Serializable { private int areaCode; private java.lang.String exchange; private java.lang.String number; public Phone() { } public int getAreaCode() { r

Re: Axis/BEA WL 6.1 Can we indicate new location for theserver-config.wsdd?

2002-02-27 Thread Gus Delgado
when I go through the browser to localhost:7001/axis/index.html, it shows fine, but if I try to click on either visit or administer axis I get the same error on the server: org.apache.commons.logging.LogConfigurationException: No suitable Log constructor can you hit the servlets from your brows

AXIS engine could not find a target service to invoke

2002-02-27 Thread St-Germain, Sylvain
Hi all, I have a service defined by http://localhost:9090/axis/services/ContentManagerServicePortType"; /> ... and a method: http://schemas.xmlsoap.org/soap/http"/> http://developer.cognos.com/schemas/wsdl"/> http://developer.cognos.com/schemas/wsdl/add"; e

Re: document or message style SOAP

2002-02-27 Thread Stan Jordan
Josef... I did not try wsdl2java on this example. Stan - Original Message - From: "Frydl, Josef" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 27, 2002 1:07 PM Subject: RE: document or message style SOAP > Thanks Stan, > That would be my point , I assume that wsd

Talking Blocks

2002-02-27 Thread Johnson, Tim
I was wondering if anyone had any experiences with Talking Blocks (good or bad). I heard some good things about them, but I was wondering what other people thought. (Trying to get beyond their marketing hype...)

RE: document or message style SOAP

2002-02-27 Thread Frydl, Josef
Thanks Stan, That would be my point , I assume that wsdl file is just there and code was generated by hand, also can I invoke wsdl2java on just wsdl file? Thanks Josef -Original Message- From: Stan Jordan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 2:57 PM To: [EMAIL PRO

Re: document or message style SOAP

2002-02-27 Thread Stan Jordan
Josef... Since early Feb, there is a message example in the nightly download. You can create a WSDL file (pasted below) for this example in the usual way. An interesting "feature" is that this WSDL file says style="rpc" even though it's doing messaging (see below). Frankly, I am puzzled. Cheers

document or message style SOAP

2002-02-27 Thread Frydl, Josef
Is there any utility line wsdl2java which can be used to generate stubs and skeletons for document style SOAP. That is when I specify in wsdl: http://schemas.xmlsoap.org/soap/http"/> Thanks Josef Frydl [EMAIL PROTECTED] 410-345-8511

Re: Axis/BEA WL 6.1 Can we indicate new location for the server-config.wsdd?

2002-02-27 Thread herve attia
I got different errors on server side 8-)  Servlet failed with Exceptionjava.lang.NullPointerException    at java.io.File.(File.java:180)    at org.apache.axis.server.DefaultAxisServerFactory.getServer(Unknown Source)    at org.apache.axis.server.AxisServer.getServer(Unknown Source)   

Re: Java2WSDL In/Out/InOut method parameter question

2002-02-27 Thread Steve Pannier
Rich, Thanks for the reply. (Sorry for my slow response - I've been multitasking and have finally gotten around to addressing this again.) I have tried specifying an "InfoHolder" class, and I've also changed my interfaces to classes. I do get the parameter names to appear in the generated WSD

RE: Performance of WSDL generation (benchmark program included)

2002-02-27 Thread Thomas Börkel
HI! I have extracted the latest bcel and tt-bytecode implementation from ClassRep.java and put in a little benchmark program. Plase find it attached. I discovered that in the latest version of Axis with bcel (2002-02-18), the bcel calling code is broken. The getParameterNames() method could ne

Re: RPC in, Document out?

2002-02-27 Thread Steven Gollery
Taras, Mostly I was just hoping there was some way to write the deployment descriptor file so that Axis would do the appropriate processing of the call and the return. But your suggested code is educational for me: it exposes me to some parts of the Axis code I never thought of using myself. I t

Re: How to get leading zeros into ...

2002-02-27 Thread Steven Gollery
Mark, Glad to be of help. After several years of asking questions on mailing lists and getting invaluable assistance nearly every time, it feels good to finally be able to give a little bit back. Steve "Walsh, Mark" wrote: > Hi Steven, > > In response to your note: > Q)Are you saying that yo

Re: scope of wsdl2java?

2002-02-27 Thread R J Scheuerle Jr
It is intended to support the requirements of JSR 101. Other enhancements have been made per user request. If you have any specific requirements, please post them to the list (or send me the list offline). Rich Scheuerle XML & Web Services Development 512-838-5115 (IBM TL 678-5115)

Re: Axis/BEA WL 6.1 Can we indicate new location for theserver-config.wsdd?

2002-02-27 Thread Gus Delgado
I've tried setting up the -Daxis.ServerConfigFile=/home/mydomain/server-config.wsdd with the nightly build version from 2002/02/26 and when I try to deploy one of the examples I get a Fault error now. White space is required between the public identifier and the system identifier. I get this w

DNS name for server?

2002-02-27 Thread Chris Ruegger
Is there any sort of naming convention used for servers that host a web service? Suppose I have a domain "foo.com". Is "webservices.foo.com" a reasonable DNS name one could use or is there some convention I should be using? Thanks  

scope of wsdl2java?

2002-02-27 Thread Mike Spreitzer
Is there anywhere a short sharp description of the current and/or intended scope of wsdl2java? I mean, it currently only handles a subset of WSDL (this is pretty much necessary, since WSDL is so open), but I do not have a clear picture of what subset, nor of the plans for enlarging that subse

Re: Publishing EJB as web service

2002-02-27 Thread herve attia
As Axis documentation is currently imcomplete. You can find some sample from the book "Building Web services with java" http://www.samspublishing.com/catalog/product.asp?product_id={ABC81EE6-0D9F-4BD7-99DB-84F9C983ACF7} Download the source code..see chapter 5. herve *

Re: Axis/BEA WL 6.1 Can we indicate new location for the server-config.wsdd?

2002-02-27 Thread herve attia
  The problem is that this new feature exists only in some recent  nighty build. For instance , http://xml.apache.org/dist/axis/nightly/2002-02-26/ So, you have to download it and recompile.That doesn't guarantee Axis to be stable ?! I haven't yet tryed yet !! herve *

Re: Array Serializer and java.util.List

2002-02-27 Thread R J Scheuerle Jr
Great observation! It makes sense to me that the component types of a List object should always be considered as an Object. The code should not look at the actual data to determine the type. (The elements of the List could be missing, mixed or null). This is one of those situations where the se

Re: Axis/BEA WL 6.1 Can we indicate new location for theserver-config.wsdd?

2002-02-27 Thread Gus Delgado
Herve, did you ever find a solution to the FileNotFoundException null/server-config.wsdd. I'm still getting it, when deploying it on WebLogic 6.1. Your help is much appreciated. -Gus On Tue, 2002-02-26 at 12:14, herve attia wrote: Glyn, Sorry to bother you but I tried to set the system propert

Array Serializer and java.util.List

2002-02-27 Thread Vikram Rayabhari
Hi, There seems to be a bug in ArraySerilizer when a list containing objects of different classes is serialized. The arrayType attribute is being set to the type of the first element in the list and not to xsd:anyType as would be expected. Could someone please clarify? thanks Vikram

buiding from src

2002-02-27 Thread Kan, Yu-Ting
Title: buiding from src Dear all, I am new to axis. I try to build the axis alpha 3 in Compaq Tru64 Unix. It prompts error while compile, following shows the output. Is it need to customixe the build.xml file. # java org.apache.tools.ant.Main srcdist Buildfile: build.xml Property ${xerces.

Can't solve Bad envelope namespace error - have tried suggestions on list

2002-02-27 Thread Murray Spork
I am having the same "Bad envelope namespace" error that others were having recently with Axis alpha 3 running in Tomcat 4.0.2 (I'm rnuning on Redhat 7.2). I did what was suggested and copy the axis.jar and logXXX.jar to $TOMCAT_HOME/common/lib. Also - the StockQuote class files are in my classp

RE: Performance of WSDL generation

2002-02-27 Thread Thomas Börkel
HI! I just realized that I did not supply the super classes for this class for you to test. Anyway, I'll look into writing a small benchmark today. Regards, Thomas > -Original Message- > From: Glen Daniels [mailto:[EMAIL PROTECTED]] > Sent: Dienstag, 26. Februar 2002 14:13 > To: [EMAIL