RE: Java2WSDL - Bug found on generating the wsdl:service Name by java:EJB Provider

2002-12-12 Thread Sascha Kulawik
Hello, This problem occures only in Versions after Axis 1.0 on the Serverside. The WSDL will be generated on the fly through the WSDD with the "java:EJB" Provider using a Stateless Session Bean. Regards, Sascha > -Original Message- > From: Tom Jordahl [mailto:[EMAIL PROTECTED]] > Sent:

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

2002-12-12 Thread easter
I was specifically asking about IDE support for ws's. We're are the same state now as we were years back in the beginning of html. Back then, you edited it by hand, these days, very little need to code directly in html. Similarly for ws. We currently need to write by hand wsdl and stubs and wsdl2

Re: testing axis with tomcat and 100 concurrent users

2002-12-12 Thread Ernesto Guevara
Hi: I am using org.apache.coyote.tomcat4.coyoteConnector on port 8080. It was set with maxProcessors in 75 (default) and the I changed it to 150. After that I restarted tomcat but it continues failing. It worked fine the first time I run the test with 100 clients and the just hang up the next tim

Axis and Weblogic 5.1

2002-12-12 Thread Chen, Waymon N
Anybody seen an error like this? For proof of concept, we basically have a command bean serving as facade to a session bean back end component. Then we wrote a quick jws that references the command bean. Everything is deployed and we are able to generate the WSDL and proxies through Axis. However

Re: Axis and Weblogic 5.1

2002-12-12 Thread Rob Bugh
Waymon, It looks like weblogic.jar is not in your classpath. Rob Bugh On Thu, 12 Dec 2002 08:13:39 -0600, Chen, Waymon N <[EMAIL PROTECTED]> wrote: Anybody seen an error like this? For proof of concept, we basically have a command bean serving as facade to a session bean back end component

Re: supported ?

2002-12-12 Thread Olivier Gauwin
I'm trying to send a Union parameter via SOAP with Axis 1.0 (and Tomcat 4.1.12) and I've got the following problem. I've found a solution. The problem was on the server side, and not related to Apache...

Re: testing axis with tomcat and 100 concurrent users

2002-12-12 Thread Barry Levinson
coyoteConnector seems to just be the new name for HttpConnector (different in different tomcat 4.x versions). hmm...if it works the first time through, maybe the clients aren't letting go of their connections. You might want to try running "netstat -an" and seeing how many active connections y

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

2002-12-12 Thread Anne Thomas Manes
Try Systinet WASP Developer plug-ins for JBuilder, NetBeans (aka Sun ONE Studio), and Eclipse (aka IBM WSAD). www.systinet.com > -Original Message- > From: easter [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 12, 2002 6:58 AM > To: [EMAIL PROTECTED] > Subject: Re: So how do non-Mic

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

2002-12-12 Thread ryan . cuprak
Have you checked out WASP from Systinet . There are several other packages out there like this. I haven't had time to sit down and figure this package out but I believe it automates the wdsl/uddi generation as well as code generation. Ryan Cuprak Eastman Kodak [EMAIL PROTECTED] Office: (203)-786

Problems to instantiate a WSDDDocument from a wsdd-file

2002-12-12 Thread Sebastian . Beyer
Hi List, I try to configure my Axis-client using a wsdd-file. But I'm not able to instantiate the WSDDDocument. This is my code: String wsddFile = "client-config.wsdd"; DOMParser parser = new DOMParser(); parser.parse(wsddFile); Document doc = parser.getDocument(); WSDDDocument wsddDoc = new WS

RE: Licensing Issues

2002-12-12 Thread Michael Ryan
This is interesting information, but it doesn't answer the important question: Can Axis be re-distrubted freely? I am interested in finding out what other people are doing about this. It seems strange to me that people are working hard on Axis, yet no one seems to know if they can use it in a c

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

2002-12-12 Thread jimmy coyne
xmlBus from iona also have a very complete set of tools for the Automation of wsdl/uddi etc jim -Original Message- From: easter [mailto:[EMAIL PROTECTED]] Sent: 12 December 2002 11:58 To: [EMAIL PROTECTED] Subject: Re: So how do non-Microsoft people consume web services? I was specifi

RE: Java2WSDL - Bug found on generating the wsdl:service Name by java:EJB Provider

2002-12-12 Thread Tom Jordahl
Sascha, Several things have changed in in the WSDL generation since 1.0, mainly to support faults and better document/literal WSDL. In the course of this work, some of the WSDL element names that are generated may have been changed. If you could describe exactly the differences in behavior, w

RE: Java2WSDL - Bug found on generating the wsdl:service Name by java:EJB Provider

2002-12-12 Thread Sascha Kulawik
> -Original Message- > From: Tom Jordahl [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 12, 2002 4:21 PM > To: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]' > Subject: RE: Java2WSDL - Bug found on generating the > wsdl:service Name by java:EJB Provider > > > Sascha, > > Several thing

Custom serializer/deserializer with INOU/OUT parameters

2002-12-12 Thread Brian Dillon (ext. 944)
Hi, Has anyone tried to use a custom serializer/deserializer with INOUT or OUT parameters. I have it working fine for IN parameters but INOUT and OUT parameters do not seem to be returned from the service (i.e. I can't see the new value being re serialized on the way back). Thanks, Brian

Re: AxisServlet with GET requests

2002-12-12 Thread Steve Loughran
If it were my own project, all HTML generation in axis would be taken out of the code and put into JSP pages that the axis servlets would hand off to. But it aint my project and if we did that then you'd always need jsp hosting before you can run axis. So instead you have to edit the AxisServlet.

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

2002-12-12 Thread Steve Loughran
- Original Message - From: "easter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 11, 2002 05:24 Subject: So how do non-Microsoft people consume web services? > I've gone through the process now of publishing a bunch of web services, > hand writing all the WSDL de

WS-Security and Globus

2002-12-12 Thread Joshua Gramlich
Hello all, I'm working on a project where we'd like to use Globus to secure a client server application. This application communicates via messages, passed through CORBA, to and from both client and server. My current investigations into both CORBA and the Globus toolkit tell me that Globus and

Re: help: Nesting arrays & structs

2002-12-12 Thread David payam
hi:     I also want to know the answer that how I can serialize and deserialize the arrays of nested beans?    So would you please send some code to me? or post them here?     Thanks        Benjamin Tomasini <[EMAIL PROTECTED]> wrote: I too converted my collections to arrays and found that it worke

order of paramters to a rpc

2002-12-12 Thread Calvin Smith
It looks like the order of the paramters matter to axis even though each paramter is tagged as which paramter it is. for example: user password it's clear which paramter is which but if I sumbit: password user then my java object gets called with name=password and password=user since that is t

Axis ClassCastException in XMLUtils.sourceToInputSource

2002-12-12 Thread Bryan Field-Elliot
Hi, I'm using Axis 1.0 with a variety of other tools, working with the Sun IPL (Interoperability Prototype for Liberty). I'm getting a ClassCastException in Axis, which is why I'm posting here wondering if it rings a bell for anybody. The top of the stack backtrace is: java.lang.ClassCastExcep

RE: Axis ClassCastException in XMLUtils.sourceToInputSource

2002-12-12 Thread Vidyanand Murunikkara
HI Bryan I dont have the source code of Axis 1.0 so cant exactly tell what might be wrong. But this is my guess. In org.apache.axis.utils.XMLUtils.sourceToInputSource, if the input source is a DOMSource, Axis assumes that getNode() will return an Element. In your case I think it is a docum

Packaging Axis into an EAR file

2002-12-12 Thread Michael Hudson
I'm using Weblogic 6.1sp4, and Axis 1.0 I can package Axis as a WAR file inside of my EAR file, and because of the Weblogic classloader hierarchy, I don't have to do anything else for Axis to see my EJBs in my EAR to act on them. However, if my EJBs want to use Axis... the only solution I have f

Help please! WSDL2Java NoSuchMethodError for com.ibm.wsdl.util.xml.QNameUtils.newQName(Unknown Source)

2002-12-12 Thread Andy Nguyen
I am trying to work through some of the examples in the Axis 1.0 release. When I do: $ java org.apache.axis.wsdl.WSDL2Java -t -s file:///F:/xml-axis-10/samples/addr/AddressBook.wsdl I get: java.lang.NoSuchMethodError at com.ibm.wsdl.util.xml.QNameUtils.newQName(Unknown Source)

Exception in MessageContext.getOperation

2002-12-12 Thread Saravanan Markandeyan
Title: Exception in MessageContext.getOperation I am trying to authorize users on a per-method-call basis. Basically, to check for user credentials before allowing a particular call to proceed. I do this in a handler. I have a handler set up which performs authentication. What I also need to

RE: Help please! WSDL2Java NoSuchMethodError for com.ibm.wsdl.util.xml.QNameUtils.newQName(Unknown Source)

2002-12-12 Thread Vidyanand Murunikkara
Are you using the wsdl4j.jar that comes with the axis build ? try getting the latest version of wsdl4j.jar. Vidyanand. -Original Message- From: Andy Nguyen [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 4:29 PM To: [EMAIL PROTECTED] Subject: Help please! WSDL2Java NoSuchMetho

Is axis support anyType

2002-12-12 Thread Dongsheng Song
Hi, I'm using axis for a return type PressRecord, But getMethodResult() always return null public class PressRecord implements Serializable { public int InitialContextTime; public int LookupBeanTime; public int CreateBeanTime; public int InvokeBeanMethodTime; public int LocateSe

Having a Problem Generating Client for .Net Service with DataSet return type

2002-12-12 Thread Marshall Greer
Whenever I try to generate the client stubs for the WSDL listed below, I get the following IOException Element {http://www.w3.org/2001/XMLSchema}schema is referenced but not defined. Part of the problem, I believe is that they've defined their custom type in a separate xsd, viewable at http://ww

Java2WSDL and transient members

2002-12-12 Thread Tom Elrod
Hello all. I am working on a SOAP implementation for a JMX connector and wanted to use Axis. I am having a problem figuring out how to accomplish this. I am new to Axis and fairly new to SOAP, so please forgive my ignorance. I am trying to use Java2WSDL to create a wsdl file that I will in turn

RE: WS-Security and Globus

2002-12-12 Thread Darren Marvin
Hi, You say you are using Globus, is that standard Toolkit, either v1 or v2. Globus 3 is actually called Open Grid Services Architecture (OGSA) and is built on web services. What is more OGSA has a proposed security architecture based on WS-Security. You can read it at: http://www.globus.org/o

Re: Packaging Axis into an EAR file

2002-12-12 Thread Björn Klatt
Title: Re: Packaging Axis into an EAR file Hello, I have put the Axis jars in the webapp/lib/ directory and put the new jars in the classpath of the start.cmd file. WebLogic now finds all the necessary Axis classes and my Beans can use Axis and Axis can use my EJBs. I hope this will help y