Re: & within a string / parser expects an entity reference

2003-01-08 Thread Steve Loughran
there is no CDATA in xml schema. irritating but true. so no CDATA in soap. base-64 encode or do the escaping. Somwhere in Axis (I forget where), the code to do the escaping exists. - Original Message - From: "Akacem Mohammed" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, Jan

Re: axis and caching

2003-01-08 Thread Steve Loughran
Can I repeat somethign here. Axis does not specify caching on the results of (Ba POSTed SOAP request, because POST requests are not cacheable or (Bidempotent, according to the HTTP spec. Indeed, the fact that SOAP calls are (Binherently uncacheable is one of the complaints about SOAP; even side

Re: axis and caching

2003-01-08 Thread Steve Loughran
- Original Message - From: "Calvin Smith" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 08, 2003 09:28 Subject: Re: axis and caching > ok thanks, > i'll grab the next release when it's available I still need you to clarify something. Are you having caching problem

Re: Can you access jws files inside a war?

2003-01-08 Thread Steve Loughran
- Original Message - From: "Chen, Waymon N" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 08, 2003 10:54 Subject: Can you access jws files inside a war? > I searched through the archive and couldn't find a definitative answer. > Can you access jws files when you pa

Re: Intermediate nodes in request path

2003-01-08 Thread Steve Loughran
If they were talking about WS-routing (http://msdn.microsoft.com/library/en-us/dnglobspec/html/ws-routing.asp), it isnt there and wont be in Axis1.1 either. Books about open source projects need a special kind of future tense, where "will" means "maybe if somebody can be bothered to write it and t

Re: Can you access jws files inside a war?

2003-01-08 Thread Steve Loughran
- Original Message - From: "Chen, Waymon N" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 08, 2003 12:39 Subject: RE: Can you access jws files inside a war? > Here's the error I'm getting... > > - Unable to load/create servlet engine config file, attempting interna

Re: Can the client capture the raw SOAP response?

2003-01-09 Thread Steve Loughran
take a look at mindreef soapscope; I use that or debugging stuff. - Original Message - From: "Mark Mueller" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 09, 2003 08:20 Subject: RE: Can the client capture the raw SOAP response? > In this case the server is on anoth

Re: Some way to recreate a server side exception on the client?

2003-01-09 Thread Steve Loughran
- Original Message - From: "Matthew Denner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 09, 2003 13:32 Subject: Re: Some way to recreate a server side exception on the client? > Matthew Denner wrote: > > > > Is there any way to recreate the exception thrown on the

Re: Axis + HTTP Get & Post Binding

2003-01-10 Thread Steve Loughran
well, we do have an http GET means of invoking soapactions on an endpoint GET /axis/EchoHeaders.jws?method=throwAxisFault¶m=foo but we dont include this in the WSDL, nor does axis import and bind to such endpoints. View them (on axis and .net) as for manual exploration only. - Original Messa

Re: Using Axis and Servlets..any Ideas !!

2003-01-10 Thread Steve Loughran
- Original Message - From: "Shrotriya, Sumit" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 10, 2003 06:36 Subject: RE: Using Axis and Servlets..any Ideas !! > Thanks Adam...but my problem still persists...you have take an approach that > I don't have the option of ta

Re: WSDL of java.* types

2003-01-13 Thread Steve Loughran
- Original Message - From: "Karsten Düsterloh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 13, 2003 02:39 Subject: WSDL of java.* types > In particular, the following class is *not* exportable as a web service: > > public class test > { > public test() {} > pub

Re: WSDL of java.* types

2003-01-13 Thread Steve Loughran
- Original Message - From: "Volkmann, Mark" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 13, 2003 12:34 Subject: RE: WSDL of java.* types >> > In particular, the following class is *not* exportable as a >> web service: >> > >> > public class test >> > { >> > public

Re: WSDL of java.* types

2003-01-14 Thread Steve Loughran
- Original Message - From: "Karsten Düsterloh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 14, 2003 00:43 Subject: Re: WSDL of java.* types > Und Steve Loughran aber hob an zu schreiben: > >>> > public cl

Re: Hashtable : how to map it

2003-01-14 Thread Steve Loughran
- Original Message - From: "Peter Norrhall" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 14, 2003 01:39 Subject: Re: Hashtable : how to map it > Hello, > > I have been following this newsgroup for a couple of weeks now. And this > type of question always comes up. T

Re: security to stop undeployment of services

2003-01-14 Thread Steve Loughran
- Original Message - From: "jimmy coyne" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 14, 2003 09:02 Subject: security to stop undeployment of services > When I un-deploy service I call the class > > java > org.apache.axis.client.AdminClient -lhttp://localhost:8080/

Re: RE: JBuilder debugging of server side?

2003-01-14 Thread Steve Loughran
1. I strongly encourage use of IntelliJ IDEA for everything 'cept GUI dev (which is why the #2 monitor has netbeans maximised right now). Its refactoring is so good I cant go back to anything else. And yes, you can debug servers by attachment, as well as running tomcat's main. 2. I am of the view

Re: Altering default service page

2003-01-15 Thread Steve Loughran
- Original Message - From: "Joe Shevland" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 14, 2003 21:36 Subject: Altering default service page > (Sorry if this is a duplicate, I don't think the original made it > because of my sending address). > > Hi, > > I was wonde

Re: Web services configuration?

2003-01-15 Thread Steve Loughran
- Original Message - From: "Jon Barber" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 15, 2003 04:29 Subject: Re: Web services configuration? > Michael D. Spence wrote: > > >>I've been wondering the same myself. As far as I can see there is no > >>such facility, s

Re: Web services configuration?

2003-01-15 Thread Steve Loughran
- Original Message - From: "Brian Ewins" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 15, 2003 05:39 Subject: Re: Web services configuration? > From the J2EE standpoint: > > As JAXRPC is part of the J2EE stack, you're supposed to use JNDI for > configuring a servi

Re: Stateful Web Services

2003-01-15 Thread Steve Loughran
(B- Original Message - (BFrom: "David Peterson" <[EMAIL PROTECTED]> (BTo: <[EMAIL PROTECTED]> (BSent: Wednesday, January 15, 2003 12:02 (BSubject: Re: Stateful Web Services (B (B (B> (B> (B> Thanks Barry, (B> (B> This was the kind of "statefulness" and "persistence" that I am 

Re: Stateful Web Services

2003-01-15 Thread Steve Loughran
(B- Original Message - (BFrom: "David Peterson" <[EMAIL PROTECTED]> (BTo: <[EMAIL PROTECTED]> (BSent: Wednesday, January 15, 2003 12:48 (BSubject: Re: Stateful Web Services (B (B (B> (B> Hi Steve, (B> (B> But in the simplest possible case, where I just want to persist data (B>

Re: Stateful Web Services

2003-01-15 Thread Steve Loughran
- Original Message - From: "Ricky Ho" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, January 15, 2003 14:13 Subject: RE: Stateful Web Services > Most Java-based SOAP engine (over HTTP) implementation leverages the > Servlet model which allows you to spe

Re: Stateful Web Services

2003-01-15 Thread Steve Loughran
- Original Message - From: "Ricky Ho" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, January 15, 2003 16:35 Subject: Re: Stateful Web Services > I think reinventing the idea of cookies at the SOAP header will solve the > tight transport-level coupling i

Re: Access statistics

2003-01-16 Thread Steve Loughran
- Original Message - From: "rf" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 16, 2003 04:30 Subject: Access statistics > Does AXIS already have any mechanism to maintain > certain statistics like service access count, service > invoker ipaddress, etc OR I have to d

Re: newbie question - installation problems

2003-01-16 Thread Steve Loughran
- Original Message - From: "NJ Rogers" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 16, 2003 10:02 Subject: newbie question - installation problems > Hi > > I've got axis deployed in tomcat, running on Windows 2K. > > I can validate ok - happyaxis.jsp > tells me th

Re: newbie question - installation problems

2003-01-16 Thread Steve Loughran
that was http://jakarta.apache.org/commons/discovery.html with an l at the end. oops

Re: Altering default service page

2003-01-16 Thread Steve Loughran
- Original Message - From: "Joe Shevland" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 16, 2003 15:12 Subject: RE: Altering default service page > Hi Steve, > > Thanks for the advice (I should have thought of that) and it's worked > well - I've just subclassed Axis

Re: Bean Serializers

2003-01-17 Thread Steve Loughran
- Original Message - From: "Dave Stevens" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 17, 2003 07:04 Subject: Bean Serializers > Does the Bean Serialization that comes with axis make use of the Java Bean serialization that was new with Java 1.4? (a) the source is t

re: MessageContext.getCurrentContext()

2003-01-20 Thread Steve Loughran
one of the great things about axis is that you can see all the internal workings of the system, and from that not only understand axis (always good for debugging) but learn some tricks that are useful in your own applications. I suggest you look at the method to see how it works... -steve --

Re: Simple mapping .asmx to .jws?

2003-01-27 Thread Steve Loughran
- Original Message - From: "Randy Belknap" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, January 25, 2003 11:19 Subject: RE: Simple mapping .asmx to .jws? > Does anyone know whether OPTION_JWS_FILE_EXTENSION is implemented? The > org.apache.axis.handlers.JWSHandler has thi

Re: Simple mapping .asmx to .jws?

2003-01-27 Thread Steve Loughran
- Original Message - From: "Randy Belknap" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 27, 2003 13:26 Subject: RE: Simple mapping .asmx to .jws? > Thanks! I will try these. > > BTW, I got Axis to use .asmx instead of .jws by modifying JWSHandler.java > and changing

Re: Custom soapfault

2003-01-27 Thread Steve Loughran
1. Axis1.1 strips out stack traces unless you configure the box as a development system. 2. if you create your own fault you can fiddle with it by adding whatever xml nodes you want; again axis1.1 makes this easier - Original Message - From: "Andreas Siegers" <[EMAIL PROTECTED]> To: <[EMAI

Re: user-defined Exceptions

2003-01-27 Thread Steve Loughran
- Original Message - From: "Olivier Gauwin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 24, 2003 07:01 Subject: Re: user-defined Exceptions > I've found the beginning of a solution for this problem, but I still > have questions. > > Now my server code looks like : >

Re: Interoperative attachments

2003-01-28 Thread Steve Loughran
- Original Message - From: "Mark Mueller" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 28, 2003 08:18 Subject: RE: Interoperative attachments > Josh, > > Yes, I am trying to develop the service that is > language and platform neutral, so I'm trying to find > the "ri

Re: Interoperative attachments

2003-01-28 Thread Steve Loughran
- Original Message - From: "Norris Merritt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 28, 2003 11:09 Subject: RE: Interoperative attachments > I've had success with the Axis 1.1 beta DIME support demonstrated in the > echoAttachments sample (which also has a mode

Re: Web Service Model - Security Issues

2003-01-28 Thread Steve Loughran
- Original Message - From: "Benjamin Tomasini" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 28, 2003 11:12 Subject: RE: Web Service Model - Security Issues > I would think that a session-scoped service would be a much greater > risk. Like an induced memory leak. >

Re: Web Service Model - Security Issues

2003-01-28 Thread Steve Loughran
- Original Message - From: "Ricky Ho" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, January 28, 2003 11:24 Subject: RE: Web Service Model - Security Issues > I think we should separate "security" from "DOS" attacks. The current web > services standards

Re: Axis 1.1 beta recommendable for production use?

2003-01-28 Thread Steve Loughran
I'd go for 1.1beta as it does fix some security issues, interop issues and is a superset of axis1.0, with the caveat that there will be full 1.1 release along soonish - Original Message - From: "Johannes Fiala" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 28, 2003 12:

Re: Interoperative attachments

2003-01-28 Thread Steve Loughran
- Original Message - From: "Norris Merritt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 28, 2003 13:07 Subject: RE: Interoperative attachments > If you have an binary type of attachment such as image/jpeg, then it has to > be Base-64 encoded if MIME is used For em

Re: Interoperative attachments

2003-01-28 Thread Steve Loughran
- Original Message - From: "Dennis Sosnoski" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 28, 2003 14:15 Subject: Re: Interoperative attachments > Hmmm. So this means SOAP implementations that *don't* encode MIME > attachments work as long as the data being sent doe

Re: user-defined Exceptions

2003-01-29 Thread Steve Loughran
- Original Message - From: "Olivier Gauwin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 29, 2003 00:56 Subject: Re: user-defined Exceptions > > > Thanks, Steve, but I still have a problem... > > I've tried this (with Axis CVS) : > AxisFault af = new Ax

Re: Can't find service-- PUT vs GET problem?

2003-01-29 Thread Steve Loughran
maybe its a bug in tomcat... - Original Message - From: "Roy Wood" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 29, 2003 12:15 Subject: Re: Can't find service-- PUT vs GET problem? >Use POST? I *am* using POST when I do the actual transaction. When I calculat

Re: Point of discussion - attempts to use non-typesafe contructs overXML-RPC

2003-01-30 Thread Steve Loughran
- Original Message - From: "Benjamin Tomasini" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 30, 2003 09:13 Subject: Point of discussion - attempts to use non-typesafe contructs overXML-RPC > In reading this list for a while, I have noticed that a lot of people > ha

Re: Interoperative attachments (MIME types)

2003-01-30 Thread Steve Loughran
- Original Message - From: "Mark Mueller" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 30, 2003 17:19 Subject: RE: Interoperative attachments (MIME types) > I think I may have solved the problem. I think > there's a misspelling of "octet-stream" in line 702 of >

Re: Interoperative attachments (MIME types)

2003-01-30 Thread Steve Loughran
- Original Message - From: "Mark Mueller" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 30, 2003 19:48 Subject: Re: Interoperative attachments (MIME types) > Steve, > > What would be the downside of mapping any MIME type to > a java.lang.Object by default (via MIME_

Re: Antw: Asynchronous interface

2003-01-31 Thread Steve Loughran
- Original Message - From: "Anne Thomas Manes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 31, 2003 06:30 Subject: RE: Antw: Asynchronous interface > There's a difference between an asynchronous API and an asynchronous > transport. You should be able to make asynchr

Re: standalone vs. servlet

2003-02-02 Thread Steve Loughran
- Original Message - From: "Anne Thomas Manes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, February 02, 2003 11:46 Subject: RE: standalone vs. servlet > Dennis, > > I absolutely agree with you regarding application code. Using well-optimized > code and a good application se

Re: standalone vs. servlet

2003-02-02 Thread Steve Loughran
- Original Message - From: "Anne Thomas Manes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, February 02, 2003 14:13 Subject: RE: standalone vs. servlet > I suspect that the use of reflection has a lot to do with the issue. Java > platforms use reflection to enable a bunch of

Re: Make beanMapping default

2003-02-03 Thread Steve Loughran
- Original Message - From: "Glen Daniels" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 03, 2003 07:30 Subject: RE: Make beanMapping default > > Hi Joel! > > There is some unfinished support in Axis for "autoTyping", which sounds like what you want. AutoTyping, when

Re: Out of Memory problem

2003-02-03 Thread Steve Loughran
send it as an attachment. That works for files that size. base64 encoding is very slow as well as being inefficient; XML parsers dont like strings that size. - Original Message - From: "Doss Markus" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 03, 2003 08:14 Subject:

Re: Out of Memory problem

2003-02-03 Thread Steve Loughran
- Original Message - From: "Brian Ewins" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 03, 2003 09:48 Subject: Re: Out of Memory problem > Steve Loughran wrote: > > send it as an attachment. That works for files that size. base64 encod

Fear of Attachments

2003-02-03 Thread Steve Loughran
For all those people who want to do attachments, here is an early draft of something I'm writing to look at attachments properly, including for .NET and other platforms. Here is the Axis coverage; the code was working against the CVS version of Axis this weekend; there have been changes in attachme

Re: standalone vs. servlet

2003-02-03 Thread Steve Loughran
- Original Message - From: "Dennis Sosnoski" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 03, 2003 10:44 Subject: Re: standalone vs. servlet > Just in passing, one particular area that I suspect causes performance > problems is the SAX event stream buffering that ge

Re: Fear of Attachments

2003-02-03 Thread Steve Loughran
- Original Message - From: "Mark Mueller" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 03, 2003 14:32 Subject: Re: Fear of Attachments > Hi Steve, > > Thanks for the paper, it is helpful. I gather that it > makes sense to support both MIME and DIME attachments > in

Re: set and get methods from the browser

2003-02-04 Thread Steve Loughran
- Original Message - From: "Zafar T Minhas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 03, 2003 23:56 Subject: set and get methods from the browser Hi I have made a web service, a very simple jws file. This is the code: >private java.lang.String sGr

Re: calling SOAP with attachments from non java application

2003-02-04 Thread Steve Loughran
- Original Message - From: "Josh Kropf" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 04, 2003 07:29 Subject: RE: calling SOAP with attachments from non java application > Beware, Microsuks .NET Framework (Enhancment 1.0) ONLY supports DIME encoded > messages that

Re: Re: set and get methods from the browser

2003-02-04 Thread Steve Loughran
Formally, GET requests are only a part of SOAP1.2. But (a) Axis1.1 has some soap1.2 bits in there and (b) Axis has long had a simple and informal way to make requests with GET, it just gets better with time :) try: http://localhost:8080/axis/EchoHeaders.jws?method=echo¶m=test nb, looks like each

Re: attachment temporary files

2003-02-05 Thread Steve Loughran
(B- Original Message - (BFrom: "Eiji Yoshida" <[EMAIL PROTECTED]> (BTo: <[EMAIL PROTECTED]> (BSent: Tuesday, February 04, 2003 19:31 (BSubject: attachment temporary files (B (B (B> Hi, everyone (B> (B> I have a question about attachment temporary files. (B> When SOAP message wti

Re: Scalability, Multiple Threads/Objects?

2003-02-05 Thread Steve Loughran
the scalability is really defined by the app server; it is the one that creates the threads and the servlet instance to handle it. But your endpoint can be in an object created per message (The default), per session, or a singleton; the latter may scale better if you code for re-entrancy - Ori

Re: adding new services

2003-02-06 Thread Steve Loughran
- Original Message - From: "Suleyman Yalinbas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 05, 2003 21:45 Subject: adding new services > > I have two question > 1) axis service deployment doc says dropping off > those classes into lib/ or classes/ is enough

Re: Failure notices

2003-02-06 Thread Steve Loughran
try [EMAIL PROTECTED] - Original Message - From: "Antti S. Brax" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 06, 2003 02:42 Subject: Failure notices > Are the mailing list management e-mail addresses broken? I get > failure notices from both <[EMAIL PROTECTED]>

Re: adding new services

2003-02-06 Thread Steve Loughran
- Original Message - From: "Suleyman Yalinbas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 06, 2003 10:32 Subject: Re: adding new services > > 1) axis.jar is under > /usr/local/tomcat/webapps/axis/WEB-INF/lib > > 2) sorry for mistyping; the version is 3.2.4 > ok

Re: Axis TaskDef

2003-02-09 Thread Steve Loughran
- Original Message - From: "Mitch Gitman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 08, 2003 22:33 Subject: RE: Axis TaskDef > To run the Axis-specific Ant task axis-java2wsdl, I too had to set the > classpath via the command line to include axis.jar, axis-ant.

Re: AxisServletBase.getEngine - startup performance

2003-02-10 Thread Steve Loughran
- Original Message - From: "Andreas Siegers" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 10, 2003 07:06 Subject: AxisServletBase.getEngine - startup performance Hi all. >The first call to the AxisServletBase.getEngine method takes about 6-7 seconds for >me, which

Re: Is there a chance of having a Forum of discussion ( something more flexible )

2003-02-13 Thread Steve Loughran
- Original Message - From: "Apostolopoulos Paris" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 13, 2003 15:56 Subject: RE: Is there a chance of having a Forum of discussion ( something more flexible ) > Well it was just a proposal..the main thing is to get the res

Re: Is there a chance of having a Forum of discussion ( something more flexible )

2003-02-13 Thread Steve Loughran
- Original Message - From: "Apostolopoulos Paris" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 13, 2003 16:59 Subject: RE: Is there a chance of having a Forum of discussion ( something more flexible ) > Well a database driven forum is also searchable and much bett

Re: WSDL, Java source and javadoc

2003-02-14 Thread Steve Loughran
this is an open bug report. Feel free to fix it. - Original Message - From: "Elmar Fasel" <[EMAIL PROTECTED]> To: "axis mailing list" <[EMAIL PROTECTED]> Sent: Friday, February 14, 2003 08:18 Subject: WSDL, Java source and javadoc > Hi, > > is there a possibility to generate java stubs

Re: WSDL, Java source and javadoc

2003-02-16 Thread Steve Loughran
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, February 16, 2003 03:38 Subject: RE: WSDL, Java source and javadoc > Any suggestions for implementing the other way around, add comments to the > WSDL? > Should the wsdd support inserting documentation t

Re: HowTo change Transport type from HTTP/1.0 to HTTP/1.1

2003-02-18 Thread Steve Loughran
you need to wait for http1.1 support in axis, including persistent connections. Which means you either need to wait for java.net to fix its http1.1 support, or Axis to incorporate the Jakarta project's HttpClient 2.0 library to provide working htpt1.1. code. - Original Message - From: "Ka

Re: Nulll Pointer Exception with java2wsdl

2003-02-18 Thread Steve Loughran
this has been fixed a while back. you need to be working with Axis1.1RC1, - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 18, 2003 12:37 Subject: Nulll Pointer Exception with java2wsdl > Hello, > I am guessing that I am probably doing somet

Re: security - AdminService

2003-02-19 Thread Steve Loughran
RC1 has a document on security...it should answer your questions. AdminService only accepts calls from the local host, and it already has a default password..you can change it if you want - Original Message - From: "Gianluca Del buono" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wedn

Re: soapmonitor service

2003-02-19 Thread Steve Loughran
yes, read security.html - Original Message - From: "Cory Wilkerson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 19, 2003 07:44 Subject: soapmonitor service Hrmmm. I don't particularly care for how myhost.com/services shows all the available services. Is there

Re: Determining if a service is deployed (wrapped in my own webapp)

2003-02-19 Thread Steve Loughran
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 19, 2003 10:34 Subject: RE: Determining if a service is deployed (wrapped in my own webapp) > Thanks, > but I've wrapped it in my own webapp. I tried this: > http://149.98.242.166:8080/GMPS

Re: Determining if a service is deployed (wrapped in my own webapp)

2003-02-19 Thread Steve Loughran
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 19, 2003 12:13 Subject: Re: Determining if a service is deployed (wrapped in my own webapp) > Thanks, > I tried http://149.98.242.166:8080/GMPServer/services/GMP?WSDL > but recieved a http

Re: (GETTING CLOSER- bug?) Re: Determining if a service is deployed (wrapped in my own webapp)

2003-02-19 Thread Steve Loughran
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 19, 2003 13:18 Subject: (GETTING CLOSER- bug?) Re: Determining if a service is deployed (wrapped in my own webapp) > Okay, I removed the server-config.wsdd from my project so it wouldn't > au

Re: HTTPProxyTunnel

2003-02-20 Thread Steve Loughran
- Original Message - From: "Ricky Ho" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 20, 2003 07:48 Subject: HTTPProxyTunnel > In fact, I need HTTP level tracing but not TCP level tracing. If there is > another tool that works like a HTTP Proxy which can examine th

Re: Newbie question about FAULTs (again) and tomcat printing the stack trace!

2003-02-20 Thread Steve Loughran
- Original Message - From: "Apostolopoulos Paris" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 20, 2003 08:44 Subject: Newbie question about FAULTs (again) and tomcat printing the stack trace! > Hi again! > > Is there a way of doing something better? How can I sti

Re: Newbie question about FAULTs (again) and tomcat printing the stack trace!

2003-02-20 Thread Steve Loughran
- Original Message - From: "Apostolopoulos Paris" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 20, 2003 11:30 Subject: RE: Newbie question about FAULTs (again) and tomcat printing the stack trace! > Thanks for your reply Steve! > > Yes its true I am using AXIS 1.0

Re: Attachment Problem

2003-02-21 Thread Steve Loughran
- Original Message - From: "Bathula, Vijay" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 21, 2003 07:53 Subject: Attachment Problem > I am getting the Java.io.exception error while trying to send attachments > from client to server and vice versa. > java.io.IOExce

Re: Attachment Problem

2003-02-21 Thread Steve Loughran
you need them client side too: mail.jar and activation.jar - Original Message - From: "Jue (Jacky) Shu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 21, 2003 08:23 Subject: Re: Attachment Problem > Make sure u have the DataHandler in happyaxis. > > Found Activation

Re: Authorization Unauthorized: POST vs. GET

2003-02-24 Thread Steve Loughran
- Original Message - From: "Michael Konietzka" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 24, 2003 08:41 Subject: Authorization Unauthorized: POST vs. GET > Hi > I deployed a webservice und Axis1.1beta with the following configuration: > > Apache 1.3.x -> via mod_

Re: Axis and Logging

2003-02-24 Thread Steve Loughran
Commons-logging is not a log framework, it bridges to multiple log frameworks, including log4j *and* Java1.4 logging. So you can drop log4j and still log. Look at jakarta.apache.org/commons for details on configuring it -there are some preferences and things that can control where axis logs. -

Re: wsdl and documentation

2003-02-25 Thread Steve Loughran
- Original Message - From: "Pascale, Peter H." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 25, 2003 07:49 Subject: RE: wsdl and documentation > This is an interesting thought - it doesn't seem like it would be that hard. > Is anyone doing this, or interested in pa

Re: Struts and Axis! why not?

2003-02-26 Thread Steve Loughran
look at it differently. Why wouldn't Axis handle arabic unicode? It's just characters, and Java handles that; XML is unicode ready. Mybe you can just experiment. On the subject of documentation, you get what you write. Nobody gets paid to write it, if you find areas that are lacking, you can and

Re: Struts and Axis! why not?

2003-02-26 Thread Steve Loughran
look at it differently. Why wouldn't Axis handle arabic unicode? It's just characters, and Java handles that; XML is unicode ready. Mybe you can just experiment. On the subject of documentation, you get what you write. Nobody gets paid to write it, if you find areas that are lacking, you can and

Re: help with proxy

2003-02-26 Thread Steve Loughran
- Original Message - From: "Nicola Muratori" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 26, 2003 02:57 Subject: Re: help with proxy > > many articles written in JavaWorld are in wrong!! please > send feedback to this article: > http://www.javaworld.com/javaworld

Re: Accessing the XML in the SOAP message body directly

2003-02-26 Thread Steve Loughran
- Original Message - From: "Naresh Bhatia" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 26, 2003 10:45 Subject: RE: Accessing the XML in the SOAP message body directly Issues -- >1) I am disappointed by SOAP's (or Axis'?) serialization/deserialization >mech

Re: configurable endpoints

2003-02-27 Thread Steve Loughran
- Original Message - From: "Pascale, Peter H." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 27, 2003 11:01 Subject: configurable endpoints > As part of developing a WS client with axis for SOAP-RPC calls, I would like > the ability to configure the HTTP service lo

Re: client logging SOAP messages

2003-02-27 Thread Steve Loughran
- Original Message - From: "Pascale, Peter H." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 27, 2003 13:49 Subject: client logging SOAP messages > I have the following requirement for an Axis client app: > > The application must support logging of SOAP messages. R

Re: AXIS support of SOAP 1.1 vs 1.2

2003-02-28 Thread Steve Loughran
- Original Message - From: "Steve Pannier" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 27, 2003 15:44 Subject: RE: AXIS support of SOAP 1.1 vs 1.2 > > OK, so it sounds like a handler is needed to process headers. > > Let's forget about the different AXIS versions

Re: happyaxis error

2003-03-02 Thread Steve Loughran
- Original Message - From: "Jeff Greif" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 02, 2003 08:17 Subject: Re: happyaxis error > You probably followed the Axis instructions and installed your own copy of > xerces jars. This doesn't work because Tomcat already has it

Re: Re: Fear of Attachments

2003-03-03 Thread Steve Loughran
not tried that; that is what GET is for (i.e. I return URLs to retrieve stuff). Have a look at what the echo sample does - Original Message - From: "Mount, Dave" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 03, 2003 10:22 Subject: RE: Re: Fear of Attachments Steve, I

Re: DIME attachment size limit

2003-03-04 Thread Steve Loughran
- Original Message - From: "Betsy Frey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 04, 2003 07:11 Subject: DIME attachment size limit > I cannot send a file as a DIME attachment if the file size is more than the > DIME single-attachment limit of 2^32-1 bytes. The c

Re: DIME attachment size limit

2003-03-04 Thread Steve Loughran
- Original Message - From: "Betsy Frey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 04, 2003 11:22 Subject: RE: DIME attachment size limit > Hi Steve, > > We have a version management system that's being extended to use an Axis > server. Our customers can store anyt

Re: Trouble with logging in axis

2003-03-04 Thread Steve Loughran
- Original Message - From: "Hugh Ferguson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 04, 2003 14:50 Subject: Trouble with logging in axis > I borrowed from numerous examples, and use the LogFactory to get a class. > I've removed the log4j.properties file from the

Re: DIME attachment size limit

2003-03-05 Thread Steve Loughran
t: Re: DIME attachment size limit > Hi Steve, > > Can you elaborate on this, please? I have been trying to get to the > filename of attachments for a while now. I must admit, I haven't see the > Axis1.1 code, yet. > > TIA, > Sharmila. > > On 4/3/03 7:30 pm,

Re: Performance

2003-03-05 Thread Steve Loughran
- Original Message - From: "Anecito, Anthony (HQP)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, March 05, 2003 10:30 Subject: RE: Performance > On the server side I would use worker thread pattern. I have not tried this > myself yet but have hopes i

Re: Performance

2003-03-05 Thread Steve Loughran
- Original Message - From: "Anecito, Anthony (HQP)" <[EMAIL PROTECTED]> To: "'Steve Loughran'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, March 05, 2003 12:21 Subject: RE: Performance > Hi Steve, > > Your answers

Re: wsdl and documentation

2003-03-05 Thread Steve Loughran
from it, as if it was just another IDL syntax. > Peter > > -Original Message- > From: Steve Loughran [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 25, 2003 10:37 AM > To: [EMAIL PROTECTED] > Subject: Re: wsdl and documentation > > > - Original

Re: wsdl and documentation

2003-03-05 Thread Steve Loughran
- Original Message - From: "Nicholas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 05, 2003 15:18 Subject: Re: wsdl and documentation > > i never thought it'd be simple :(. And like I said > > before: xdoclet. Though I > > still think you should write the WSDL and g

  1   2   3   4   >