Name mangling for 'Default'

2004-05-26 Thread Christopher Blunck
howdy all (mostly developers)- i'm curious as to why axis mangles the schema type "Default". i have a complex type named Default and instead of wsdl2java creating a class for it named "Default" axis creates the class as _default. i looked into the java emitter and found the mangle line of code.

LogHandler alternative filename (other than axis.log)

2004-05-11 Thread Christopher Blunck
Hi all- Fairly straight forward question . . . I'm sure I'm doing something improper. I wish to log all incoming and outgoing SOAP using the LogHandler. I've set up my LogHandler in the requestFlow and responseFlow in my server-config.wsdd: For some reason, Axis is still dumping

Re: Bug in WSDL2Java ?

2004-03-11 Thread Christopher Blunck
ter. As such a holder class will automatically be > used and substituted. If this is not what you want i.e. you want the method to > return a string then call the foo in the Response somthing else > > Regards > > Steve > > > Quoting Christopher Blunck <[EMAIL P

Bug in WSDL2Java ?

2004-03-11 Thread Christopher Blunck
howdy all- i'm working with axis, and am trying to convert a wsdl into java client stubs and server side skeletons. i'm having much success in most of my wsdls, but one is giving me problems. i believe i've located a bug in axis. here is the interface portion of my wsdl:

Re: Faults: What am I *supposed* to see?

2004-02-09 Thread Christopher Blunck
at 08:24:40PM -0500, Christopher Blunck wrote: > All- > > I have a somewhat basic question regarding custom / user defined faults in > Axis. First, some background: > > I define my services via WSDL, and translate them into Java classes. In my > WSDL I define a fault, and w

Faults: What am I *supposed* to see?

2004-02-09 Thread Christopher Blunck
All- I have a somewhat basic question regarding custom / user defined faults in Axis. First, some background: I define my services via WSDL, and translate them into Java classes. In my WSDL I define a fault, and what is generated is a class that extends AxisFault. In my server side implementa

Re: dump of outgoing SOAP messages

2004-02-04 Thread Christopher Blunck
On Wed, Feb 04, 2004 at 12:27:27PM -0800, Navneet Joneja wrote: > Try something like ethereal ( http://www.ethereal.com) yes! i say this time and time again - linux users - you will find it *far easier* to sniff the network via ethereal to determine incoming/outgoing SOAP messages than config

Re: Holder Classes problem

2004-01-05 Thread Christopher Blunck
On Mon, Dec 29, 2003 at 11:57:01AM -0800, Albert Lin wrote: > I believe that WSDL2Java only generates Holder classes if there are > multiple output parameters. For example, if a service method only has > one output parameter, then WSDL2Java will generate a Java method with > the output parameter

Re: Using tcpmon to monitor web conversation

2003-12-22 Thread Christopher Blunck
For Linux developers who have trouble getting applets to work under web browsers . . . I've found it much easier to monitor the network traffic using a network sniffer. To see the SOAP conversation, I run "ethereal", and click on "Capture", then "Start". Change the Interface to "lo" (loopback)

Re: Log4j

2003-12-22 Thread Christopher Blunck
On Fri, Dec 19, 2003 at 09:43:45PM -0800, Pete Haidinyak wrote: > I know this subject has been beaten to death, but I will ask again. > I am running Axis 1.1 with Tomcat 5.0 and I am trying to modify the > log4j.properties file. I have tried most of the methods mentioned in the > lis

Re: Deploying Axis web services

2003-12-19 Thread Christopher Blunck
On Fri, Dec 19, 2003 at 06:13:58AM -0800, __matthewHawthorne wrote: > Axis is a webapp which can be deployed in any J2EE container. You can > then deploy your service into Axis (using the .wsdd file) on that > container. It's surprisingly easy. Surprisingly is an understatement... Axis is *so

Re: Server : one interface, two implementations

2003-12-08 Thread Christopher Blunck
On Fri, Dec 05, 2003 at 08:48:34AM +0100, Herve AGNOUX wrote: > I should want two services, with the same interface, but with different > implementations. > > I hope it's possible to get that with server-config.wsdd, and the "service" > element. For the two services, I use the same "className" p

Re: Bug? Stateful Session EJB support

2003-12-04 Thread Christopher Blunck
Howdy all- Apache SOAP supported Stateful EJB providers via namespace re-writing. Recall that the SOAP operation can be namespace prefixed. What Apache SOAP does is it changes the URL associated with the operation so that it is unique for each session. Some say it's sleezy but hey it works

Re: code count for Axis

2003-11-21 Thread Christopher Blunck
On Fri, Nov 21, 2003 at 09:40:11AM -0500, Shah, Soniya M. wrote: > We have a paper work that needs to be filled out for any software we use for > which we dont have official technical support. lol. > I have to fill that out for Axis. > > One of the questions is how many lines of code. Does a

Re: Why choose Axis?

2003-11-19 Thread Christopher Blunck
On Wed, Nov 19, 2003 at 06:31:41AM +, kishani Liyanage wrote: > Can somebody please help me to clarify the following ? This should probably reside in a FAQ somewhere... (it doesn't afaik) > What are the outstanding features that AXIS posses compared to other > web services development tools

Re: UDDI support in axis!

2003-11-19 Thread Christopher Blunck
Axis supports WSDL comprehension and SOAP binding. UDDI is a layer on top of SOAP, and a WSDL exists that defines the operations a UDDI registry supports. So, yes, Axis supports UDDI. But no, I don't believe that you'll find find_Business, find_template, etc inside of Axis. This is a pretty wis

Re: Axis vs WebLogic 8.1

2003-11-18 Thread Christopher Blunck
On Tue, Nov 18, 2003 at 05:57:36AM -0800, Davanum Srinivas wrote: > http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/AxisBeingUsed Thanks for the link Davanum - I'll update it shortly to include my project. -c -- 10:20:00 up 28 min, 5 users, load average: 0.23, 0.14, 0.17

Re: Multiple IP Address in client-side

2003-11-17 Thread Christopher Blunck
On Mon, Nov 17, 2003 at 02:42:41PM +0800, Dwi Tjandra wrote: > A client has two IP addr, and by default always sends request through IP addr #1. IP > addr #1 and #2 are in different subnet. This problem occurs when I try to send a > request from IP addr #2 instead from IP addr #1, from client (AX

Re: jwsdp 1.3 or AXIS

2003-11-07 Thread Christopher Blunck
On Thu, Nov 06, 2003 at 04:39:39PM +, Stuart Barlow wrote: > Any thoughts about the JWSDP 1.3 from Sun? I had lots of problems with 1.2 with respect to code generation and error messages. JWSDP was definitely *more* difficult to use, did not contain clear documentation as to how to integrate

output params (1 too few)

2003-10-30 Thread Christopher Blunck
i have a question that might be more appropriate for the dev team but i'll field it on the user list in case any of them read it or in case any other user has encountered this quirk before. i have a message defined with multiple parts. this message is used as my OUTPUT parameter. i'm using the

Re: JNI from an AXIS service

2003-10-29 Thread Christopher Blunck
It seems to me like what you do in your service is up to you. In other words, Axis doesn't care if your service implementation uses JDBC to talk to a database, uses JNI to call a native method, or even uses Axis to call another service. The struggles you'll face in getting JNI to work under Axis

Re: Strategy for WSDL versioning?

2003-10-28 Thread Christopher Blunck
There was an interesting talk at JavaOne (yes I'm ashamed I went) that talked about this. The proposed idea was to catalog your services in a UDDI registry. Use dynamic binding to query to UDDI registry for endpoints. Then, as part of a self-imposed standard, define String getVersion() for each p

nested deserializations

2003-10-27 Thread Christopher Blunck
do nested complex types require custom deserializers in axis? in other words, if i have a response that looks something like this: a very beautiful blue blue 13 5' 11" is it insufficient to register a TypeMapping just for the Employee class? do i also have to

Generated TestCase class and "catch (null e)"

2003-10-23 Thread Christopher Blunck
Hi- In inspecting the TestCase classes that Axis generates, I noticed that the invocations of my service are wrapped in a "catch (null e)". Clearly this is incorrect. I looked at the code (JavaTestCaseWriter) that generates this, and found: pw.print(Utils.getFullExceptionName(f.getMessage(),

Re: real benefits of using apache axis?

2003-10-23 Thread Christopher Blunck
On Thu, Oct 23, 2003 at 10:27:19AM -0400, PINAL PATEL wrote: > Hello Everyone, > > 1. What is the benefits of using Apache Axis?. > Without using Apache axis, a developer can just create wsdl > file(using a wizard..for eg. IBM WSAD Web Service wizard) and register to uddi > serv

Re: HTTP Chunking

2003-10-20 Thread Christopher Blunck
Dimuthu- The year on your computer is set to 2002. You might want to change that :) -c On Mon, Oct 14, 2002 at 04:35:35PM +0600, Dimuthu Leelarathne wrote: > Yes Axis supports chunking. Check out > org.apache.axis.transport.http.HTTPSender.java. > > > - Original Message - > From: "Pa

Re: referencing my complex types in my client code

2003-10-17 Thread Christopher Blunck
PS - I believe I could do it by casting my java.xml.rpc.Service to an org.apache.axis.client.Service and then call setTypeMappingRegistry(..) on it - is that the preferred method? I'm going to go give it a shot. -c On Fri, Oct 17, 2003 at 04:32:59PM -0400, Christopher Blunck wrote: &

referencing my complex types in my client code

2003-10-17 Thread Christopher Blunck
I've been looking high and low for documentation on how to instruct a JAXRPC client (backed by Axis) where to look for your complex types. So here's a challenge - prove me an idiot by calling out where these docs exist, or similarly mock my intelligence by provided a code snippet to explain how t

Re: Browsers that work with SOAPMonitor and Linux?

2003-10-17 Thread Christopher Blunck
No joy with Netscape 6.2 and jdk1.3.1 either. :-/ -c On Fri, Oct 17, 2003 at 12:12:43PM -0400, Christopher Blunck wrote: > Thanks. A coworker recommends Netscape 6.2 with the jdk1.3.1 java plugin for > Netscape 4. That's downloading right now - hopefully it will work. I'll p

Re: Browsers that work with SOAPMonitor and Linux?

2003-10-17 Thread Christopher Blunck
. It works on Windows at least. > I think this is a mozilla problem since that's what's crashing and it's > a pretty old version. > If you can't get the Java plugin to work go to plugindoc.mozdev.org > > stephen > > Christopher Blunck wrote: > > >I

how to specify className when you generate the skeleton

2003-10-17 Thread Christopher Blunck
I've got our web service skeleton generation running out of ant like this: This happily generates the deploy.wsdd. But in the deploy.wsdd, the className is the skeleton that wsdl2java generated. It would be nice to be able to specify a className as an argument to wsdl2java that can be passe

Browsers that work with SOAPMonitor and Linux?

2003-10-17 Thread Christopher Blunck
I'm on RH9, running both galeon and mozilla. When I try to view the SOAPMonitor page, my browser dies with: [1]+ Exit 255mozilla I'm running Mozilla: Mozilla 1.2.1 Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225 This also happens to me with galeon 1.2.7

axis-wsdl2java how to pass className arg that'll get into deploy.wsdd?

2003-10-16 Thread Christopher Blunck
hi all- like many others, i'm new to axis. i have an existing wsdl that i can pump through axis-wsdl2java thus: what i'm confused by is that the deploy.wsdd contains: i understand why wsdl2java used OrderBindingSkeleton (because I passed skeletondeploy="true"), but h