RE: AXIS speed

2003-07-25 Thread Jess Sightler
t; > > > > > > > > This transmission may contain information that is privileged, confidential > > and/or exempt from > > > disclosure under applicable law. If you are not the intended recipient, > > you are hereby notified > > > that any disclosure, copying, distribution, or use of the information > > contained herein > > > (including any reliance thereon) is STRICTLY PROHIBITED. If you received > > this transmission in > > > error, please immediately contact the sender and destroy the material in > > its entirety, whether > > > in electronic or hard copy format. Thank you. > > > > > > > > > = > > Davanum Srinivas - http://webservices.apache.org/~dims/ > > > > __ > > Do you Yahoo!? > > Yahoo! SiteBuilder - Free, easy-to-use web site design software > > http://sitebuilder.yahoo.com > > > = > Davanum Srinivas - http://webservices.apache.org/~dims/ > > __ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com -- === Jess Sightler Senior Developer Exim Technologies 131 Falls Street Greenville SC 29601 Phone: 864-679-4651 ===

RE: java.util.Calendar - Why?

2003-05-31 Thread Jess Sightler
___ > Do you Yahoo!? > Yahoo! Calendar - Free online calendar with sync to Outlook(TM). > http://calendar.yahoo.com -- === Jess Sightler Senior Developer Exim Technologies 131 Falls Street Greenville SC 29601 Phone: 864-679-4651 ===

RE: WSDL and JMS Transport

2003-03-26 Thread Jess Sightler
n legally > privileged information. If you are not the intended recipient > you should not copy, distribute, disclose or otherwise use the > information in this message. If this is a forwarded message, > the content of this e-mail may not have been sent with

Re: Best practices for Lists and Maps

2003-02-18 Thread Jess Sightler
> > What would be ideal is if I can use Lists and Maps as I feel like and > Axis would automatically translate them to / from SOAP arrays. I don't > mind giving hints to Axis about object types / keys - but this > approach would be far more easier to implement and maintain that an

MAJOR Exception problems in RC1

2003-02-13 Thread Jess Sightler
ml.apache.org/axis/";;>This is a test >> exception. >> at foo.bar.ApplicationBean.testException(ApplicationBean.java:225) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >> at >> >sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >> ... >> >> >> >> >> = Davanum Srinivas - http://xml.apache.org/~dims/ __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- === Jess Sightler Senior Developer Exim Technologies 131 Falls Street Greenville SC 29601 Phone: 864-679-4651 ===

Re: deserializing a bean wrapped array of beans

2003-02-05 Thread Jess Sightler
Has this question been answered? To me it looks like a fairly significant Axis bug, as you really shouldn't have to do anything special for ArrayTypes (I know that it works when passing back just an Array of Bean Objects, but maybe it is broken for Arrays that are members of other JavaBeans)? ---

RE: standalone vs. servlet

2003-02-03 Thread Jess Sightler
erformance testing > > tool, but it > > >can measure throughput. > > > > > >Regards, > > >Anne > > > > > > > > > > > >>-Original Message- > > >>From: Chuck Musser [mailto:[EMAIL PROTECTED]] >

Re: MessageContext

2003-01-27 Thread Jess Sightler
t; String serviceName = mc.getService().getName(); > if (serviceName != null) { > if (serviceName.equalsIgnoreCase("SomeServiceName")) { > handler = new TNowAirHandler(); > } > } > } > &

Jabber: Does the Jabber Transport support beanMappings?

2003-01-24 Thread Jess Sightler
Hi James, I've been running some experiments with the Jabber transport for SOAP. One thing that I'm hitting a wall with is that it seems like the TypeMappings aren't being registered properly when serializing the response message. I can deploy the app with exactly the same axis.jar files using H

Re: Problem with jws-deployment (newbie)

2003-01-20 Thread Jess Sightler
Hi Kenneth, Could you send the full exception? Also, did you try browsing the jws file with ?wsdl appended? I've found that sometimes gives a good exception if there are compile errors with the .jws file. --- Jess On Mon, 2003-01-20 at 08:29, Kenneth Ahn Jensen wrote: > Hello > > I am runnin

Re: returning an array of beans (or: why i'm going insane)

2003-01-03 Thread Jess Sightler
. > Sticking > (ArticleSearch.ws.ArticleBean[]) in > front of the return value > didn't help, either, as I suspected it >

Re: Mozilla and automatic ?wsdl generation with Axis 1.0

2002-12-16 Thread Jess Sightler
Have you tried hitting the View Source button in your browser? A lot of times, Mozilla doesn't display formatted XML. --- Jess Sightler On Mon, 2002-12-16 at 14:47, Eric Jahn wrote: > Does anyone have this working with Mozilla and Axis 1.0? Axis seems > properly configured accor

Re: something resubmits the soap request

2002-11-25 Thread Jess Sightler
I vaguely recall some bug that could cause this with a particular version of IE. You might try looking around on the Orion Server lists, as I'm sure that I saw the issue posted there. (ie, there was some strange cases where the browser would hit a page twice). I'm sorry that I can't give more de

Re: MS Proxy Server authentication

2002-11-21 Thread Jess Sightler
r does support > basic auth, Axis is supossed to do right if MS Proxy Server is configured > that way, did you have any problems with this configuration ? > > Thanks in advace, > Pedro > > ----- Original Message - > From: "Jess Sightler" <[EMAIL PROTECTED]>

Re: MS Proxy Server authentication

2002-11-20 Thread Jess Sightler
Hi Pedro, AFAIK, Axis does not support the authentication system used by MS Proxy Server. There are third-party proxy-middleman type things that might work, although my experience with these hasn't been satisfactory. I have had good success with the newer Microsoft ISA proxy server when it is ru