RE: typeMapping and Bad Types

2004-11-13 Thread John Menke
I have not been able to debug the parsing process. Do you have log4j configured so you can see what's going on during the parsing of the wsdd file? If so can you tell me how you configured this? Also, the names you use in the beanMapping look like the names i'm getting in my .wsdl file when i de

java:EJB provider and parameter names in WSDL

2004-11-13 Thread Eliot Stock
Title: java:EJB provider and parameter names in WSDL I'm having trouble getting Axis to generate WSDL with proper parameter names in rather than in0, in1, etc. This was working fine with the java:RPC provider when I had a simple class with static methods as the service implementation and co

Document/literal and serialization?

2004-11-13 Thread Michael Schuerig
After some time, I'm back again at my problem trying to directly returning XML from a web service. With RPC/encoded I'd get "section 5" encoding, but that's not what I want. I'd like to return XML like this in the SOAP response CHILDVALUE ITEM1 ITEM2 I've set up a test proje

Re: Remote administrator access is not allowed

2004-11-13 Thread Michael Davis
Hi, I had another look in the mail archives, and someone (a Frederic Jean) gave this answer: > You are seeing the IPv6 equivalent of 127.0.0.1. That explains it, but does anyone have any idea what to do about it? thanks Michael On Sat, 2004-11-13 at 14:44, Michael Davis wrote: > Hi, > > I'm

Remote administrator access is not allowed

2004-11-13 Thread Michael Davis
Hi, I'm running Axis on Suse 9.1, jdk 1.4.2_06. I'm trying to get it working just on the local machine, but I'm getting the error Remote administrator access is not allowed! at org.apache.axis.utils.Admin.process(Admin.java:211) I know I can allow remote access in the config file, but I'd ra

RE: typeMapping and Bad Types

2004-11-13 Thread Kevin Duling
I've tried both without any effect. At first I was concerned that perhaps Axis wasn't finding my client-config.wsdd, but that's not the case. It's reading the "sendMultiRefs" and CommonsHTTPSender parameters just fine. Here's a snapshot of my current file: http://xml.apache.org/axis/wsdd/";

Re: WSIF

2004-11-13 Thread Aleksander Slominski
Vikas Phonsa wrote: Hi Everybody, Could some one point out how WSIF fits into the Apache Axis picture. Is WSIF being used behind the scenes when we use the clients generated by wsdl2java? hi, WSIF is a service invocation framework that can invoke any se

RE: typeMapping and Bad Types

2004-11-13 Thread John Menke
Kevin, are you using the beanMapping or typeMapping tags in your wsdd? I don't see a reference to them in this email. -jm -Original Message- From: Kevin J. Duling [mailto:[EMAIL PROTECTED] Sent: Saturday, November 13, 2004 1:24 AM To: [EMAIL PROTECTED] Subject: Re: typeMapping and Bad T

session-timeout

2004-11-13 Thread Matthias Wessendorf
Hi folks, I would like to have no sessions for Axis-Servlet. My WebService uses a connection to a C++-application-server. Connecting to this server is expensive. How do I realize, that ALL request are served by the same session? Is there something to configure session-timeout, that I only have o