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.
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
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
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:
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
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
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
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
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)
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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(),
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
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
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:
&
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
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
. 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
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
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
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
33 matches
Mail list logo