AW: AW: AW: Deploying the client

2002-12-16 Thread Sebastian . Beyer
To Barry, you mean the AW in the subject? this is the German Re. Just showing that its an answer. Re stands for Reply AW stands for Antwort. To Klaus, Why do you think that something gows wrong on server side? If you deployed your server with that line and you set the maintainsession to true, th

Re: How do I turn Axis debugging off?

2002-12-16 Thread Jeff Greif
Put a log4j.properties file in your classpath *ahead* of axis.jar containing something like this (the first group of lines are critical for what you're trying to accomplish). # Set root category priority to INFO and its only appender to CONSOLE. #log4j.rootCategory=DEBUG, CONSOLE log4j.rootCategor

Axis and SSL

2002-12-16 Thread Mike Spreitzer
Return Receipt Your Axis and SSL document :

How do I turn Axis debugging off?

2002-12-16 Thread Jason Weinstein
I have a log4j.properties file which is logging DEBUG statements to system out. I would like to keep this, but turn axis debugging off. Does anyone have an example log4j.properties file with axis logging turned off or know how to turn it off? Thanks, Jason

Question about Axis and WAS4.0 integration

2002-12-16 Thread Vemuri, Krishna
Title: Question about Axis and WAS4.0 integration Hey there, Does anyone know the steps for integrating Axis with WAS4.0.? or is there a detailed documentation anywhere for this? Thanks in advance. Krishna

Re: Axis and SSL

2002-12-16 Thread Dmitri Colebatch
I'm sure there's a more complete answer - it looks like you're using HTTPSender to talk HTTPS which is why its failing. I've never used the axis client on https so dont know what its level of support is. hth dim - Original Message - From: "Michael D. Spence" <[EMAIL PROTECTED]> To: <[EMA

Axis and SSL

2002-12-16 Thread Michael D. Spence
Tomcat's able to do SSL just fine. And I can connect to and use my web service just fine. But when I change the URL from http://localhost:8080/axis/services/Myservice to https://localhost:8443/axis/services/Myservice, I get the error below. Anybody got any advice? INFO: Mapping Exception to Ax

Referring to client config mappings from within a jar

2002-12-16 Thread Ken Pelletier
I have a client api that uses Axis to make soap calls, but presents a higher level of abstraction. During development I simply set the axis.ClientConfigFile system property to point to the client config file for the serializer/deserializer type map. This api will be packaged in a single jar an

RE: Web Service Inspection

2002-12-16 Thread Kameshwar Jayaraman
Vinu, To do this please use the wsdl4j. The wsdl4j is a framework for introspecting the WSDL. Hope that helps Thanks Kamesh -Original Message- From: Vinu Murugesan [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 1:59 PM To: [EMAIL PROTECTED] Subject: Web Service Inspection

Apache Soap to Axis (beginner)

2002-12-16 Thread Shrotriya, Sumit
I am converting some code from Apache Soap to Apache Axis. I want to set two parameters in my service call.. In the soap version of the code it was like this:: //params.addElement(new Parameter("servicename", String.class, varServicename, null)); //params.addElement(new Parameter("input", ja

RE: Web Service Inspection

2002-12-16 Thread Anne Thomas Manes
You probably want to use JWSDL (http://www.jcp.org/en/jsr/detail?id=110) to inspect the WSDL file. There's a link to IBM's open source implementation (WSDL4J) from the Axis site. Anne > -Original Message- > From: Alex Dovlecel [mailto:[EMAIL PROTECTED]]On Behalf Of > Alex Dovlecel > Sent:

Real meaning of anyType?

2002-12-16 Thread Jeffrey J Gaynor/jqhome
I am trying to use the WSDL utilities to help deploy a pre-existing service. I get the following message: The class java.util.Set is defined in a java or javax package and cannot be converted into an xml schema type. An xml schema anyType will be used to define this class in the wsdl file. So

Re: Web Service Inspection

2002-12-16 Thread Alex Dovlecel
Being an xml file, I suppose you can parse it :o))) It should not be too hard because you might even have a DTD to use for validation and the structure is not so complex (at least for what you need). But this should be your last solution... Hope it (somehow) helps dovle > Hello all, > > Giv

Web Service Inspection

2002-12-16 Thread Vinu Murugesan
Hello all, Given a WSDL file, is it possible to get the operation names, as well as their In and Out parameters of the Web service using Axis? If you want to see an example of this functionality, see the WSDL Analyzer of a Web service at XMethods.com Any help is greatly appreciated. Thanks. Vinu

WSDL2Java and simpleType

2002-12-16 Thread ALI,HANEEF (HP-Cupertino,ex1)
Hi, How to make WSDL2Java generate code for simpleType. ( I used -a option -- no luck) The way I used is java org.apache.axis.wsdl -p package_name -a wsdflfile Eg: The stub generated looks like String getRootObject() But I need ObjectName g

RE: WSDL with MIME binding

2002-12-16 Thread Tom Jordahl
WSDL support for attachments is pretty shaky. See test/wsdl/attachments for an example of what we currently do. -- Tom Jordahl Macromedia Server Development -Original Message- From: Slawomir Lisznianski [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 3:38 PM To: [EMAIL PROTE

WSDL with MIME binding

2002-12-16 Thread Slawomir Lisznianski
Hello all, Can WSDL2Java handle messages with MIME bindings? I tried, with small modifications, the example from chapter 5 of WSDL spec (1.1) (http://www.w3.org/TR/wsdl#_Toc492291084) but generated code did not use SOAP attachments. The example that comes with Axis uses SOAP attachments "program

Re: Mozilla and automatic ?wsdl generation with Axis 1.0

2002-12-16 Thread Dennis Sosnoski
You might want to upgrade to Mozilla 1.2.1. For 1.2.1 the Mozilla crew implemented direct rendering of plain XML (including WSDL returned by the ?wsdl query), with a note at the top that "This XML file does not appear to have any style information associated with it. The document tree is shown

Changing/Plugging in a custom PROVIDER

2002-12-16 Thread Saravanan Markandeyan
Title: Message I was wondering if anyone had tried doing this:   WSDD, on the service element has a provider attribute, in my case it is "java:RPC". This ends up being mapped to the org.apache.axis.providers.java.RPCProvider. I want to have the ability to plugin another class, which extend

REPOST: Exception in MessageContext.getOperation (Help pleaseeee)

2002-12-16 Thread Saravanan Markandeyan
Title: REPOST: Exception in MessageContext.getOperation (Help pleas) 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 authentica

Re: Mozilla and automatic ?wsdl generation with Axis 1.0

2002-12-16 Thread Mike Spreitzer
I have noticed that Mozilla displays the XML usefully if there is an HTTP header saying the media type is "text/plain". And IE does OK in that situation, as long as the content begins with an XML declaration (as is already the case for the WSDL returned by Axis). What do you think of making A

Re: Mozilla and automatic ?wsdl generation with Axis 1.0

2002-12-16 Thread Eric Jahn
thanks, that worked! :) :) :) On Mon, 2002-12-16 at 08:48, Jess Sightler wrote: > Have you tried hitting the View Source button in your browser? > > A lot of times, Mozilla doesn't display formatted XML. > > --- > Jess Sightler > > > On Mon, 2002-12-16 at 14:47, Eric Jahn wrote: > > Does anyon

Re: Mozilla and automatic ?wsdl generation with Axis 1.0

2002-12-16 Thread Jean-Marc Taillant
I had the same things with Netscape ... I asked me to downlaod the xml page ... Please check the source of the page, I thinks that the "XML" is not displayed ... Regards, Jean-Marc - Original Message - From: "Eric Jahn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 16

Re: Mozilla and automatic ?wsdl generation with Axis 1.0

2002-12-16 Thread Jess Sightler
Have you tried hitting the View Source button in your browser? A lot of times, Mozilla doesn't display formatted XML. --- Jess Sightler On Mon, 2002-12-16 at 14:47, Eric Jahn wrote: > Does anyone have this working with Mozilla and Axis 1.0? Axis seems > properly configured according to the hap

Mozilla and automatic ?wsdl generation with Axis 1.0

2002-12-16 Thread Eric Jahn
Does anyone have this working with Mozilla and Axis 1.0? Axis seems properly configured according to the happyaxis.jsp test page, and tomcat now reports no errors (I fixed the wsdd server-config error), but I still can't automatically generate wsdl (even for the sample services). The Mozilla brow

WSDD: documentation, and relation to WSDL

2002-12-16 Thread Mike Spreitzer
Where exactly is the WSDD language defined? I see a brief introduction in the Axis User's Guide --- but that is just an "introduction". Where is the full documentation? Now for a particular question I hope such documentation might answer. I found a WSDD that includes the following lines:

RE: Defining Interfaces in WSDL?

2002-12-16 Thread Quinn, Kim John
Title: Nachricht Hi again, I think over the last weekend I been a newsgroup whore...I've scoured the posts looking for anything relating to this and found a couple of questions by no replies...   Thanks everyone though for the help!     Here's are two primary types of objects I need to inte

RE: Defining Interfaces in WSDL?

2002-12-16 Thread Matthias David
Title: Nachricht Hi Kim,   a "generic" abstract class would be a class that is the supertype of any type in your WSDL. Is it that what you want? The problem with that approach is that any type in your wsdl then has to be a complexType with an extension-base-tag. If your wsdl is generated fr

RE: Defining Interfaces in WSDL?

2002-12-16 Thread Quinn, Kim John
Title: RE: Defining Interfaces in WSDL? Hi Matthias,   Thanks for that response.  I've tried the "abstract" approach but the only problem is that still requires me (or the WSDL) to generate a class, in my case - as a wrapper and the derived implementations.   What i'm trying to avoid is cre

Attachment with attributes

2002-12-16 Thread Rolando Pablos Sánchez
I am working with attachment and I am using the DataHandler object for this purpose. In fact, I am using the following line in my WSDL file in order to get the correct stubs: [...] [...]   It is OK. I get an array of DataHandler. But what I want is to add 2 attributes to this element. I have

WSDL Array -> float[]

2002-12-16 Thread Olivier Gauwin
Hello, I've got this array of float in my WSDL file : When I use WSDL2Java to generate the client stubs, it maps this type to an ArrayOfFloat class (this class seems unusable: it has an empty constructor, I can't convert a float[] to thi

Re: AW: AW: Deploying the client

2002-12-16 Thread Klaus Thiele
Hi Sebastian, > i'm already doing this. i'd like to something like this: public interface PersdatSoap { public boolean signon(String uid); public PersdatSoapData read(); public voidwrite(PersdatSoapData data); public Collectioncmb_land(); }

RE: Defining Interfaces in WSDL?

2002-12-16 Thread Matthias David
Title: RE: Defining Interfaces in WSDL? Hi Kim, I dont't know how to define interfaces but you could define "abstract" supertypes in your wsdl. Axis then generates an abstract class for that type. Here's an example: