Solved:Easy question:returned string too short

2002-09-17 Thread Gionata Gelati
It was only due to firewall settings. Thanks anyway. On Tue, 17 Sep 2002, Gionata Gelati wrote: > 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 m

Re: Unable to run attachments demo

2002-09-17 Thread Shimon Crown
Thanks for the really prompt reply - that did the trick !! Regards, Shimon - Original Message - From: Ramon Turnes <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 18, 2002 9:51 AM Subject: RE: Unable to run attachments demo > You need mailapi.jar. You can downlo

AW: Logging II

2002-09-17 Thread Ballard, Margaret
Hi Torsten, Take a look at example4 in the axis/samples/userguide directory. I used this as a base for writing a custom logger for our webservice. Hope this helps, Margaret Ballard -Ursprüngliche Nachricht- Von: Torsten Rüger [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 18. Septembe

Logging II

2002-09-17 Thread Torsten Rüger
Moi a simple question, for which I have no answer _after_ reading the docs. How do I write a custom Logger and install it in Axis ? Any help appreciated, Torsten

RE: Unable to run attachments demo

2002-09-17 Thread Ramon Turnes
You need mailapi.jar. You can download it from: http://java.sun.com/products/javamail/ you will also need activation.jar which you can download from: http://java.sun.com/products/javabeans/glasgow/jaf.html the problem is that somebody was so smart to throw an exception which the message "No s

Unable to run attachments demo

2002-09-17 Thread Shimon Crown
Axis RC1, Tomcat 4.1, JDK 1.4.1 When I run the attachments demo I get the following nasty exception C:\axis-1_0>java samples.attachments.EchoAttachment -lhttp://shimonc-nt/axis/servlet/AxisServ let test.txt java.io.IOException: No support for attachments AxisFault faultCode: {http://xml.apache

RE: Session scope and threaded request?

2002-09-17 Thread Ramon Turnes
In case of session scope, each session has its own instance of the service class independently of which thread invokes the exposed methods. I suppose that the servlet engine starts a new thread for each request, at least MessageContext.getCurrentContext() works in such manner. In case of applicat

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

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 /axis/services/GreetingOpSe

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 run AdminClient 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

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 [] metho

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

RE: Session scope and threaded request?

2002-09-17 Thread Alan Moore
AFAIK the behavior is what you would expect from the corresponding servlet session/app behavior. alan > -Original Message- > From: Rajal Shah [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 17, 2002 4:18 PM > To: [EMAIL PROTECTED] > Subject: Session scope and threaded request? > >

jdk1.1.8

2002-09-17 Thread Emily Short
Will any axis releases work with jdk1.1.8?   Thanks

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 requ

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 enco

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 > and the parameters

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. > > > > > > > -Original Message- > From: Har

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. -Original Message- From: Harish Prabandham [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 12:57 PM To: [EMAIL PROTECTED] Subject: Axis generated SOAP question. Hi, I noticed th

Axis generated SOAP question.

2002-09-17 Thread Harish Prabandham
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 and the parameters are seems to be refer to the multiRef element using href. For example:

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 informa

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 send

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 the

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 stu

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] Su

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

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? --

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

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

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.

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()"); } Mes

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

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