Re: Running two axis webapps - more info

2002-10-09 Thread Aaron . Knauf
If I put the appropriate classes in the classes dir of the samples webapp, the problem goes away, and the config return by the admin client list command is the correct one for the samples webapp. This raises the question of why the samples webapp was trying to load my class, if it wasn't specifi

Running two axis webapps

2002-10-09 Thread Aaron . Knauf
Hi, I am trying to run two axis webapps inside Weblogic Server 6.1sp2. One is the sample webapp that ships with Axis (r1.0). The other is a webapp that my team has written. Our webapp has several handlers added to the global requestFlow chain. The trouble is that when I direct a list request

mappoint.net wsdl compilation.

2002-10-09 Thread Kell Ng
Just wondering if anyone out there were able to successfully use mappoint.net service using Axis? I got a java.io.IOException: DataSourceCapability already exists... error upon using wsdl2java on mappoint's WSDL. Isn't webservice "suppose" to be interoperable? Is MS doing something funny aga

RE: How to get hostname and port of service

2002-10-09 Thread Peake, Chris
Title: How to get hostname and port of service It was a 'great' guess too. That did it. thanks,  chris -Original Message-From: Beyer,Nathan [mailto:[EMAIL PROTECTED]]Sent: Wednesday, October 09, 2002 10:59 AMTo: '[EMAIL PROTECTED]'Subject: RE: How to get hostname and port o

RE: How to get hostname and port of service

2002-10-09 Thread Beyer,Nathan
Title: How to get hostname and port of service This is a bit of a guess, but I think you can do the following to get the ServletRequest from the MessageContext -   HttpServletRequest request = (HttpServletRequest)mc.getProperty(HTTPConstants.MC_HTTP_SERVLETREQUEST);   Then call the getServer

How to get hostname and port of service

2002-10-09 Thread Peake, Chris
Title: How to get hostname and port of service Kinda of a crazy question but I don't seem to see the mechanism to do the following. I am wanting to return the hostname and port from where my service is being called. Yes, I know that the client must know this to make the call. And that WSD

Message service examples w/ documents?

2002-10-09 Thread Michael Hudson
There are no good examples in the Axis documentation for using the messaging mechanism (as opposed to RPC) in SOAP for sending just a single XML document and getting an XML document back. The docs show you the method signature for the web service, but no examples for calling it. The Message cla

RE: custom exception not thrown anymore

2002-10-09 Thread Geza.Szocs
> not quite easy, many fields are private fields. > Why now add a function in the AxisFault to add some elements ? Yes you can modify your AxisFault or extend it. But the result should be the same. Your information is serialized only if its in the fields of AxisFault (ex. detail). > Yes, but

Is there any benchmarks?

2002-10-09 Thread Carlos Barroso
Hy there. Is there any benchmarks about Axis and other API's?

RE: custom exception not thrown anymore

2002-10-09 Thread Dominique Gallot
> :) Which means that you cannot have your own faults. You can however > build one if you manipulate the detail field in an AxisFault. not quite easy, many fields are private fields. Why now add a function in the AxisFault to add some elements ? >Something like that. But in the current implemen

AW: RE: custom exception not thrown anymore

2002-10-09 Thread Heiko Braun
Thanks for the clarification, it did help me a lot... > > Von: <[EMAIL PROTECTED]> > Datum: 2002/10/09 Mi PM 02:25:37 GMT+02:00 > An: <[EMAIL PROTECTED]> > Betreff: RE: custom exception not thrown anymore > > > And custom exception handeling work. > > Yes, with limitations. > > > There are

RE: custom exception not thrown anymore

2002-10-09 Thread Geza.Szocs
> And custom exception handeling work. Yes, with limitations. > There are limitation, the class generated with the wdsl, should not > contains any fields. :) Which means that you cannot have your own faults. You can however build one if you manipulate the detail field in an AxisFault. > By

RE: custom exception not thrown anymore

2002-10-09 Thread Dominique Gallot
??? I'am using the axis version provided with the jdbuilder webservice development kit. ( Beta 1 Release ) And custom exception handeling work. There are limitation, the class generated with the wdsl, should not contains any fields. And if the class is modified, It have to have a default constru

AccessControlException, axis.ClientConfigFile

2002-10-09 Thread Heiko Braun
it might be a stupid question, already asked several times: what causes this exception? java.security.AccessControlException: access denied (java.util.PropertyPermission axis.ClientConfigFile write) i searched the archives but couldn't find an answer. version is axis 1.0. thanks in advance,

AW: RE: custom exception not thrown anymore

2002-10-09 Thread Heiko Braun
yup, i am getting confused too. maybe i mixed up cvs sources and release files... ;) > > Von: <[EMAIL PROTECTED]> > Datum: 2002/10/09 Mi PM 01:36:54 GMT+02:00 > An: <[EMAIL PROTECTED]> > Betreff: RE: custom exception not thrown anymore > > It is strange that you could catch your own exception,

RE: custom exception not thrown anymore

2002-10-09 Thread Geza.Szocs
It is strange that you could catch your own exception, because as far as I know custom exception handling is not implemented neither in beta3 nor in 1.0. :( (I may have miss something myself though) > hi, > i have a client which works on wsdl generated files. > the stub method i am calling throws

custom exception not thrown anymore

2002-10-09 Thread Heiko Braun
hi, i have a client which works on wsdl generated files. the stub method i am calling throws a custom exception produced on the server side: public org.company.MyExcp askSomething(String question throws java.rmi.RemoteException, org.company.MyExcp; i was able to catch this exception prior to ax

Axis requesting a web service multiple times if original request delayed

2002-10-09 Thread Richard Downey
Hi, This is probably a stupid error on my part as I can't see how other people haven't encountered it yes I've been searching the archives ! I have a simple web service which does a jdbc query to various databases and returns a table of information in a string buffer. This has worked happil

SOAPMonitor in rc1

2002-10-09 Thread Michael Grob
Hello to all, I'm trying to get SOAPMonitor to work with Axis rc1. I compiled and installed the Applet. It runs, but can not connect to the server. I read something about registering the SOAPMonitor Handler in the handler chain. One suggestion was putting it into server-config.xml / server-confi