RE: Two things with AXIS beta 2 rc1...

2002-04-29 Thread ajack
1. The NAME of the prefix doesn't matter, as long as the namespace is the same. Good point, thanks, showing my namespace ignorance... 2. I don't know what to say about this one. I haven't played with it. Anyone else want to answer? Just to be clear, I am talki

Two things with AXIS beta 2 rc1...

2002-04-28 Thread ajack
I installed beta 2 rc1 to replace beta 1 and I found two things, no doubt intended [and quite possibly in release notes, I just tried running], but disconcerting never the less: 1) In the produced WSDL: soap:body -> wsdlsoap:body and such. Is WSDL changing so much that this can be changed? Gosh,

AXIS (Calling via WSDL) talking to "old" Web Services

2002-04-23 Thread ajack
Hi, I am attempting to call all the Web Services I find in the www.xmethods.com list by consuming the WSDL for each, and then creating a Call object for each operation. As such I bump up against a wide variety of implementations, including a bunch of "old" (SOAP 2.2) services. I have various pro

RE: HOW-to get Host IP from within SOAP

2002-04-14 Thread ajack
Seidhi, I am no expert, but reading the code for AXIS beta 1 I do not see a simpler way than: 1) Get the message context (call this inside your code, and it ought be set to the current call.) MessageContext axisContext = MessageContext.getCurrentContext(); Note: I suspect this wil

RE: org.apache.axis.message.RPCElement back from Document style call...

2002-04-09 Thread ajack
Scott wrote: Try using the wsdl2java stuff that will generate the proxies for you. First, thanks for the reply. Ok, I tried it, and I got code. Samples, I guess [since I want a DII approach]. I read the code ,and much as it is AXIS specific [not JAX-like, no biggee] I don't see what I

org.apache.axis.message.RPCElement back from Document style call...

2002-04-08 Thread ajack
I am attempting to call a .Net web services, a document style operation, via AXIS beta 1 and for the first time. I've trawled the code/documentation and the mailing list archive but I do not seem able to find a sample, so I've done what I can. Basically I do (amongst t he usual others) : -

RE: style="document" rulz!

2002-04-08 Thread ajack
Stan Jordan [mailto:[EMAIL PROTECTED]] wrote: > Subject: style="document" rulz! > And style="rpc" sucks! > To learn why, read this... > http://www.fawcette.com/xmlmag/2002_04/magazine/departments/endtag/ The author presupposes that having two applications "work" when they get out of synch is a go

Custom provider

2002-03-28 Thread ajack
Can anybody point me to resources that might document installing a customer provider with beta1? I've read the docs/source [not all] and can't figure it out. I've tried the testprovider sample wsdd, and [like my own], I get a service node w/ no sub-elements or attributes, which fails to work. I'

RE: Connection Refused error

2002-03-28 Thread ajack
This is typically when the IP stack on the host is accessed/available, but nothing is listening on that port. For example you used 80 instead of 8080, or the server isn't running, or your server is listening on a different IP (on multihomed machines) or ... regards Adam -Original Message

RE: web service fails to run when has constructor

2002-03-25 Thread ajack
Try a public constructor, not a package-only one. public MyService(){ regards Adam -Original Message- From: Hui Deng [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 1:15 PM To: [EMAIL PROTECTED] Subject: web service fails to run when has constructor Hi All, Haven't find inf

RE: ClassCastException in commons logging

2002-03-22 Thread ajack
I messed around w/ this problem for a few hours, and since it was so painful I can't recall 100% exactly what fixed it. It might be that log4j wasn't loaded for that app [class not found caught & null returned, null giving class cast...], or that a log4j was not configured right [odd, I thou

RE: Axis Beta Install problems

2002-03-20 Thread ajack
You need the commons-logging.jar that ships with the beta [in the lib directory]. I also do not see tt-bytecode or wsdl4j or jaxrpc that you may or may not need, but axis ships with. regards Adam -Original Message- From: Tewari, Vijay [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20,

Debugging remote client issues via 'live' AXIS server...

2002-03-20 Thread ajack
All, I this is a combination "how would I" and/or "request for enhancement", if I can't. We currently use Apache SOAP 2.2 and a whole schlew of clients -- VB (w/ server tweaks) and Java and Perl and such. We like this (for what it is) but we have one main runtime management problem. When problem

RE: real AXIS beta 1

2002-03-20 Thread ajack
I wish my e-mail hadn't been down yesterday, 'cos I blew 5+ hours trying to debug my install. Note: AXIS alpha 3 was a pleasure to install/use and I appreciate all the effort that has gone in to this, hence I am slowly typing this long e-mail w/ my left hand (I broke the right arm) 'cos I hope it

RE: Beta 1 is now available!

2002-03-15 Thread ajack
Not just AXIS, more interrop of this w/ other user code, but I was looking at the "changes since alpha-3" page see AXIS has moved to commons logging (at least the source shows this, the doc says "common.logging" not "commons.logging") . so, away from log4j. So should all users of apache stuff