org.xml.sax.SAXParseException: Document root element missing

2002-12-11 Thread Mike Spreitzer
Return Receipt Your org.xml.sax.SAXParseException: Document root element missing document :

Re: help: Nesting arrays & structs

2002-12-11 Thread Benjamin Tomasini
I too converted my collections to arrays and found that it worked well. I would also be curious to know why the standard (de)serializers wouldn't work. I have been using beans and arrays of nested beans without any trouble, and without needing the custom stuff. If you want to satisfy your curios

Re: help: Nesting arrays & structs

2002-12-11 Thread Mitch Gitman
I have a similar requirement. I need a class that contains an array of another class. Like Mr. Tomasini advised, I hid the member variable for the array and instead used a public getter and setter. Here are the relevant methods for the class, which I'll refer to here as Parent: public Child[] ge

Re: client classloader confusion

2002-12-11 Thread Mitch Gitman
Just for the heck of it, I tried running junit.swingui.TestRunner with the -noloading argument. That worked, although I can't comprehend why, considering that running the Axis client directly had been working anyway. My concern with -noloading -- expressed in the thread commons-logging issue (m

org.xml.sax.SAXParseException: Document root element missing

2002-12-11 Thread Michael D. Spence
I'm working on a web service using Axis 1.0 and Tomcat 4.1.12. I've written a class that runs on the server and actually does the work that the service is supposed to do. I've subjected this to Java2WSDL and WSDL2Java, and have gotten the client-side calls to send their arguments and get the resp

EchoAttachments example error when generating WSDL

2002-12-11 Thread Dan Schmierer
Hi, I am running tomcat 4.1 with axis beta 1.1 and I am trying to get the axis sample webservice: EchoAttachments to generate WSDL when requested like so : http://localhost:8080/axis/services/urn:EchoAttachmentsService?ws dl. When I try, this error is returned: Fault - WSDLException: faultCo

RE: registerSerializer method

2002-12-11 Thread Jason Weinstein
I would check your wsdl4j.jar file. Decompile ExtensionRegistry if necessary or javap?. If the class does not contain the method perhaps you need a different version. Otherwise check that wsdl4j.jar is in your classpath.   -Original Message- From: Roberto Podesta' [mailto:[EMAIL

RE: TypeMapping for multiple wsdds

2002-12-11 Thread Brian Dillon (ext. 944)
Tom, Ok, after shutting down Tomcat and then redeloying it seems to have worked. Thanks, Brian -Original Message- From: Tom Jordahl [mailto:[EMAIL PROTECTED]] Sent: 11 December 2002 17:14 To: '[EMAIL PROTECTED]' Subject: RE: TypeMapping for multiple wsdds It does work, see the java/sa

Re: So how do non-Microsoft people consume web services?

2002-12-11 Thread Mike Spreitzer
Can anyone please help me understand the original request here? Axis has WSDL2Java; after using that, I have an ordinary Java development problem. Why isn't this the answer? Feeling dense today, Mike

registerSerializer method

2002-12-11 Thread Roberto Podesta'
Hi to all, I am using Axis-WSIF and I am trying the dynamic invocation with the example from http://www-106.ibm.com/developerworks/webservices/library/ws-wsif2/. I put the command line  java MyDynamicInvoker file_wsdl_location Method_name   I  am getting following exception: Exception in thre

RE: TypeMapping for multiple wsdds

2002-12-11 Thread Tom Jordahl
It does work, see the java/samples/echo deployment files for example. -- Tom Jordahl Macromedia Server Development -Original Message- From: Brian Dillon (ext. 944) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 12:12 PM To: '[EMAIL PROTECTED]' Subject: RE: TypeMapping fo

RE: TypeMapping for multiple wsdds

2002-12-11 Thread Brian Dillon (ext. 944)
Hi, I am just after trying with v1.1beta using both a space separated and comma separated list and I get the same result. The last method gets deployed but none of the previous methods on the list. Brian -Original Message- From: Brian Dillon (ext. 944) [mailto:[EMAIL PROTECTED]] Sent: 11

RE: TypeMapping for multiple wsdds

2002-12-11 Thread Brian Dillon (ext. 944)
Well it doen't work in v1.0, I will try v1.1beta to see if anything has changed. Any ideas on including the same type mapping in multiple wsdds ? Thanks, Brian -Original Message- From: Daleiden, Mike [mailto:[EMAIL PROTECTED]] Sent: 11 December 2002 16:37 To: [EMAIL PROTECTED] Subject:

RE: TypeMapping for multiple wsdds

2002-12-11 Thread dev
Hi, I am using this: ... the method are separated by spaces. At 11:36 11/12/02 -0500, you wrote: I have not actually tried it, but it is supposed to work. method1,method2,method3 -Original Message- From: Brian Dillon (ext. 944) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 1

RE: TypeMapping for multiple wsdds

2002-12-11 Thread Daleiden, Mike
I have not actually tried it, but it is supposed to work. method1,method2,method3 -Original Message- From: Brian Dillon (ext. 944) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 11:42 AM To: '[EMAIL PROTECTED]' Subject: RE: TypeMapping for multiple wsdds Mike, I had tri

RE: TypeMapping for multiple wsdds

2002-12-11 Thread Brian Dillon (ext. 944)
Mike, I had tried this is v1.0 of Axis, was it just a bug in this release that it didn't work ? What release is it fixed in ? Thanks, Brian -Original Message- From: Daleiden, Mike [mailto:[EMAIL PROTECTED]] Sent: 11 December 2002 16:25 To: [EMAIL PROTECTED] Subject: RE: TypeMapping for

Nullable message parts and nullable complex type elements?

2002-12-11 Thread Kenneth J Baker
Does axis support nullable message parts & nullable complex type elements through WSDL2Java? I've tried defining a wsdl file with built in types (like int) as nullable. But the message interfaces and classes still have int as their type rather than something that could be null. Does anyone have

RE: TypeMapping for multiple wsdds

2002-12-11 Thread Daleiden, Mike
Use a comma-separated list of method names. -Original Message- From: Brian Dillon (ext. 944) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 11:28 AM To: '[EMAIL PROTECTED]' Subject: TypeMapping for multiple wsdds Hi, Two quick questions. Firstly Is it possible to have t

TypeMapping for multiple wsdds

2002-12-11 Thread Brian Dillon (ext. 944)
Hi, Two quick questions. Firstly Is it possible to have the type mapping specified outside of the wsdd and use something like http://www.FINEOS.com **

Re: So how do non-Microsoft people consume web services?

2002-12-11 Thread Jeffrey Fisher
IntelliJ has support for web services built into the ide. I haven't used them myself, but looking at the documentation on it, it seemed somewhat simple. - Original Message - From: "easter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 11, 2002 8:24 AM Subject: So h

RE: java.lang.reflect.InvocationTargetException

2002-12-11 Thread Iván Escobedo
Thanks you very much, now it works -Mensaje original- De: Vidyanand Murunikkara [mailto:[EMAIL PROTECTED]] Enviado el: Martes, 10 de Diciembre de 2002 07:31 p.m. Para: [EMAIL PROTECTED] Asunto: RE: java.lang.reflect.InvocationTargetException It looks like the method that is being called

RE: So how do non-Microsoft people consume web services?

2002-12-11 Thread Tom Jordahl
ColdFusion MX and DreamWeaver MX have very good support for building application to consume web services. -- Tom Jordahl Macromedia Server Development -Original Message- From: easter [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 8:24 AM To: [EMAIL PROTECTED] Subject

RE: URL request Syntax

2002-12-11 Thread Tom Jordahl
I think there is some (very) small support for this in the Axis servlet, but it isn't 'real'. We have always wanted to enhance the servlet to allow URL requests, but is hasn't been done yet because it gets hard moving to impossible with complex types. We also do not generate an HTTP GET binding

RE: resolved -- Re: commons-logging issue (maybe JUnit-related)

2002-12-11 Thread Tom Jordahl
Mitch, Could you write up a quick paragraph for the documentation and file it in a bugzilla report? That way this knowledge wont get lost. Thanks! -- Tom Jordahl Macromedia Server Development -Original Message- From: Mitch Gitman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10

Re: testing axis with tomcat and 100 concurrent users

2002-12-11 Thread Barry Levinson
Sounds like you may have run out of tomcat processors. What does your tomcat server.xml configuration look like? Are you using org.apache.catalina.connector.http.HttpConnector as a connector, and if so, what do you have maxProcessors set to? (it should probably be > 100 for you test). --Barry

RE: just funny

2002-12-11 Thread Swanson, Brion
> To be honest, have no idea if it is true or not, but... Give ya a hintread the disclaimer at the very bottom of the page. :-) Brion

RE: question deploying Axis under my own Webapp

2002-12-11 Thread Swanson, Brion
Yeah, I think it may have to do with how WAR files are handled within the J2EE servlet container more than Axis itself, but I guess I was led to believe Axis needed to 'contain' my webapp or be contained by my webapp according to the installation instructions. To me this seemed to involve the plac

AxisServlet with GET requests

2002-12-11 Thread O'Neill, Niall
Title: deserialisation problems with derived types Hi,   I'm deploying Axis at a custom URL, and using a SOAP header to indicate the target service. The URL for all services will be: www.[sitename].com/service, with the AxisServlet mapped to the path /service. If you enter this directly in th

So how do non-Microsoft people consume web services?

2002-12-11 Thread easter
I've gone through the process now of publishing a bunch of web services, hand writing all the WSDL descriptions, deploying them in Axis-apache etc, and now want to verify the exposed functionality is in line with how people will actually integrate them into their applications. I suppose in the

testing axis with tomcat and 100 concurrent users

2002-12-11 Thread Ernesto Guevara
I am doing some testing with concurrency in axis with tomcat, under RH Linux 7.3 I created a client with multithreads to test with 1, 5, 10, 25, 50 and 100 concurrent calls. The service is a small app running in a server. Client runs in a differente machine, inside a LAN. It just doesn´t work with

AW: deserialisation problems with derived types

2002-12-11 Thread Tegethoff, Jan
Title: RE: deserialisation problems with derived types Hi Matthias, It worked! Thanks a lot for your hint. This helps a lot! Jan -Ursprüngliche Nachricht-Von: Matthias David [mailto:[EMAIL PROTECTED]]Gesendet: Mittwoch, 11. Dezember 2002 11:19An: '[EMAIL PROTECTED]'Betreff: RE

RE: deserialisation problems with derived types

2002-12-11 Thread Matthias David
Title: RE: deserialisation problems with derived types I ran into the same bug. -> Search the list for "Lost inherited attributes". Here's a workaround. Fill in a "dummy" attribute in the subtype "eventtype" like this:                

just funny

2002-12-11 Thread Alex Dovlecel
It is soap related, so not completely out of subject. Hope you will enjoy it. Or if you have seen it, don't be too harsh on me. http://www.webservile.com/stories/beerbust.htm To be honest, have no idea if it is true or not, but... dovle

deserialisation problems with derived types

2002-12-11 Thread Tegethoff, Jan
Title: deserialisation problems with derived types Hi all! I have encountered the following problem: having used wsdl2java I have created stub-classes to deserialize a soap response. These stubs seem to be perfectly ok as they contain all necessary fields - however the deserialization does not