Security Issue

2005-02-16 Thread Joe Plautz
tion, user info is being stored in client specific databases. I've come up with my own ideas, which include sending the "authentication" piece as part of the message. If anyone has any alternative ideas please let me know. Thanks, Joe Plautz

Newbie WSS4J Example

2005-02-08 Thread Joe Plautz
Hello all, I don't know how many of you have seen the example floating around about using WSS4J in axis. If it's already been posted, them my apologies. I thought it might be appropriate to share it here. http://weblogs.asp.net/jdanforth/archive/2005/01/16/354060.aspx Have a great day, Joe

Re: Help Chunking

2005-01-17 Thread Joe Plautz
Bare with me please I haven't dealt with this in a while so my specifics might not be accurate. As you maybe aware of chunking is part of the HTTP 1.1 specification. If you are specifying that you are submitting a request in in HTTP 1.1 that means you will accept chunking in return. If you sub

Re: maintaining a database connection pool or a socket connection pool

2004-12-14 Thread Joe Plautz
In tomcat's documentation you can find all that you need for connection pooling. I don't know of any restrictions on pools, but I have at least 10 going right now. look here: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jndi-datasource-examples-howto.html Joe METIN ZAVRAK wrote: Hi

1.2RC2 wsdl2java generated setter method name change

2004-11-17 Thread Joe Nall
This type (extracted from a large schema) generates a setter called setMessage1() in 1.2RC2 instead of setMessage() (1.2b, 1.1). Intentional or bug? joe Represents an error in both human and computer readable formats. Human readable text

Re: Best Practice

2004-11-17 Thread Joe Plautz
a WSDL approach vs the code approach. I guess you could call me lazy for not wanting to do more work. Joe Anne Thomas Manes wrote: Code centricity is a fine approach if your goal is to use SOAP as a slower replacement for RMI -- producing tightly coupled Java-centric distributed object application

Re: Best Practice

2004-11-16 Thread Joe Plautz
Be code centric as opposed to WSDL centric. With Axis we can expose our code in a relatively easy manner without the need of creating a WSDL first which is perfect. Anne Thomas Manes wrote: I'm thinking about reusability. Picture yourself a couple of years from now when your company has a few

Re: Best Practice

2004-11-16 Thread Joe Plautz
s. Not as something that needs to be called over and over again in rapid succession. Vikas Phonsa wrote: Hi Joe, Thanks for your answer. Could you elaborate a little bit about the authentication object? Was that part of the SOAP message? Thanks Vikas -Original Message- From: Joe Plautz [mai

Re: Best Practice

2004-11-16 Thread Joe Plautz
mplemented authentication using a user authentication object. Hope this helps, Joe Plautz Vikas Phonsa wrote: I would appreciate if someone could comment on the security and authorization aspects of the web services. What is everybody using in that regard? Thanks Vikas -Original Message-----

Re: Best Practice

2004-11-16 Thread Joe Plautz
deal with Java and Ant alone, not WSDDs and WSDLs. The only gripe I have with this process is that Axis's wsdl2java insists on putting _client-side_ stubs in the same directory as _server-side_ WSDDs. There's no getting around that because both get generated in the same task. Annoying

Re: Best Practice

2004-11-16 Thread Joe Plautz
lmost anything you want. I guess a question that I have, when deploying into production, do most people actually deploy the service using the admin client? Or, do people deploy locally and take the server-config from that and put it into their war for production? [EMAIL PROTECTED] wrote: Thanks,

Re: Best Practice

2004-11-16 Thread Joe Plautz
way you wish. But, like EJB and other distributed technologies they need to be used where appropriate. Deciding where it's appropriate is something that comes with experience not reading it from somewhere. Have a great day, Joe Plautz [EMAIL PROTECTED] wrote: Thanks, Nikki. We have a stand

Re: Get past Axis logging problem

2004-07-12 Thread Joe Nall
JBoss/...)? Where is it installed? I don't know how to answer the container question, from I simply click the checkbox and no error messages appear. I think you need to figure out what happens when you press that checkbox :) joe

Re: Get past Axis logging problem

2004-07-11 Thread Joe Nall
ch for LogFactory in your runtime class path I don't think your error has anything to do with log4j.properties, Java version or operating sytem - it looks like you are missing some runtime piece of commons logging or log4j. joe

Re: Class Loading Problem

2004-05-25 Thread Joe Nall
using common/lib or shared/lib (only if you can't or won't use WEB-INF/lib). What is the logic for determining if a library should go in shared/lib or common/lib? joe

RE: book recommendations

2004-05-20 Thread Joe Shevland
Shucks, perhaps ... unless you're very self-deprecating :) > -Original Message- > From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] > Sent: Friday, 21 May 2004 9:38 AM > To: [EMAIL PROTECTED] > Subject: RE: book recommendations > > > Aw, sucks. Thanks. > > Anne > > -Original Messag

wsdl2java package mapping and manually deployed wsdlfile

2004-05-19 Thread Joe Nall
thing interoperable. Is it enough to rewrite the import namespace URL in the manually deployed wsdl and the targetNamespace in the schema? joe

Transfer-Encoding=chunked

2004-05-14 Thread Joe Plautz
there is a way to turn chunking off in Axis or Tomcat. We a researching using HTTP 1.0 to connect with Power Builder, but if I can head it off at the server. Any help will be beneficial! Joe

Re: Best Practices?

2004-05-13 Thread Joe Plautz
the data to be passed to the operation. Next, you'd click the submit button and be presented with the results of the operation. > -----Original Message- > From: Joe Plautz [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 13, 2004 1:40 PM > To: [EMAIL PROTECTED] > Subject:

Re: Best Practices?

2004-05-13 Thread Joe Plautz
Re: Best Practices? > > Let's twist this discussion on its head > - Is there a list of bugs hiding in there somewhere? (bug reports) > - What would you do if you were to write/re-write parts of axis? > (enhancements requests) > > If we can't create new bug reports

Re: Best Practices?

2004-05-13 Thread Joe Plautz
ion itself. Anyone can edit the wiki content. (http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages) thanks, -- dims On Thu, 13 May 2004 08:47:30 -0500, Joe Plautz <[EMAIL PROTECTED]> wrote: > > I agree with Andy. Hence, why I started this thread looking for guidance. > >

Re: Best Practices?

2004-05-13 Thread Joe Plautz
guide. Joe - Original Message - From: "Davanum Srinivas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 13, 2004 8:05 AM Subject: Re: Best Practices? Next question: Are u willing to help? As u know all committers have day jobs :) thanks, dims On Thu,

Re: Best Practices?

2004-05-12 Thread Joe Plautz
ith little changing except creating a new broker. -Joe - Original Message - From: "Anderson Jonathan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 12, 2004 10:03 AM Subject: RE: Best Practices? > I would venture to say that 80% of the complicati

Re: Best Practices?

2004-05-12 Thread Joe Plautz
parameternames in your auto generated wsdl, cause the the params looks like in0, in1, in2... . Then you use wsdl2java to generate your stub, locator, skeleton, impl and maybe a testclient. Now you can implement and deploy your Service by unsing the addtional generated .wsdd files. Hope this h

Re: Best Practices?

2004-05-11 Thread Joe Plautz
. Keep the interface as simple as possible. Ross -Original Message- From: Joe Plautz [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 9:48 AM To: [EMAIL PROTECTED] Subject: Best Practices? I'm a newbie looking for guidance in creating WebServices with Axis. I've gone thr

Best Practices?

2004-05-11 Thread Joe Plautz
string contains xml formated text? If there are any sites that cover this information, please forward them on to me. Any help will be appreciated!!! Thanks, Joe Plautz [EMAIL PROTECTED]

RE: question about database result sets...

2004-05-05 Thread Joe Shevland
I ommitted the case where its Java on the client layer, because then you've got a lot more flexibility; for some reason assumed you'd be using .NET on the web layer... painful, but thats my world at the moment :) Cheers, Joe -Original Message----- From: Joe Shevland [mailto:[EMAIL

RE: question about database result sets...

2004-05-05 Thread Joe Shevland
t of custom queries and so on... much nicer having a business API they can talk to.   Cheers, Joe -Original Message-From: Dave Jacobson [mailto:[EMAIL PROTECTED]Sent: Wednesday, 5 May 2004 6:02 AMTo: [EMAIL PROTECTED]Subject: question about database result sets... I am wor

RE: xs:timeDate to Calendar Object

2004-04-29 Thread Joe Shevland
Well, its a bug I've never encountered in the months that I've been using 1.1... I've had to do very little date fiddling, and where I have, its been due to .NET either not sending timezone information, or not handling null dates properly. Joe > -Original Message- &g

Re: Help Needed - Performance Testing...

2004-04-26 Thread Joe Nall
t;ant clean" in ws-axis/java directory #3: run "ant" in ws-axis/java directory #4: run "ant clean compile run" in ws-axis/java/samples/perf directory powerbook:joe:~/src/ws-axis/java/samples/perf> !a ant clean compile run Buildfile: build.xml clean: [echo] Removing

Re: Document-style web services

2004-03-05 Thread Joe Nall
above syntax correct? If so where should the wsdl file go? in webapps/axis/WEB-INF/classes joe

Ant task to add wsdlfile to deployment wsdd ?

2004-03-05 Thread Joe Nall
I have a service whose deployment wsdd is automatically generated by wsdl2java. Is there an ant task, option to wsdl2java or other automated method (other than patch) to add /my.wsdl to the service section of the deployment wsdd? joe

Could not convert java.lang.String to bean field 'userId', type j ava.lang.String

2004-02-10 Thread Sackett, Joe
ame JDK as the working client application, please let me know if I should explore this option more completely. Any ideas are appreciated. TIA. - Joe [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>

Jboss 3.2.3+ vs Tomcat Axis Question

2004-01-07 Thread McDaniel, Joe
n for the JBoss implementation. Is there some feature set from Axis that is lost in using the Jboss approach that I am missing? Best, Joe

RE: Enumeration Question

2003-12-10 Thread McDaniel, Joe
String() { return _value_;} public java.lang.Object readResolve() throws java.io.ObjectStreamException { return fromValue(_value_);} } I can then use DataFormatType.RAW exactly as one might with the simple enumeration (same as if I used DataFormatType._value1 or DataFormatType._RAW above).

RE: Enumeration Question

2003-12-10 Thread McDaniel, Joe
Stuart, I submitted a revised class for producing enumerations that will produce more user-friendly enumerations (no VALUE1 stuff) and is still compatible with the old code set. If you limit your enumerated list to items without spaces, then you can get an enumeration that is usable. Best, Joe

RE: Enumeration Question

2003-11-20 Thread McDaniel, Joe
s, then it will automatically generate useful values. IMHO, one should simply replace spaces with _ and generate HO_HO_HO instead of VALUE1. Joe -Original Message- From: McDaniel, Joe Sent: Thursday, November 20, 2003 10:05 AM To: [EMAIL PROTECTED] Subject: RE: Enumeration Question Hi A

RE: Enumeration Question

2003-11-20 Thread McDaniel, Joe
n, then the enumerations would be much more useful at compile time. Best, Joe -Original Message- From: Albert Lin [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 19, 2003 5:09 PM To: [EMAIL PROTECTED] Subject: Re: Enumeration Question This is because wsdl2java generates "ty

Re: Axis and OSA /Parlay APIs

2003-11-19 Thread Joe McIntyre
to be made available through the 3GPP input contribution process in January (same content for ETSI and The Parlay Group if you get content from either of these sources). Feel free to send email to me directly for more information. Joe McIntyre Chair, Web Services Working Group, The Parlay Group

Enumeration Question

2003-11-19 Thread McDaniel, Joe
.? Best, Joe McDaniel

RE: multi language support in Axis

2003-11-11 Thread McDaniel, Joe
Soniya, SOAP should not really care what language is being used inside of the objects it passes unless you are rendering directly from the SOAP wrapped objects. Did you try your application without doing anything special? Best, Joe -Original Message- From: Shah, Soniya M. [mailto

RE: Performance comparison 2

2003-09-12 Thread McDaniel, Joe
-- no time to open socket, etc. The only reason for Axis/SOAP is language neutrality IMHO. Joe -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 1:53 AM To: [EMAIL PROTECTED] Subject: Performance comparison 2 We've implemented a tes

Re: OutOfMemoryError

2003-08-29 Thread Joe Shevland
aded methods for the array properties, could this be an issue? Anyway, I sound lazy to my own ears now so I'll dig further and hopefully find something useful. Joe

RE: Axis in Sybase Adaptive Server Enterprise 12.5?

2003-07-25 Thread McDaniel, Joe
Title: Message Doh! The JVM in Sybase is either 1.1.8 or 1.2.? (depending on whether you read the docs or believe the DBA, respectively). Hence, the problem. If it is 1.2.?, SOAP might work.   Joe

Axis in Sybase Adaptive Server Enterprise 12.5?

2003-07-24 Thread McDaniel, Joe
still no help.   Best,   Joe McDaniel Institute for Genomic Research Rockville, MD

Exception help

2003-06-11 Thread Joe Osowski
Title: Exception help I use WSDLtoJava to generate stubs from the following WSDL file: http://devel.responsivesolutions.net/wmg/main/ws_pull_shipping_info.php?wsdl Compile and test and I get the following exception: .. - Could not convert [[Ljava.lang.Object; to bean field 'packages',

RE: REPOST - RE: calling gSoap server from Axis client - "method not implemented" error

2003-02-26 Thread Joe Johannsen
o pass an int to the gSoap WS but haven't figured out how to do that with Axis - only strings. -- Joe At 12:25 PM 2/21/2003 -0500, Mike Burati wrote:   QName is simply a holder for qualified names (local name plus namespace URI).   I don't know anything about gSoap and have never used it, but

REPOST - RE: calling gSoap server from Axis client - "method not implemented" error

2003-02-21 Thread Joe Johannsen
Didn't get any suggestions on this so thought I'd ping one more time. Does gSoap work well with Axis? What are some debugging tips for me? Where can I read about QName()? Thanks, Joe At 01:10 PM 2/19/2003 -0800, Joe Johannsen wrote: What I meant is I'm calling a web service cal

RE: calling gSoap server from Axis client - "method not implemented" error

2003-02-19 Thread Joe Johannsen
eems to indicate it's not finding it at all. Could it be that the method signature is different because I have the i/o params wrong? -Joe At 03:47 PM 2/19/2003 -0500, Mike Burati wrote:   Your email description says you're calling a "server" named magic, but in the code you set th

calling gSoap server from Axis client - "method not implemented" error

2003-02-19 Thread Joe Johannsen
e to Axis I could also use tips on where I can read something in detail on QName() - I don't have an understanding of what that is doing or why http://soapinterop.org is referenced there. Thanks, Joe --

Re: .so files for AXIS

2003-02-16 Thread Joe
Try exporting the ENV variable before you call your program: export LD_LIBRARY_PATH=path_to_so set this in your shell, or in the script that starts the java program. hope it helps, joe Robert Morse wrote: Within my AXIS service, I need to call some legacy code that is in a .so file. I

RE: Altering default service page

2003-01-16 Thread Joe Shevland
> > Thanks for the advice (I should have thought of that) and > it's worked > > well - I've just subclassed AxisServlet at this stage and have > > overridden the doGet() method. I'm checking for an empty or > null query > > string, and when found I'm redirecting to a URL based on > the name of t

RE: Altering default service page

2003-01-16 Thread Joe Shevland
name of the service being called (obtained from getRequestURI()). Cheers, Joe PS. The code is trivial but in case someone needs it down the track: public void doGet(HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException { // Test for a

Altering default service page

2003-01-14 Thread Joe Shevland
rameters? I've searched the latest CVS source code for those words but haven't managed to find them (odd, is it gone in HEAD?). Ultimately I'd like to display some HTML documentation about the service when accessed with a simple HTTP GET. Cheers, Joe

Sending DataSet equivalent from Java and dateTime conv

2003-01-11 Thread Joe Shevland
D schema). Alternatively any ammo saying this approach is madness and the DataSet should be built back up on the client is OK too ;) Cheers, Joe Shevland E-Wise Solutions Pty Ltd --- * Example of the kind of response the VB.NET client could use as a DataSet (I think): http://tempuri.or

RE: Packaging Axis...

2003-01-03 Thread Joe Hanink
ple, I have the Axis webapp deployed in the same instance of Tomcat that I have my custom webapp. But, the two different webapps show completely different web services deployments. - Original Message - From: "Joe Hanink" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>

RE: Packaging Axis...

2003-01-02 Thread Joe Hanink
#x27;ll need to load the axis context (see server.xml) If you want to call the service from your custom web app context, http://somehost/yourContextPattern/services/MyService?wsdl, don't load the axis context. Joe Hanink -Original Message- From: James Carman [mailto:[EMAIL PROTECT

out of memory exception

2003-01-02 Thread Joe Hanink
interested in providing a cross-app integration point based on soap.  Does anyone have any recommendations or comments about the pros & cons for these two approaches or any other for that matter?     Joe Hanink Threedeep, Inc

Re: Axis and Linux JVM crashing

2002-12-30 Thread Joe
the connection is reset by peer. Doesn't crash with BEA JVM or IBM JVM, however. joe Hello, I am having a consistent linux jvm crash using Axis, and trying to serialize large Objects. I am using RH 7.3, Sun JVM J2sdk1.4.1_01, Tomcat 4.1.12 and Axis 1.0. Again, it only seems to

SOAPMessage read-only?

2002-11-21 Thread Joe
to. I have already extensively searched the archives. Any help very much appreciated. Thanks, Joe __ Do you Yahoo!? Yahoo! Mail Plus – Powerful. Affordable. Sign up now. http://mailplus.yahoo.com

Re: <><> SERVICE CONVERTING DB VALUES TO XML <><>

2002-11-21 Thread Joe
Hi Asbell, http://www.rpbourret.com/xmldbms/ http://www.rpbourret.com/xml/XMLDatabaseProds.htm and choose 'XML Middleware' --- "Asbell, Jonathan" <[EMAIL PROTECTED]> wrote: > Hello all. While using "Axis" I have been searching > for a java package that > extracts DB data into xml format. I fo

NoSuchMethodError while attempting to run admin

2002-11-18 Thread Joe Morse
d.run(../WorkerThread.java:75) -- I can't access the web services list either. Has anyone run into this? Thanks, Joe

Problem with servlet engine config file - in Release 1.0

2002-10-28 Thread Joe Susai
Hi, I just downloaded Release 1.0. I tried to do the instant deployment as described in user's guide. When I tried the http://localhost:8080/axis/Calculator.jws I get the following error on my tomcat console. [INFO] Registry - -Loading registry information [INFO] Registry - -Creating new Regist

Re: JDK 1.4 Java aint finding javax.*

2002-07-23 Thread Joe
> > Found SAAJ API (javax.xml.soap.SOAPMessage) at > > F:\Tomcat\webapps\axis\WEB-INF\lib\saaj.jar > > Found JAX-RPC API (javax.xml.rpc.Service) at > > F:\Tomcat\webapps\axis\WEB-INF\lib\jaxrpc.jar > > it is still pickign these up from the webapp, rather > than common/lib; I dont > know if that i

Re: JDK 1.4 Java aint finding javax.*

2002-07-23 Thread Joe
ROTECTED]> wrote: > > - Original Message - > From: "Joe" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, July 23, 2002 1:45 PM > Subject: Re: JDK 1.4 Java aint finding javax.* > > > > Hi, > > > > Thanks for

Re: JDK 1.4 Java aint finding javax.*

2002-07-23 Thread Joe
in the catalina_home\common\lib > This is Tomcat 4.0 specific > > > - Original Message - > From: "Joe" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, July 22, 2002 10:21 PM > Subject: JDK 1.4 Java aint finding javax.* > > >

JDK 1.4 Java aint finding javax.*

2002-07-22 Thread Joe
Hi, I'm trying to set axis up. JDK 1.4, axis 1, tomcat 4.0.4. I don't understand the NoClassDef, as it can't find javax?? It should always find javax.* shouldn't it? Perplexing me. Regards, Beri java org.apache.axis.wsdl.WSDL2Java http://localhost:8080/axis/CalculatorService.jws?wsdl java.lang.

J2EE, JSE, JBOSS.net

2002-06-26 Thread Joe Harrison
I have installed and configured Axis with Tomcat and Java Standard Edition. Is there any advantage to using JBOSS.net, or Axis with J2EE as opposed to standard edition? Can EJBs be used with my current configuration or do I need to “upgrade”?

RE:RE:Axis web services for MySQL Connection.

2002-06-04 Thread Joe Harrison
___ Thomas Herbstreuth - [EMAIL PROTECTED] Telefon: +49 711 735 760 0 Telefax: +49 711 735 760 5   -Original Message- From: Joe Harrison [mailto:[EMAIL PROTECTED]] Sent: Monday, June 03, 2002 8:57 PM To: [EMAIL PROTECTED] Subject: Axis web services for MySQL Connection. I just setup

Axis web services for MySQL Connection.

2002-06-03 Thread Joe Harrison
I just setup Axis last week. My plan was to use Axis for database connectivity to MySQL. But I cannot find any examples of anyone using Axis with JDBC (or specifically the MM MySQL driver). I even bought several books, and one that is Axis-centric, but found no database examples…Am I on the

RE: RES: AW: How do you pass an XML document between Axis and .Net Cl ient?

2002-05-31 Thread Joe Harrison
I just started developing with .net and Axis yesterday...so I'm not sure if I'm even qualified to answer this question or if this is even the answer that you are looking for...but this is how I do it...(at least when my Axis would still compile:) ) In VS.net under your solution explorer...right

WSDL Compile error

2002-05-31 Thread Joe Harrison
After rebooting my RH7.3 Linux box today Axis will no longer compile .jws files. I even renamed a .jws file that I had compiled previously and it still would not compile. This is what I get. AXIS error Sorry, something seems to have gone wrong... here are the details: Error while compi

RE: Axis beginner

2002-05-28 Thread Joe Harrison
you've got several days to several weeks of coming-up-to-speed ahead of you. You don't run php via axis. There isn't a real servlet[s] directory. I apologize for any mistakes in the above. Heitzso On Tue, 2002-05-28 at 13:41, Joe Harrison wrote: > I want to develop application

RE: Axis beginner

2002-05-28 Thread Joe Harrison
services as detailed in the Axis docs. Make sure you put all the correct jars into the lib folder! You can run tomcat with /bin/catalina.sh run On Tue, 2002-05-28 at 18:41, Joe Harrison wrote: > I want to develop applications using Visual Studio .net but use Linux > with MySQL and Apache Axis (f

Axis beginner

2002-05-28 Thread Joe Harrison
I want to develop applications using Visual Studio .net but use Linux with MySQL and Apache Axis (for web services) on the back-end. Prior to this I have been developing web-based applications using PHP, ColdFusion, and MySQL. I know there is already a great deal of documentation on the int

problem with complex data types and Delphi

2002-03-13 Thread Joe Russov
he complex type is a struct, not an array (simple types work fine). Everything works without problems when I generate both the server and the client with WSDL2Java. Any help would be appreciated. Thanks, Joe PS: My return type is also a struc

Question about message formats from WSDL2Java generated clients.

2002-02-08 Thread Joe Cortopassi
I've been looking at the messages that generated clients from different systems produce for a WSDL file I wrote. The WSDL file (see attached file) contains 8 different operations whose soap binding uses different variants of style and use, along with message parts that use type and element. That

NullPointerException from WSDL2Java with no style in soap:binding

2002-02-07 Thread Joe Cortopassi
I hope this is the right list to report bugs to... I took an Axis generated wsdl file (see attachment) from the stock sample and removed the style attribute from the soap:binding element (all the soap:operation elements include a style). This gets a NPE from WSDL2Java with the stack trace: ja