Axis error at client side on Weblogic8.1

2005-01-12 Thread Hung Vu2000
Hi, I developed a webservice on JBoss and could access it successfully from a console client side of DII type . Now I move the source code from the console client to Weblogic 8.1. When I run the source code from Weblogic I had the below error. Thank to any suggestion. Hung Exception in

Axis error while trying to run jUDDI

2005-01-07 Thread David Cahill
Hi, I'm trying to set up UDDI using jUDDI on Axis and UDDI4J. To start with, I'm running the samples which come with UDDI4J, and I get an error 500 - internal server error. As far as I can see the problem is jUDDI or Axis, and yet both happiness page show no problems. Any help appreciated, for

[solved] RE: [Axis error] No serializer found for class

2004-09-28 Thread Matthias Wessendorf
aul [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 28, 2004 4:26 PM > To: [EMAIL PROTECTED] > Subject: RE: [Axis error] No serializer found for class > > > Hello Matthias, > > I suspect you are trying to send this bean from your client > to your server > on

RE: [Axis error] No serializer found for class

2004-09-28 Thread Bouche Paul
; To: [EMAIL PROTECTED] > Subject: RE: [Axis error] No serializer found for class > > > karim, paul > > thanks! The call via HTTP.GET works now. > I just started to implement my java-client > and got an Exception during Deserializing. > (see below) > > I have th

axis error when invoking webservices

2004-09-15 Thread Marco Mistroni
Hello all, I have written a webservice that uses Castor serializer,and when I am Invoking my webservice (via a client), on the clientside I got the following exception C:\Sw\axis-1_2beta>java -cp %CLASSPATH%;castor-0.9.5.3.jar;xml-apis-1.0.b2.jar;C ommons-1.0.jar;BudgetWS-1.0.jar;Backend-1

Re: Really need your help with AXIS error: No deserializer defined f or array type {http://www.w3.org/2003/05/soap-encoding}string

2004-05-21 Thread Srinath Perera
> Could you provide me with the syntax or point me in the direction of some > resources? Axis user guide is having a example show how to add type mapping at the wsdd. (see ws.apache.org/axis then link to uesr guide) then serach for "Arbitrary Objects without Pre-Registration" :) hope this helps

Really need your help with AXIS error: No deserializer defined f or array type {http://www.w3.org/2003/05/soap-encoding}string

2004-05-20 Thread Meloro, John
Hello Alan,   Sorry to bother you again, but I wanted to send you another email, from my work this time, and try and do a better job of explaining my request.   I am using AXIS, under WebLogic 8.1, as my SOAP Engine.  During a particular call to a web service I pass in an array of strings

Re: axis error

2003-11-04 Thread Dimuthu Leelarathne
Hey Kish, The thing is org/w3c/dom package is not available in jdk1.3. You have to install jdk1.4 or xerces.jar. mmm Congradulations :-). Luv, Dimuthu -- Lanka Software Foundation http://www.opensource.lk > D:\AXIS-1_1>java samples.userguide.example2.CalcClient -p8080 add 2 5 > Exc

Re: axis error

2003-11-03 Thread Stephen Gordon
Make sure xmlParserAPIs.jar or xml-apis.jar is in your classpath stephen kishani Liyanage wrote: D:\AXIS-1_1>java samples.userguide.example2.CalcClient -p8080 add 2 5 Exception in thread "main" java.lang.NoClassDefFoundError: org/w3c/dom/Node at org.apache.axis.client.Service.getAxisClie

axis error

2003-11-03 Thread kishani Liyanage
D:\AXIS-1_1>java samples.userguide.example2.CalcClient -p8080 add 2 5Exception in thread "main" java.lang.NoClassDefFoundError: org/w3c/dom/Node    at org.apache.axis.client.Service.getAxisClient(Service.java:143)    at org.apache.axis.client.Service.(Service.java:152)    at samples.use

Axis Error when viewing WSDL file

2003-03-17 Thread Michael Mattox
When I try to view the WSDL file, I get this error: AXIS error Sorry, something seems to have gone wrong... here are the details: Fault - ; nested exception is: WSDLException: faultCode=OTHER_ERROR: Can't find prefix for 'http://www.w3.org/2002/12/soap-encoding'. Name

AW: axis error

2002-12-22 Thread M.Montilla
ECTED]' Betreff: RE: axis error   Looks like you have an old XML parser being picked up, given that lexical handler feature not supported error.   Try picking up the latest Xerces and making sure it's in your classpath before any older XML parsers in the classpath that might

RE: axis error

2002-12-21 Thread Mike Burati
ginal Message-From: M.Montilla [mailto:[EMAIL PROTECTED]]Sent: Saturday, December 21, 2002 1:04 PMTo: [EMAIL PROTECTED]Subject: axis error Hi!   I’m new to axis and i started to install a helloworld-service on my axis server. The axis server is running on a tomcat

axis error

2002-12-21 Thread M.Montilla
Hi!   I’m new to axis and i started to install a helloworld-service on my axis server. The axis server is running on a tomcat 4 and “validate” is working. I was trying to run the Client. I have 2 questions: why does the client need to have an javax.servlet-import? Is not a Server isn

Re: axis error saying cannot find matching java operation for WSDDoperation ..

2002-11-22 Thread Mike Fecina
Just letting everyone know that I restart Tomcat and this error goes away :) On Fri, 2002-11-22 at 11:27, Mike Fecina wrote: > All, > > Just when I think I almost got a web service deployed, I run into more > and more problems. Currently, I get the following axis error when I try

axis error saying cannot find matching java operation for WSDDoperation ..

2002-11-22 Thread Mike Fecina
All, Just when I think I almost got a web service deployed, I run into more and more problems. Currently, I get the following axis error when I try to look at the WSDL for my service thruogh the web: Fault - org.apache.axis.InternalException: java.lang.Exception: Couldn't find a matching

RE: AXIS error

2002-06-27 Thread Anthony Smith
I get this when I type http://localhost:8080/axis/NHLService.jws?wsdl in the browser window -Original Message- From: fd [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 4:54 PM To: [EMAIL PROTECTED] Subject: Re: AXIS error whats teh compilation error? > Sorry, something se

Re: AXIS error

2002-06-26 Thread fd
whats teh compilation error? > Sorry, something seems to have gone wrong... here are the details: > > Error while compiling: > C:\tomcat-3.3\webapps\axis\WEB-INFjwsClasses\NHLService.java > > > > What is the problmeo > > > import java.util.*; > > public class NHLService { > HashMap s

AXIS error

2002-06-26 Thread Anthony Smith
Sorry, something seems to have gone wrong... here are the details: Error while compiling: C:\tomcat-3.3\webapps\axis\WEB-INFjwsClasses\NHLService.java What is the problmeo import java.util.*; public class NHLService { HashMap standings = new HashMap(); public NHLService() { //

Re: Axis error: ClassNotFoundException

2002-03-20 Thread Joey Gibson
On Wed, 20 Mar 2002 15:01:58 +0100, Michel Bergijk <[EMAIL PROTECTED]> wrote: ||| ||| yes ||| ||| ||| Do the wsdd and wsdl files reside at that location aswell? I haven't put my .wsdd file there. Since I passed it to the AdminClient and he copied the info to the server-config.wsdd I don't

RE: Axis error: ClassNotFoundException

2002-03-20 Thread Michel Bergijk
yes Do the wsdd and wsdl files reside at that location aswell? Michel -Original Message- From: Joey Gibson [mailto:[EMAIL PROTECTED]] Sent: woensdag 20 maart 2002 14:57 To: [EMAIL PROTECTED] Subject: Re: Axis error: ClassNotFoundException On Wed, 20 Mar 2002 14:38:05 +0100

Re: Axis error: ClassNotFoundException

2002-03-20 Thread Joey Gibson
On Wed, 20 Mar 2002 14:38:05 +0100, Michel Bergijk <[EMAIL PROTECTED]> wrote: ||| Sorry, something seems to have gone wrong... here are the details: ||| java.lang.ClassNotFoundException: com.foo.FooService ||| ||| My directory structure: ||| axis (directory) ||| |--com (directory) ||| |--

Axis error: ClassNotFoundException

2002-03-20 Thread Michel Bergijk
Axers, Thinking I have a handle on how to work and where to place services I went to my services directory to look at my service wsdl file. This is what I got from the url http://localhost:8080/axis/services/FooService?wsdl: AXIS error Sorry, something seems to have gone wrong... here are the