Re: Method not executing

2004-09-27 Thread tony . q . weddle
Chris, From your posts, it seems as though your service is working and the client is getting a response (even though it's an empty response). The only problem is that you aren't able to get any log messages out of your code and it appears to be ignoring your various code changes (including throwi

RE: taglib in web.xml

2004-09-27 Thread tony . q . weddle
Chris, Try posting your web.xml here. It sounds like it's screwed up; maybe someone here can spot the problem. Tony I keep getting taglib errors.  It says that taglib must match Doctype root null.  I'm not using any jsp's. Chris

Re: Installation troubles

2004-09-27 Thread Keeran Hawoldar
Ah ha! It would seem my understanding of how file inclusion / dependancies / etc works with java and tomcat is slightly lacking! I had multiple instances of the jars all over the place assuming that somewhere in the local/global class path they would be included correctly - this was what caused t

Re: Installation troubles

2004-09-27 Thread jayachandra
Hey Kee! Best bet is to have all the jars in axis/web-inf/lib directory rather than in common/lib Then you shouldn't be getting any such errors. HTH, jayachandra On Tue, 28 Sep 2004 06:58:49 +0100, Keeran Hawoldar <[EMAIL PROTECTED]> wrote: > Update: > > In the tomcat logs the root cause is: >

Re: Installation troubles

2004-09-27 Thread Keeran Hawoldar
Update: In the tomcat logs the root cause is: === - Root Cause - java.lang.ExceptionInInitializerError at org.apache.commons.discovery.jdk.JDKHooks.(JDKHooks.java:75) === caused by: === Caused by: java.security.AccessControlException: access denied (java.lang.RuntimePermission c

WSDL2Ws generates illegal variable names

2004-09-27 Thread Verma, Manish
I generated C++ client stubs for my wsdl file and the generated header files contain many instances of declarations like "xsd__string X509IssuerSerialType>X509IssuerName;". The schema file has a X509IssuerSerialType complex type with X509IssuerName as string element. Any clue??? Thanks Manish

RE: Sending & receiving an object tree as an attachment?

2004-09-27 Thread Tami Wright
I have code in zip format that the list-server, of course, rejected when I tried to attach it. For anyone who wants please contact me directly. [EMAIL PROTECTED] Tami -Original Message- From: James CE Johnson [mailto:[EMAIL PROTECTED] Sent: Monday, September 27, 2004 5:08 PM To: [EMAIL

Sending & receiving an object tree as an attachment?

2004-09-27 Thread James CE Johnson
Tell me if this is even remotely sane... Lets say I have an object tree and I know how to turn it into something (maybe XML, maybe a serialized goo, whatever...). Now lets say I'm smart enough to create a DataSource such that my Axis server can attach the object tree to the response it sends the

RE: Array of Objects in Axis and .NET interop

2004-09-27 Thread mmosttler
I tried this same approach but I then received an unknown element exception with the Axis Java client. In addition I didn't care for the defaulted hardcoding of the "item" name which was causing problems in the .NET client (especially in a situation where the modification of the generated .NET cli

Is this fault interoperable?

2004-09-27 Thread abuse
I've included a fault response and excerpts from the WSDL below. Will .NET and other implementations understand this fault? If not, what do I need to do to get something that most implementations will understand? Note that the faultstring in the response below is empty. However, I'll provide a

RE: taglib in web.xml

2004-09-27 Thread Hubble, Christopher
I keep getting taglib errors. It says that taglib must match Doctype root null. I'm not using any jsp's. Chris -Original Message- From: Barlotta, Timothy - Arlington, VA - Contractor [mailto:[EMAIL PROTECTED] Sent: Monday, September 27, 2004 4:47 PM To: [EMAIL PROTECTED] Subject: RE: ta

RE: taglib in web.xml

2004-09-27 Thread Barlotta, Timothy - Arlington, VA - Contractor
> What exactly are the taglib fields in the web.xml file for? In older web applications they were used to identify tag libraries used in the application. In more recent versions of the servlet specification they are not needed (but still supported). They are not needed for a web service at all.

taglib in web.xml

2004-09-27 Thread Hubble, Christopher
What exactly are the taglib fields in the web.xml file for? Chris

Taglib Null Error

2004-09-27 Thread Hubble, Christopher
I'm getting a "Document root element "taglib", must match DOCTYPE root "null"." error. From what I can tell, this is an error in the web.xml file, but I can't figure out what I need to change to fix it. Chris

Re: Axis 1.2beta + JBoss 4.0.0 troubles (newbie)

2004-09-27 Thread Francisco Figueiredo Jr.
Stefan Champailler wrote: Thank you for the answer, I'll look at that. Hi, did you try to use the standard configuration? jboss -c standard I don't know if this may be the root of problem, but class loader configuration changed a lot in the jboss 4.0 default configuration to become j2ee spec com

RE: Method not executing

2004-09-27 Thread Greg Michalopoulos
Alter your method to return a boolean. Try adding some error debugging in your method and return true if you think it was run correctly and false if not. Log4j - you need to set up a config file and then you can call methods from you method to log info. Its from apache and has good documentation

RE: two axis-ized services in one servlet container

2004-09-27 Thread Matt Valerio
That did the trick... Thanks. -Original Message- From: Brian H. Ward [mailto:[EMAIL PROTECTED] Sent: Monday, September 27, 2004 2:46 PM To: [EMAIL PROTECTED] Subject: Re: two axis-ized services in one servlet container Try moving the axis common code up to the server level instead of bu

RE: Method not executing

2004-09-27 Thread Hubble, Christopher
I'm using tomcat, but it's being run as an NT service. Chris -Original Message- From: Sagar Pidaparthi [mailto:[EMAIL PROTECTED] Sent: Monday, September 27, 2004 4:06 PM To: [EMAIL PROTECTED] Subject: RE: Method not executing Are you using TomCat? All your output may be directed to t

RE: Method not executing

2004-09-27 Thread Sagar Pidaparthi
Are you using TomCat? All your output may be directed to the shell/command window from where you are starting Tomcat. Sagar -Original Message- From: Hubble, Christopher [mailto:[EMAIL PROTECTED] Sent: Monday, September 27, 2004 12:54 PM To: '[EMAIL PROTECTED]' Subject: RE: Method not

RE: Method not executing

2004-09-27 Thread Hubble, Christopher
The return SOAP message is a empty Response message. I'm not returning anything from the method. All it does is insert data into a database. However, I can't even tell if it's running. I've tried println's and runtimeexceptions, and neither seem to work. I even tried creating a file so that I c

RE: Method not executing

2004-09-27 Thread Hubble, Christopher
I don't have a server console. I'm just dropping the class files into Axis's WEB-INF/classes dir and then connecting to it with my client. I've tried creating a file on the server and writing to that, but that doesn't work either. Chris -Original Message- From: Sagar Pidaparthi [mailto:

RE: Method not executing

2004-09-27 Thread Sagar Pidaparthi
In my case, the prints come up on my server console. My server is running with in WSAD, so it depends on where you are running the server. I would imagine that there should be something similar in Weblogic, etc. Regards Sagar -Original Message- From: Hubble, Christopher [mailto:[EMAIL P

RE: Method not executing

2004-09-27 Thread Sagar Pidaparthi
1. Did you check if the services are really deployed? Are you able to get a list of deployed web services? Check if you are able to obtain a wsdl dynamically from a running server. The URL will look something like this http://localhost/XX/servlet/AxisServlet X is depenedent on where y

Re: Installation troubles

2004-09-27 Thread Keeran Hawoldar
Hi Tami, Thanks for the response - I did have problems earlier in the installation that called out for activation.jar so I downloaded that from sun.com and put it in common/lib. That took the core errors down from 2 to 1, still leaving the problem with axis.jar. Keeran On Mon, 27 Sep 2004 13:48:

RE: Installation troubles

2004-09-27 Thread Tami Wright
Hi Keeran, Try putting activation.jar in the same directory (common/lib). Tami -Original Message- From: Keeran Hawoldar [mailto:[EMAIL PROTECTED] Sent: Monday, September 27, 2004 1:33 PM To: [EMAIL PROTECTED] Subject: Installation troubles Hi all, I've been searching through the user

Re: two axis-ized services in one servlet container

2004-09-27 Thread Brian H. Ward
Try moving the axis common code up to the server level instead of buring it into both WAR files. Java can have issues when ClassLoaders are used to insulate various "contexts" within a single JVM process. We see [have seen] this a lot in WebSphere, though not explicitly with Axis. It can manifec

RE: Method not executing

2004-09-27 Thread Hubble, Christopher
I've checked the server and it gives me the WSDL, and the SOAPMonitor shows the messages being sent and returned. But none of my code seems to execute. Is there any way to log the method to show that it's executing? Chris -Original Message- From: Sagar Pidaparthi [mailto:[EMAIL PROTECTED

Installation troubles

2004-09-27 Thread Keeran Hawoldar
Hi all, I've been searching through the user archives for a solution to my problem but haven't found anything so I hope you don't mind me mailing this out. I have put the axis webapp into the webapps dir of my tomcat installation (tomcat4 debian package). I copied all of the jars from the axis pa

RE: Array of Objects in Axis and .NET interop

2004-09-27 Thread Eric Chijioke
Tami, Here's what I've done to make it work with .NET: I've located the following code in the org.apache.axis.encoding.ser.ArraySerializer.serialize() method And in both places, commented out the if(...) condition in order to place an array wrapper around the elements for arrays specified using t

Method not executing

2004-09-27 Thread Hubble, Christopher
I'm deploying a client and server from a WSDL. I created all of the files with WSDL2Java, and set them up on the server and client. However, whenever I call the methods from the client, they don't appear to run on the server. I'm not getting any errors at all. Also, none of my println's are show

RE: Method not executing

2004-09-27 Thread Sagar Pidaparthi
The fact that the SOAP message is being returned implys that your method has been executed. Do you think that the printlns are not showing up because the old jar is still being used? ( I presume that you have access to the service code). Sagar -Original Message- From: Greg Michalopoulos

Re: The automatically deployed ?wsdl document

2004-09-27 Thread Brian H. Ward
Did you check server logs? Axis is usually pretty good about dumping into the logs when things go awry. --- bhw On Mon, 27 Sep 2004 15:06:09 -0400, Robert Bateman <[EMAIL PROTECTED]> wrote: > I tried that Karim. I can "see" my service, but it appears I have something > mis-configured in my ser

RE: Method not executing

2004-09-27 Thread Greg Michalopoulos
You can use log4j to log execution of the method. Its included with the axis libs. What does the return SOAP message indicate happened on the server? Greg -Original Message- From: Hubble, Christopher [mailto:[EMAIL PROTECTED] Sent: Monday, September 27, 2004 2:33 PM To: '[EMAIL PROTEC

Re: The automatically deployed ?wsdl document

2004-09-27 Thread Robert Bateman
I tried that Karim. I can "see" my service, but it appears I have something mis-configured in my service as I can't seem to get the WSDL to display. Bob On Monday 27 September 2004 11:31 am, karim wrote: > Robert Bateman wrote: > >Apologies for the "newbie" question... > > > >I'm attempting to

RE: two axis-ized services in one servlet container

2004-09-27 Thread Matt Valerio
Anyone have any ideas or suggestions with this??? Bueller Bueller -Original Message- From: Matt Valerio Sent: Friday, September 24, 2004 11:02 AM To: Axis-User (E-mail) Subject: two axis-ized services in one servlet container I have configured two axis enabled webservices i

RE: Method not executing

2004-09-27 Thread Hubble, Christopher
-shrug- I dunno where the printlns would even show up since Axis is running the code. And I'm not running a jar. I deleted all of the old class files and recompiled them, with the same results. Chris -Original Message- From: Sagar Pidaparthi [mailto:[EMAIL PROTECTED] Sent: Monday, Septe