RE: Build problems using RC1

2002-09-17 Thread Ramon Turnes
This classes are now in saaj.jar. So include this file in your classpath. Regards. -Original Message- From: Navneet Raja [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 4:39 AM To: '[EMAIL PROTECTED]' Subject: Build problems using RC1 Hi All, I downloaded the RC1

Re: Logging

2002-09-17 Thread Torsten Rüger
Moi does anyone have any idea about the problem below ? Hello, I don't get my logging to work, maybe someone could help ? I have written an implementation of org.apache.commons.logging.Log . But I can't influence the environment or java startup command. So I need to set the log propert

RPC problems?

2002-09-17 Thread nbrennan
BDY.RTF Description: RTF file

Re: (de)serialization of an object which contains an array of another custom object without building custom (de)serializer classes

2002-09-17 Thread Sorin Pop
Title: RE: (de)serialization of an object which contains an array of another custom object without building custom (de)serializer classes Thanks, Mark,for your answer, but the truth is that it doesn't help me much in solving my problem. Could you be more specific, please, about how I can

Easy question:returned string too short

2002-09-17 Thread Gionata Gelati
Hello, I am experiencing problems with a returned string. It si returned, but the string does not hold all of the desired information. Is this because of an axis engine limitation or is it my app (I checked but human are prone to errors...) Many Thanks Jonathan

Custom http headers ...

2002-09-17 Thread Wayne Yan
Currently using RC1 for client invocations Has anyone have any ideas why the org.apache.axis.client.Call resets the message context on invoke(). public void invoke() throws AxisFault { if (log.isDebugEnabled()) { log.debug(Enter: Call::invoke()); }

RE: Chicken-Egg problem with Java2WSDL/WSDL2Java

2002-09-17 Thread Volkmann, Mark
Title: RE: Chicken-Egg problem with Java2WSDL/WSDL2Java Here's how I get around the problem. I use Ant to run WSDL2Java. The target that does that tells WSDL2Java to send the files it generates to a directory called gen. After that, Ant copies the files I want into my src directory.

RE: server-config.wsdd

2002-09-17 Thread Volkmann, Mark
Title: RE: (de)serialization of an object which contains an array of another custom object without building custom (de)serializer classes server-config.wsdd contains descriptions of all the deployments you've made using AdminClient. When you run AdminClient with the list option it just dumps

Tomcat Axis NullPointer

2002-09-17 Thread Joerg Froehlich
Hi there, i generate (i hope successfully ;-) a web-service with Java2WSDL. But after i deployed the classes and wsdl file within Tomcat i never manage to run it. I the Tomcat Console i get the following message - The class org.apache.axis.MessageContext does not contain a default constructo

Can't generate WSDL

2002-09-17 Thread Byrne Reese
I have been using Axis RC1 trying to use WSDL4J to generate WSDL for me using the http://localhost/axis/Service?WSDL method. But whenever I hit the URL, I get a Can't generate WSDL message in HTML. Am I missing something simple and essential, or are other experiencing this problem as well? --

Re: Can't generate WSDL

2002-09-17 Thread James Black
Byrne Reese wrote: I have been using Axis RC1 trying to use WSDL4J to generate WSDL for me using the http://localhost/axis/Service?WSDL method. But whenever I hit the URL, I get a Can't generate WSDL message in HTML. Am I missing something simple and essential, or are other experiencing this

RE: Can't generate WSDL

2002-09-17 Thread Byrne Reese
Yes of course - I am sorry, I did - I mistyped the URL. The log files do not show any failures or anything, and I have set everything to log a DEBUG level. :/ -Original Message- From: James Black [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 8:04 AM To: [EMAIL PROTECTED]

Re: Can't generate WSDL

2002-09-17 Thread James Black
Byrne Reese wrote: Yes of course - I am sorry, I did - I mistyped the URL. The log files do not show any failures or anything, and I have set everything to log a DEBUG level. :/ If you have Tomcat running (ensure that), then there should be some response. If you don't have the server stubs

Re: Tomcat Axis NullPointer

2002-09-17 Thread Prabhakar Chaganti
Check the log in tomcat_dir/logs. it should give you a stack trace that can narrow it down. -prabhakar --- Original Message i generate (i hope successfully ;-) a web-service with Java2WSDL. But after i deployed the classes and wsdl file within Tomcat i never manage to run it. I

Questions about SOAP Attachments

2002-09-17 Thread Vikas Manocha
Hi Axis Users, I am working on the design of a SOAP based web service in which the service will need to send large amounts of text data as part of the response. From what I have read so far, SOAP attachments is one way to accomplish this. gzip can be used to to compress the attachment before

Questions about Axis JDK compatibiltiy

2002-09-17 Thread Padmanaban, Duraiswamy
Hi, I have an existing client using jdk 1.1 is it possible for this application to talk to Axis ? Is there any limitation on JDK versions ? Thanks, VP. ** This message, including any attachments, contains confidential

RE: Axis generated SOAP question.

2002-09-17 Thread Ramaswamy, Muthu
Set the sendMultiRefs to false in the server-config.wsdd file. You will get inline data. globalConfiguration parameter name=sendMultiRefs value=false/ /globalConfiguration -Original Message- From: Harish Prabandham [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 12:57 PM

RE: Axis generated SOAP question.

2002-09-17 Thread Harish Prabandham
Thanks for the response. Is there a way to prevent client from sending multiRefs? Harish Ramaswamy, Muthu [EMAIL PROTECTED] wrote: Set the sendMultiRefs to false in the server-config.wsdd file. You will get inline data. globalConfiguration parameter name=sendMultiRefs

Re: Axis generated SOAP question.

2002-09-17 Thread Ricky Ho
Use document/literal encoding At 12:56 PM 9/17/2002 -0700, you wrote: Hi, I noticed that the SOAP generated by Axis clients is different from what I expected. Whenever, the request/reply messages contain a complexType as a parameter then the generated SOAP seems to use multiRef and the

RE: Axis generated SOAP question.

2002-09-17 Thread Paresh Kapadia
How do you use document/literal encoding, where do you specify it for a particular service. -Original Message- From: Ricky Ho [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 2:07 PM To: [EMAIL PROTECTED] Subject: Re: Axis generated SOAP question. Use document/literal

Session scope and threaded request?

2002-09-17 Thread Rajal Shah
Hello. When the scope of the service is session, then do each request come as a separate thread and invokes the appropriate method in the class (like the servlet behaviour?) If not, do I need to extend my service class to a predefined Axis class get this behavior? Any blurb on how the

Deploying AXIS services in iAS6.5

2002-09-17 Thread Sharmin Choksey
Folks, Am attempting to deploy services in AXIS on iAS6.5 (iPlanet Application Server 6.5) using AdminClient. The AXIS install/deploy as a .war file into a module was successful - in that I got the AdminService to run OK. When I tried to deploy any sample - MyService to this installation using

Sending org.w3c.dom.Document and java:MSG

2002-09-17 Thread Gregor Kovaè
Hi! In User's Guide of Axis there is stated that Axis supports messaging with three types of methods: public Element [] method(Vector v); public Document method(Document doc); public void method(MessageContext mc); The sample in samples/messaging is using the first method (public Element []

server-config.wsdd is not written to WEB-INF

2002-09-17 Thread Shimon Crown
JDK 1.4.1 - Axis RC1 - Apache (latest version)/Tomcat 4.1 on Windows NT4 workstation - using sample webapp. When I runAdminClient the server places the resulting server-config.wsdd in C:\WINNT\Profiles\XXX\Start Menu\Programs\Apache Tomcat 4.1 where XXX is my user name instead of in the

Problem with literal encoding??

2002-09-17 Thread Harish Prabandham
Hi, I created a simple Hello WSDL service and I got it working using SOAP encoding. Since it was using multiRefs, I changed it to literal encoding and the server side throws an exception. Can someone explain me whats going on? I am also attaching the WSDL files. POST

Re: server-config.wsdd is not written to WEB-INF - supplemental

2002-09-17 Thread Shimon Crown
Searching through the archives I see that this bug has been reported before on this list. I don't see any e-mails on it in the developers list. I couldn't find this Bugzilla but I am not familiar with the somewhat complicated interface to this program so I may well be wrong here. Does anyone know