Re: AXIS problem

2002-03-25 Thread Jean-Marc Taillant
i started Axis through the admin page , and i get the last versino of Xerces but i got the same error on the client side ( but now the trace in the tunneling are good ( i can see 55.25 in the result of the stock sample) But i get an exception on client side - Original Message - From:

javax.xml.transform.Source in jaxrpc.jar ?

2002-03-25 Thread J. Matthew Pryor
There is a copy of javax.xml.transform.Source in jaxrpc.jar This class would ordinarily be found in xalan.jar wouldn't it ? Anyway the application I am working on uses WAS 4.0.2 with SERVER level module visibility, so the mismatched versions of javax.xml.transform.Source found in both xalan.jar

Segmentation Fault

2002-03-25 Thread Munjal H Kapadia
Hi, I have installed JDK 1.3.1, Tomcat 3.3, xerves 1.4.4 and axis beta1 Tomcat seems to be running fine. However, when I run example 1 as specified in the Axis doxumentation, I get segmentation fault. Help would be appreciated. thanks, Munjal

Re: MessageContext argument in service method

2002-03-25 Thread Ken Weiner
Glen, Thank you so much - that worked. Is having MessageContext as the first argument of a service method a thing of the past? -Ken - Original Message - From: "Glen Daniels" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 25, 2002 1:52 PM Subject: RE: MessageContext arg

WebSphere Installation procedures, please.

2002-03-25 Thread Rina Rivera
Hi everyone,   I have been unsuccessful in installing Axis on WebSphere 3.5.3. I get the infamous   "The requested URL /axis/services/AdminService was not found on this server"   error.   Has anybody been able to deploy Axis on WebSphere out there? Would you please send a list of instruct

Attachment sample

2002-03-25 Thread Paul Heesen
I'm having problems with the attachments samples. I've seen enough messages in the list archive to assume that the sample works when installed correctly and I've goofed up something. I'm running Axis beta1 with Tomcat 4.0.3. in a W2K environment. The EchoAttachment client sends the message fi

Fw: [Uddi4j-general] Latest UDDI4J Resources

2002-03-25 Thread Li Bing
Hi, all, Anybody can help me solve the following problem? Thanks so much! Li Bing - Original Message - From: "Li Bing" <[EMAIL PROTECTED]> To: "David Melgar" <[EMAIL PROTECTED]> Cc: "UDDI4JGeneral" <[EMAIL PROTECTED]>; "UDDI4JDev" <[EMAIL PROTECTED]> Sent: Monday, March 25, 2002 4:37 PM

RE: [wsdl2java] anybody used it with success with one of the rece nt build? (past 4 or 5 days)

2002-03-25 Thread St-Germain, Sylvain
Nonetheless, there is a problem with WSDL2Java it should not timeout if the process has started... i.e. the stream is open, the data is comming in... Sylvain. -Original Message- From: St-Germain, Sylvain [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 6:37 PM To: [EMAIL PROTECTE

RE: HREF BROKEN

2002-03-25 Thread Glen Daniels
Hi Richard! Doing it the way we do it now makes for fast and easy serialization. We simply serialize on the fly, and each time we come to a non-primitive we lay down an HREF, knowing that we'll write out the actual value at the end. Doing it the way you want to do it is much more complicated

RE: [wsdl2java] anybody used it with success with one of the recent build? (past 4 or 5 days)

2002-03-25 Thread St-Germain, Sylvain
I found it The default timeout is too short for me! 45 sec is nowhere near enough for my 120kb WSDL file... I tried -O 120 and got it... Sorry for polluting the list... Sylvain. -Original Message- From: St-Germain, Sylvain [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002

[wsdl2java] anybody used it with success with one of the recent build? (past 4 or 5 days)

2002-03-25 Thread St-Germain, Sylvain
Could one of the recent changes to wsdl2Java (proxy stuff and -O and ??) broke the tool for simple use case? I used to be able to do : java -cp %cp% org.apache.axis.wsdl.WSDL2Java -stav -o src file.wsdl or java -cp %cp% org.apache.axis.wsdl.WSDL2Java -stav -o src http://localhos

Serializer and Deserializer.

2002-03-25 Thread Vemuri, Vijay
Hi, Can anyone tell me how to use any other Deserializer other than the SimpleDeserializer ? And the code to do it ? I have a method which returns a String, but I want to use a different Deserializer than the SimpleDeserializer. Can you suggest a Deserializer for a String (which is actuall

RE: web service fails to run when has constructor

2002-03-25 Thread ajack
Try a public constructor, not a package-only one. public MyService(){ regards Adam -Original Message- From: Hui Deng [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 1:15 PM To: [EMAIL PROTECTED] Subject: web service fails to run when has constructor Hi All, Haven't find inf

Re: HELP! Java2WSDL

2002-03-25 Thread R J Scheuerle Jr
try: java org.apache.axis.wsdl.Java2WSDL -l"http://www.romulin.com"; com.romulin.soaptest com.romulin.soaptest must be in your classpath. Rich Scheuerle XML & Web Services Development 512-838-5115 (IBM TL 678-5115)

HREF BROKEN

2002-03-25 Thread Richard Emberson
It is my understanding that hrefs can be used in the case when an object is share by more than one other objects. With an href, the shared object can be serialized and those objects that have a reference to the shared object will be serialized with an element containing the href rather than the

RE: MessageContext argument in service method

2002-03-25 Thread Glen Daniels
Hi Ken: Try MessageContext.getCurrentContext(). --Glen > -Original Message- > From: Ken Weiner [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 25, 2002 4:49 PM > To: [EMAIL PROTECTED] > Subject: MessageContext argument in service method > > > Should I be able to include org.apache.a

MessageContext argument in service method

2002-03-25 Thread Ken Weiner
Should I be able to include org.apache.axis.MessageContext as the first argument to any method in my service? I have a working client/service that uses SimpleSessionHandler to stuff session IDs into the SOAP header with each request and response. Now, while in my service, I'd like to access the

RE: web service fails to run when has constructor

2002-03-25 Thread Dave Dunkin
Title: RE: web service fails to run when has constructor Try making the constructor public. By adding a constructor with the default access level, the service class can only be instantiated by a class within the same package. Dave -Original Message- From: Hui Deng [mailto:[EMAIL PRO

RE: Problem in WSDL2Java with overloaded methods

2002-03-25 Thread BEERS,NANCY (HP-NewJersey,ex2)
Thanks. That worked great. -Original Message-From: St-Germain, Sylvain [mailto:[EMAIL PROTECTED]]Sent: Monday, March 25, 2002 3:27 PMTo: [EMAIL PROTECTED]Subject: RE: Problem in WSDL2Java with overloaded methods You need to explicitely define the mapping between your ope

RE: Problem in WSDL2Java with overloaded methods

2002-03-25 Thread St-Germain, Sylvain
You need to explicitely define the mapping between your operations and your message using the name attribute.    Try the attached overloading.wsdl -Original Message-From: BEERS,NANCY (HP-NewJersey,ex2) [mailto:[EMAIL PROTECTED]]Sent: Monday, March 25, 2002 3:25 PMTo: 'Axis-Us

Problem in WSDL2Java with overloaded methods

2002-03-25 Thread BEERS,NANCY (HP-NewJersey,ex2)
Hi,   I am trying to generate stub classes for the attached WSDL.  It has two add methods, one that takes two integers, and one that takes three integers.  The stubs that are being generated contain two add methods, but both of them have three integer parameters.  Is there a mistake in my WS

web service fails to run when has constructor

2002-03-25 Thread Hui Deng
Hi All, Haven't find info regards to it, so I post it here. Just want to be sure that the the java class be deployed as Web Service should not have default constructor explicitly. For example, when I deployed the following service and run, I got error said: java.lang.IllegalAccessException: C:Ap

RE: Collection serializer ??

2002-03-25 Thread Glen Daniels
Hi Lene: Axis knows natively how to serialize Lists, so Vectors, ArrayLists, etc. will all serialize to SOAP arrays right out of the box. In looking at the Collection class, I see no reason we couldn't serialize an arbitrary Collection. I had been under the impression that Collection was al

log4j.properties could not instattiate

2002-03-25 Thread Liu, C.C
Hi, I'm playing with Axis beta1 and always got the java.lang.ClassNotFoundExcepton saying could not found log4j.properties. I understand that log4j.properties is in axis.jar which is the first element in my classpath already. Can anyone tell me how to eliminate this error? Should I extrat this fi

Re: AXIS problem

2002-03-25 Thread Steven J Baker
Did you start the AXIS server through the admin page after starting Tomcat? Jean-Marc Taillant wrote: > Hi all, > > I use Tomcat 3.3a with Axis beta1. I try to list ( or to deploy too) the > services installed on Axis with the following command: > > java org.apache.axis.client.AdminClient

logging level

2002-03-25 Thread Maciek Kaminski
Hi, How to set axis logging level to debug? Maciek Kaminski [EMAIL PROTECTED]

RE: StockQuote problems

2002-03-25 Thread John Surnow
Jean Marc,     Try using a more recent SAX parser.   --John -Original Message-From: Jean-Marc Taillant [mailto:[EMAIL PROTECTED]]Sent: Monday, March 25, 2002 6:16 AMTo: [EMAIL PROTECTED]Subject: StockQuote problems I get AXIS 19 march beta1 version and i got the follow

UDDI4J Examples

2002-03-25 Thread Li Bing
Hi, all,     Anybody could provide me with UDDI4J examples or resources? I got a book, Professional Java Web Services. But the contents in the book are out of date.   Thanks in advance!Li Bing     _.--"""--._  .'   '-. `.   __/__

Collection serializer ??

2002-03-25 Thread Lene Bredgaard
Hi I have a method returning a Collection. My problem is how to specify the serialization. In axis alpha, I found a way: I registered a Collection serializer, which made a vector( new Vector(Collection collection)), and then serialized the vector. On the client side I could then cast the return

Please help! Holder class isn't being generated

2002-03-25 Thread Nuno Guerreiro
Compilation runs fine using Axis from 12-Mar-2002, but using the latest versions, wsdl2java doesn't generate a holder class for an output parameter, but still tries to use it in the SoapBindingImpl class, which results in a compilation error. The files I'm using are included below. Many thanks,

StockQuote problems

2002-03-25 Thread Jean-Marc Taillant
I get AXIS 19 march beta1 version and i got the following error when i try to test stockQuote sample ( Service is deployed...)   Exception in thread "main" java.lang.NoSuchMethodError   at org.apache.axis.encoding.DeserializationContextImpl.parse(Unknown Source)   at org.apache.axi

RE: BeanDeserializer error

2002-03-25 Thread Klaus Wolfmaier
Try implementing a setter method for the string attribute in the Bean Klaus -Original Message- From: Allen J. Sherer [mailto:[EMAIL PROTECTED]] Sent: Freitag, 22. Marz 2002 19:22 To: [EMAIL PROTECTED] Subject: BeanDeserializer error Using Beta1 from March15th. getting a BeanDeSeria

RE: AXIS problem

2002-03-25 Thread Michel Bergijk
Jean Marc,   As far as I can see your classpath is correct (according to the User Guide). Did you update the jar files in your classpath when you went to Beta1? Or is this your first install?   Michel -Original Message-From: Jean-Marc Taillant [mailto:[EMAIL PROTECTED]]Sent: maan

Re: AXIS problem

2002-03-25 Thread Jean-Marc Taillant
I think i get the 19 march beta1. Here is my classpath from client side ( where i call the AdminCLient) / C:\java_tools\xml-axis-beta1\lib\axis.jar;C:\java_tools\xml-axis-beta1\lib\clutil.jar;C:\java_tools\xml-axis-beta1;lib\commons-logging.jar;C:\java_tools\xml-axis-beta1\lib\jaxrpc.jar;C:

RE: AXIS problem

2002-03-25 Thread Michel Bergijk
Jean Marc,   I tried your java org.apache.axis.client.AdminClient -l http://localhost:8080/axis/services/AdminService list and my Axis (beta1, from March 19, not the one from friday 15) listed what I had deployed. I run Axis on Tomcat 3.3. Is your classpath correct, and did you update the jar

AXIS problem

2002-03-25 Thread Jean-Marc Taillant
Hi all, I use Tomcat 3.3a with Axis beta1. I try to list ( or to deploy too) the services installed on Axis with the following command: java org.apache.axis.client.AdminClient -l http://localhost:8080/axis/services/AdminService list   and i get the following error:   - AxisFault: AxisFault fa

AW: Attachment sample not working in beta1?

2002-03-25 Thread Stefan Henke
Hi Mark, I think you have to include mail.jar in your classpath. I don´t used mailapi.jar and it works for me. STefan > -Ursprüngliche Nachricht- > Von: Mark Volkmann [mailto:[EMAIL PROTECTED]] > Gesendet: Montag, 25. März 2002 05:09 > An: [EMAIL PROTECTED] > Betreff: Re: Attachment sam