Re: Error generating WSDL with xsd:string attribute in AXIS 1.2RC2

2005-02-17 Thread thomas willomitzer
Hello. I've found a workaround to the problem stated below. Tracing through the Axis code i found out that the WSDL Emitter gets confused with namespaces. I've removed all simpleType's like I've left all enumer

Re: Error "Unable to load schema with target namespace" in XMLSpy.

2005-02-10 Thread Anne Thomas Manes
The WSDL is valid. xmlspy should be able to load an inline-defined namespace. On Mon, 07 Feb 2005 14:53:57 +0100, THIBAULT Joseph <[EMAIL PROTECTED]> wrote: > And this is the generated wsdl : > > > targetNamespace="http://sr.services.accesservicessipsr"; > xmlns:impl="http://sr.services.access

Aw: Re: Error Message:AxisFault faultString: (401)Unauthorized ; HTTPSender.java:663

2005-02-07 Thread forum_account
Great, it's work now THANK YOU Toshi!!! Arcor-DSL: die echte Flatrate für alle Bandbreiten. Jetzt ohne Einrichtungspreis einsteigen oder wechseln. Arcor-DSL ist in vielen Anschlussgebieten verfügbar. http://www.arcor.de/home/redir.php/emf-dsl-1

Re: Error Message:AxisFault faultString: (401)Unauthorized ; HTTPSender.java:663

2005-02-07 Thread Toshiyuki Kimura
It seems just a typo - 'userv1' instead of 'user1'. Try again; java -cp "%AXISCLASSPATH%" samples.stock.GetQuote -lhttp://localhost:8080/axis/servlet/AxisServlet -uuser1 -wpass1 XXX Thanks, Toshi <[EMAIL PROTECTED]> On Mon, 7 Feb 2005 [EMAIL PROTECTED] wrote: Hi, I encountered the following proble

Re: Error "Unable to load schema with target namespace" in XMLSpy.

2005-02-07 Thread THIBAULT Joseph
And this is the generated wsdl : http://sr.services.accesservicessipsr"; xmlns:impl="http://sr.services.accesservicessipsr"; xmlns:intf="http://sr.services.accesservicessipsr"; xmlns:apachesoap="http://xml.apache.org/xml-soap"; xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"; xmlns:xsd

RE: Error connecting to webservice with stub : java.lang.NoSuchMe thod Exception

2004-11-03 Thread John McCosker
Title: Error connecting to webservice with stub : java.lang.NoSuchMethodException Sorry I included the servlet,   this is my webservice,   it is just basic testing at the moment,   /* * Created on 01-Nov-2004 * */package com.leocate.spreadSheets;   import javax.xml.parsers.DocumentBuilderF

Re: Error deploying web service in Axis 1.2 beta

2004-05-04 Thread jagannath
Guys, After following the step by step instructions to create a web service I am able to deploy my service into axis 1.2 Thanks, Jagannath jagannath wrote: Hi Jeff, Thanks for the answer. But that was just the warning message that is displayed. My actual problem is the NullPointer

Re: Error deploying web service in Axis 1.2 beta

2004-05-04 Thread jagannath
Hi Jeff, Thanks for the answer. But that was just the warning message that is displayed. My actual problem is the NullPointerException that is thrown due to which I am unable to deploy my service. Please let me know when will that exception come. Am I missing something in the wsdd file. Than

Re: Error deploying web service in Axis 1.2 beta

2004-05-04 Thread Jeff Greif
In previous versions of Axis, using attachments required javax.mail classes and javax.activation classes. These had to be separately downloaded from axis and came with their own licenses. They can be found either in the J2EE distribution (from Sun) or individually. Many people use the individual

RE: Error: Method not allowed

2004-04-28 Thread info
the actual webservice. Seems like something that they should be > sorting out (just type the URL of the webservice in a browser, you'll > see the same type of error message). > > Regards, > > Martin > > >> -Original Message- >> From: [EMAIL PROTECTE

RE: Error: Method not allowed

2004-04-28 Thread Martin Wibbels
al Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 28, 2004 12:36 > To: [EMAIL PROTECTED] > Subject: RE: Error: Method not allowed > > > Thanks Martin, > > That helps a bit. > Why do I always see the xxService = xxServiceL

RE: Error: Method not allowed

2004-04-28 Thread info
e check URL in the generated source of > xxServiceLocator.java, in the second case check the URL that you're > specifying yourself. > > Regards, > > Martin > > >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >> Sent:

RE: Error: Method not allowed

2004-04-28 Thread Martin Wibbels
ase check URL in the generated source of xxServiceLocator.java, in the second case check the URL that you're specifying yourself. Regards, Martin > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 28, 2004 11:26 > To: [

Re: Error: Method not allowed

2004-04-28 Thread info
Leo, How can I check SSL authentication? Why did you switch to WASP, instead of axis? I am planning to develop similar client-software for VECOZO (and Infomedics) as well! I already have the VECOZO key-certificate info. Client-applications are to be distributed to Dutch general-practitioners (hui

Re: Error: Method not allowed

2004-04-28 Thread Leo de Blaauw
Stephan, Since the URL of the webservice is HTTPS, are you sure the SSL authentication goes ok ? By the way we developed simular webservices for VECOZO using the same standards. We originally used axis as well but since a few weeks ago switched to using WASP. Sincere greetz Leo de Blaauw IZA ---

Re: Error accessing WSDL-- makeTypeElement() error

2004-04-02 Thread Davanum Srinivas
Akshay, try axis 1.2 Beta, if you still have a problem open a bug report in jira with your code/wsdl (for us to recreate the problem) -- dims --- akshay kumar <[EMAIL PROTECTED]> wrote: - Hi All; I have hosted a web service using Axis with Tomcat. I can see th

RE: error while deserializing

2004-03-03 Thread Bobba, Ramesh
org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:538) ... 7 more -Original Message- From: Hari Lakshmanan [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 03, 2004 10:04 AM To: [EMAIL PROTECTED] Subject: RE: error while deserializing Make sure the namespace declaration on your deploy.wsdd matches

RE: error while deserializing

2004-03-03 Thread Hari Lakshmanan
Make sure the namespace declaration on your deploy.wsdd matches with the name space you use in your custom de-serializer. -Original Message- From: Bobba, Ramesh [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 02, 2004 3:33 PM To: '[EMAIL PROTECTED]' Subject: RE: error while des

RE: error while deserializing

2004-03-02 Thread Bobba, Ramesh
Hi All, I am practically stumped with this one. I can't see what the problem is! The DeSerializer is set to the default one. The classes generated by the WSDL2Java are in the classpath. Can anyone see why I am seeing the problem? Thanks Ramesh. -Original Message- From: Bobba, Ramesh [m

RE: Error while restarting httpd

2004-03-01 Thread damitha
AIL PROTECTED] > Sent: Thursday, February 19, 2004 6:24 PM > To: [EMAIL PROTECTED] > Subject: Re: Error while restarting httpd > > Hi Nishi, >are your xerces libraries located so that apache can see it when > loading? > for example you can put it in /usr/lib > libaxiscpp

RE: Error while restarting httpd

2004-02-29 Thread damitha
is2.c:170: warning: assignment discards qualifiers from pointer > target type > mod_axis2.c:171: warning: assignment from incompatible pointer type > mod_axis2.c: In function `mod_axis_register_hooks': > mod_axis2.c:215: warning: passing arg 1 of `ap_hook_child_init' from >

RE: Error while restarting httpd

2004-02-19 Thread luciano.fiandesio
Title: RE: Error while restarting httpd Sorry, but I believe that there is a specific mailing list for the C++ version of Axis. -Original Message- From: Kees van Dieren [mailto:[EMAIL PROTECTED]] Sent: Thursday 19 February 2004 14:52 To: [EMAIL PROTECTED] Subject: RE: Error

RE: Error while restarting httpd

2004-02-19 Thread Kees van Dieren
14:44 Aan: [EMAIL PROTECTED] Onderwerp: RE: Error while restarting httpd While compiling mod_axix2.c am getting following warnings, can the cause any problem, source='mod_axis2.c' object='mod_axis2.lo' libtool=yes \ depfile='.deps/mod_axis2.Plo' tmpdepfile='.dep

RE: Error while restarting httpd

2004-02-19 Thread nishikant.deshmukh
ooks': mod_axis2.c:215: warning: passing arg 1 of `ap_hook_child_init' from incompatible pointer type -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, February 19, 2004 6:24 PM To: [EMAIL PROTECTED] Subject: Re: Error while restarting httpd Hi Nishi,

RE: Error while restarting httpd

2004-02-19 Thread nishikant.deshmukh
: _ZTIN11xercesc_2_214BinInputStreamE Regards Nishi -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, February 19, 2004 6:24 PM To: [EMAIL PROTECTED] Subject: Re: Error while restarting httpd Hi Nishi, are your xerces libraries located so that apache can see it when loading? for example

Re: Error while restarting httpd

2004-02-19 Thread damitha
Hi Nishi, are your xerces libraries located so that apache can see it when loading? for example you can put it in /usr/lib damitha > > Hi > > I am learning XML. I have downloded axis-c. I > getting following error while restarting the httpd server. I am runn

Re: Error: 1 core axis library is missing in happyaxis

2004-02-13 Thread Jay Chiu
Fortunately I found the problem. My application uses old version of log4j, but axis uses log4j1.2.8. After I changed my application uses the new version of log4j, everythink works fine. Thanks. Get your own "800" number Voicemail, fax, email, an

Re: Error trying to do typemapping and deploy

2003-10-20 Thread ian_d_stewart
There is an XMLSchema definition for WSDD, but it's buried in CVS. The online version is available at http://cvs.apache.org/viewcvs/ws-axis/java/wsdd/WSDD.xsd The section pertenant to appears below: This describes the mapping between XML and

Re: Error in running Axis sample appl.

2003-09-23 Thread Stephen Gordon
looks like you don't have an XML parser installed properly... I think happyaxis.jsp checks for this so try running that. (point your browser to axis/happyaxis.jsp or see the docs) If this is the problem, install xerces (http://xml.apache.org/) or some other XML parser to fix it. stephen Suhai

RE: Error returning a boolean primitive type from a webservice..

2003-08-14 Thread Arijith Roy
Anne and Mike,   Thanks for pointing the problem out to me.   The problem seems to be with something I am doing. After I receive a request one of my handlers intercepts the request and after examining the header attaches a header to the message     se.getHeader().detachNode(); 

RE: Error returning a boolean primitive type from a webservice..

2003-08-08 Thread Mike Perham
response should instead look something like this:       true     132123   -Original Message-From: Arijith Roy [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 1:03 PMTo: [EMAIL PROTECTED]Subject: RE: Error returning a boolean primitive type from a webservice.. I am

RE: Error returning a boolean primitive type from a webservice..

2003-08-07 Thread Arijith Roy
I am not sure I follow you.   Are you saying that http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://membership.webservices.sae">  97405587  should not be part of the ?   Mike Perham <[EMAIL PROTECTED]> wrote: Your SOAP body has two child elements.  I don't know what you are

Re: Error returning a boolean primitive type from a webservice..

2003-08-05 Thread Anne Thomas Manes
response to look something more like:      (with appropriate namespace declarations and encodingStyle)   97405587 - Original Message - From: Arijith Roy To: [EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 2:03 PM Subject: RE: Error returning a boolean

RE: Error returning a boolean primitive type from a webservice..

2003-08-05 Thread Mike Perham
Title: Message Your SOAP body has two child elements.  I don't know what you are trying to do but that seems like a bug. -Original Message-From: Arijith Roy [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 12:43 PMTo: [EMAIL PROTECTED]Subject: Error returning a b

RE: ERROR configuration.EngineConfigurationFactoryFinder - Unable to locate a valid EngineConfigurationFactory

2003-07-31 Thread Ben John
never mind...there was a typo in the classpath for the axis.jar. Thanks, Ben. -Original Message- From: Ben John Sent: Thursday, July 31, 2003 12:19 PM To: [EMAIL PROTECTED] Subject: ERROR configuration.EngineConfigurationFactoryFinder - Unable to locate a valid EngineConfigurationFactory

Re: Error deploying WSDD

2003-07-03 Thread Akhil Gupta
Hi To me it looks like your AdminService is not running in your web server. If you try to connect to AdminService from Axis happy page and it comes up fine then there is something else wrong but make sure your admin service is running from the browser. Akhil - Original Message - From: "S

Re: Error while running the examples

2003-07-03 Thread Akhil Gupta
Hi Sunil I think if you are running the client in a network with firewall then it could be possible that you need to specify the proxy at command line while running the client. You can try the command like: java samples.userguide.example1.TestClient -Dhttp.proxy= -Dhttp.port=< proxy port> and t

Re: Error deploying WSDD

2003-07-03 Thread remko de knikker
I noticed that you use -p instead of -p include the space... the AdminService (AdminServlet in web.xml) is not found, is it uncommented? Srinath Perera wrote: Hi just a TIP try weather "http://localhost:8080/axis/servlet/AdminServlet".works with your browser. if not you should

Re: Error deploying WSDD

2003-07-03 Thread Guillaume Sauthier
localhost://servlet/AxisServlet deploy.wsdd" do? > > -Original Message- > From: Guillaume Sauthier [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 03, 2003 1:52 PM > To: [EMAIL PROTECTED] > Subject: Re: Error deploying WSDD > > 404 Error means that you do

RE: Error deploying WSDD

2003-07-03 Thread SUNILK_CHAMARTI
PROTECTED] Sent: Thursday, July 03, 2003 1:52 PM To: [EMAIL PROTECTED] Subject: Re: Error deploying WSDD 404 Error means that you do not point to a right location for the Axis servlet ! the option to set to indicate the full path to the servlet is -l example : java org.apache.axis.client.A

Re: Error deploying WSDD

2003-07-03 Thread Guillaume Sauthier
404 Error means that you do not point to a right location for the Axis servlet ! the option to set to indicate the full path to the servlet is -l example : java org.apache.axis.client.AdminClient -lhttp://localhost://servlet/AxisServlet deploy.wsdd where is the Context of the webapp with Ax

RE: Error deploying WSDD

2003-07-03 Thread SUNILK_CHAMARTI
I have already enabled the AdminServlet. I am using OC4J and it does not have server-config.wsdd Any other pointers? -Original Message- From: Srinath Perera [mailto:[EMAIL PROTECTED] Sent: Thursday, July 03, 2003 7:07 PM To: [EMAIL PROTECTED] Subject: Re: Error deploying WSDD Hi just

RE: Error deploying WSDD

2003-07-03 Thread SUNILK_CHAMARTI
This is not working... -Original Message- From: Benedick Mark N. Chan [mailto:[EMAIL PROTECTED] Sent: Thursday, July 03, 2003 12:47 PM To: [EMAIL PROTECTED] Subject: Re: Error deploying WSDD I think that you should also include the hostname in your -p tag. e.g.: java

Re: Error deploying WSDD

2003-07-03 Thread Srinath Perera
Hi just a TIP try weather "http://localhost:8080/axis/servlet/AdminServlet".works with your browser. if not you should enable the AdminServlet with editing \webapps\axis\WEB-INF\web.xml. To do this you have to uncomment the servlet mapping for /servlet/AdminServlet. i belive this is your first

Re: Error deploying WSDD

2003-07-03 Thread Benedick Mark N. Chan
I think that you should also include the hostname in your -p tag. e.g.: java org.apache.axis.client.AdminClient -plocalhost: deploy.wsdd Also, is it because that port does not exists? - Original Message - From: "SUNILK_CHAMARTI" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sen

RE: Error using AdminClient to deploy new service

2003-06-30 Thread LeVan,Ralph
Never mind. I seem to have done something to web.xml. When I restored it, the problem went away. Thanks anyway. Ralph > -Original Message- > From: LeVan,Ralph [mailto:[EMAIL PROTECTED] > Sent: Monday, June 30, 2003 9:37 AM > To: Axis Users Mailing List (E-mail) > Subject: Error using A

RE: error finding class

2003-05-31 Thread Stu Halloway \(DevelopMentor\)
Hi Justin, Download the ClassLocator utility [1], and install it both in your Axis webapp and in some other webapp where SSL is working correctly. Go to the webapp where things are working, and surf to ClassLocator.jsp and enter "COM.rsa.jsafe.y" see where the class is being loaded from. Then go

Re: Error 503 service unavailable

2003-03-30 Thread Steve Loughran
sometimes the app server can generate things like this if hasnt fully init'ed a webapp yet. After deploying i spin waiting for a timestamped property file being visible before hitting deployment urls - Original Message - From: "Sochea Meas (LMC)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>

RE: error

2003-03-28 Thread Vincent Carpentier (LMC)
Are trying to access a remote server? If yes, you need to change the remoteAdmin parameter to true in the server-config.wsdd file.   -Original Message-From: Davinder Singh [mailto:[EMAIL PROTECTED]Sent: Friday, March 28, 2003 4:11 AMTo: '[EMAIL PROTECTED]'S

RE: error

2003-03-28 Thread Davinder Singh
check whether the server is running and u can access the axis page .   -Original Message-From: Vinay Gaonkar [mailto:[EMAIL PROTECTED]Sent: Friday, March 28, 2003 2:31 PMTo: [EMAIL PROTECTED]Subject: error hello everybody i trid to install my deployment descriptot on ax

RE: Error in serialization of boolean fields

2003-03-20 Thread Davis, Kevin
ou? Kevin -Original Message- From: Michael Ryan [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 3:41 PM To: [EMAIL PROTECTED] Subject: RE: Error in serialization of boolean fields Yes, hand editing to use the correct namespace works just fine, but unfortunately is not an adequate work-around

RE: Error in serialization of boolean fields

2003-03-20 Thread Michael Ryan
the build. -Original Message- From: Davis, Kevin [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 2:36 PM To: '[EMAIL PROTECTED]' Subject: RE: Error in serialization of boolean fields I know this may sound silly, but have you tried editing the generated classes to

RE: Error in serialization of boolean fields

2003-03-20 Thread Davis, Kevin
I know this may sound silly, but have you tried editing the generated classes to but in the namespace you are expecting? field.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema".";, boolean")); Kevin -Original Message- From: Michael Ryan [mailto:[EMAIL PROTECTED]

RE: error while parsing a dom document:

2003-03-04 Thread Mike Burati
simple typo? You had: soapbody.getElemetsByTagName("BATTLE"); vs soapbody.getElementsByTagName("BATTLE"); -Original Message- From: Ghershony, Arie [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 2:12 PM To: '[EMAIL PROTECTED]' Subject: error while parsing a dom document:

RE: error message in sample files

2003-02-27 Thread Harry . Kobetitsch
Mike Burati [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 4:12 PM To: '[EMAIL PROTECTED]' Subject: RE: error message in sample files Harry, I'm not sure what WSDL2Java and Java2WSDL have to do with Arie's problem - he's apparently trying to use the samples/m

RE: error message in sample files

2003-02-27 Thread Mike Burati
hursday, February 27, 2003 4:26 PM To: [EMAIL PROTECTED] Subject: RE: error message in sample files I think your going to need to do a little reading about how Axis works, especially the user's guide, WSDL2Java, Java2WSDL, and AdminClient/AdminService. After that try to follow what I said

RE: error message in sample files

2003-02-27 Thread Harry . Kobetitsch
rry J. Kobetitsch UBS Warburg One North Wacker Drive Chicago, Illinois 60606-2809 312-525-5866 [EMAIL PROTECTED] -Original Message- From: Ghershony, Arie [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 3:05 PM To: '[EMAIL PROTECTED]' Subject: RE: error message in sam

RE: error message in sample files

2003-02-27 Thread Ghershony, Arie
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 4:04 PM To: [EMAIL PROTECTED] Subject: RE: error message in sample files When you say compile I am assuming that all you did was generate the .class files for the .java file sthat are in the

RE: error message in sample files

2003-02-27 Thread Harry . Kobetitsch
ECTED] -Original Message- From: Ghershony, Arie [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 2:45 PM To: '[EMAIL PROTECTED]' Subject: RE: error message in sample files No, do I need to do that. if then how do I do it. -Original Message- From: [EMAIL PROTECTED]

RE: error message in sample files

2003-02-27 Thread Ghershony, Arie
No, do I need to do that. if then how do I do it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 3:44 PM To: [EMAIL PROTECTED] Subject: RE: error message in sample files Did you regenerate the skeletons and proxies

RE: error message in sample files

2003-02-27 Thread Harry . Kobetitsch
Did you regenerate the skeletons and proxies? Harry J. Kobetitsch UBS Warburg One North Wacker Drive Chicago, Illinois 60606-2809 312-525-5866 [EMAIL PROTECTED] -Original Message- From: Ghershony, Arie [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27,

RE: error deploying service using AdminClient

2003-01-31 Thread Vidyanand Murunikkara
Looks like the URL that the AdminClient uses doesnt point to the Axis Servlet. Check the web.xml of the webapp and see if AxisServlet is mapped properly. -Original Message- From: Sameer Bombatkar [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 2:12 AM To: [EMAIL PROTECTED] Subjec

Re: Error with example5 (BeanSerializer) of AXIS run locally - SOLVED/typo in Axis 1.1beta?

2003-01-29 Thread Davanum Srinivas
Johannes, Can you please file a bug report? (see this howto url - http://nagoya.apache.org/wiki/apachewiki.cgi?SubmitPatches) Thanks, dims --- Johannes Fiala <[EMAIL PROTECTED]> wrote: > I have found that there seems to be a typo in the file > axis-1_1beta/samples/userguide/example5/deploy.wsdd

RE: Error: OperationDesc was not syncronized when invoking on a service

2003-01-28 Thread Brian Dillon (ext. 944)
ks, Brian -Original Message- From: James Black [mailto:[EMAIL PROTECTED]] Sent: 28 January 2003 13:59 To: [EMAIL PROTECTED] Subject: Re: Error: OperationDesc was not syncronized when invoking on a service "Brian Dillon (ext. 944)" wrote: > I tried rolling back axis to v1.0 but I sti

Re: Error: OperationDesc was not syncronized when invoking on a service

2003-01-28 Thread James Black
"Brian Dillon (ext. 944)" wrote: > I tried rolling back axis to v1.0 but I still get the same kind of > exception. As like you the weservices I am trying to > deploy rely on quite a few classes it doesn't seem to be possible to submit > it as a test case. Also creating a separate test case would n

RE: Error: OperationDesc was not syncronized when invoking on a service

2003-01-28 Thread Brian Dillon (ext. 944)
ECTED]] Sent: 24 January 2003 18:02 To: [EMAIL PROTECTED] Subject: Re: Error: OperationDesc was not syncronized when invoking on a service "Brian Dillon (ext. 944)" wrote: > So re-installing Tomcat and Axis (which is what I am in the middle of doing) > won't get rid of the proble

Re: Error: OperationDesc was not syncronized when invoking on a service

2003-01-24 Thread James Black
"Brian Dillon (ext. 944)" wrote: > So re-installing Tomcat and Axis (which is what I am in the middle of doing) > won't get rid of the problem ? It sounds like my best solution may be to > rollback Axis to verison1.0 (since I can't really create another service > because of configuration issues) ?

RE: Error: OperationDesc was not syncronized when invoking on a service

2003-01-24 Thread Brian Dillon (ext. 944)
? Thanks, Brian -Original Message- From: James Black [mailto:[EMAIL PROTECTED]] Sent: 24 January 2003 17:33 To: [EMAIL PROTECTED] Subject: Re: Error: OperationDesc was not syncronized when invoking on a service "Brian Dillon (ext. 944)" wrote: > What I am tying to figure out

Re: Error: OperationDesc was not syncronized when invoking on a service

2003-01-24 Thread James Black
"Brian Dillon (ext. 944)" wrote: > What I am tying to figure out what is checked agains what, that way I can > try to find what has changed (this service used to work fine). I think it was due to a change in axis, but I don't know when it began to fail. The only solution I have found is to t

RE: Error generating WSDL

2002-11-26 Thread Cédric Chabanois
Don't use You must add each method from the ejb to value (don't include methods from SessionBean ...) See bug 13808. I have submitted a patch that corrects this but it has still to be included. Don't know if it is the only problem though Cédric Chabanois > -Message d'origine- > De :

Re: Error running Calculator.jws

2002-11-24 Thread dumdum 420
Thanx for qucik response I will reiterate the problem. I have installed the AXIS version 1.0 and ran the HappyAxisClient successfully. Just had an optional .jar file missing for XML security. Now I have put the Calcuator.java as Calculator.jws under my web application root to run as http://loca

Re: Error running Calculator.jws

2002-11-24 Thread Alex Dovlecel
i1, Integer i2){} but this also does not seem to > work and now it say types cannot be mached for Integer > Integer. I am > really surprised. > > If you can find any solution do let me know. > > BP > > > > > > From: [EMAIL PROTECTED] > Reply-To: [EMAIL PROT

Re: Error running Calculator.jws

2002-11-24 Thread dumdum 420
BP From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Error running Calculator.jws Date: Fri, 22 Nov 2002 16:47:21 -0800 Hmm, I don't get why you are getting the error. It works fine on my system. Sorry I can't be of more help. What version of Axis

Re: Error running Calculator.jws

2002-11-22 Thread David . Pool
MAIL PROTECTED]         cc:                 Subject:        Re: Error running Calculator.jws That is what I also figured out but if you look at the sample code I was wonder stuck and though that may be AXIS makes things work differntly: I am attaching the samples I have downloaded: Calulator.java/jw

Re: Error running Calculator.jws

2002-11-22 Thread dumdum 420
That is what I also figured out but if you look at the sample code I was wonder stuck and though that may be AXIS makes things work differntly: I am attaching the samples I have downloaded: Calulator.java/jws public class Calculator { public int add(int i1, int i2) { return i1 + i2; }

Re: Error running Calculator.jws

2002-11-22 Thread David . Pool
The problem is you are using Integer objects instead of int primitives for the add method arguments. There is a difference between "Integer" and "int". One is not interchangable with the other. The add method requires primitive ints. "dumdum 420" <[EMAIL PROTECTED]> 11/22/2002 12:53 PM Ple

Re: Error deploying deploy.wsdd from Admin Client

2002-11-21 Thread Thyagarajan Vasudevan
Hi Check whether your Application Server (Tomcat/Weblogic etc) is running and is running on the port 8080 that the examples expect them to be. If it is running but the port is different, then change the example client java classes and then compile them again. Cheers Thyaga - Original Messa

Re: Error deploying deploy.wsdd from Admin Client

2002-11-21 Thread Steve Loughran
- Original Message - From: "dumdum 420" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 21, 2002 6:38 AM Subject: Error deploying deploy.wsdd from Admin Client > Hi All, > > I am trying to deploy my deploy.wsdd using the admin client. Following error > comes which I

RE: Error I can't quite figure out ...

2002-11-19 Thread Mattias Jiderhamn
Have you tried calling the method from a "local" class, not through SOAP? The InvocationTargetException mean there was an error in the method called.   > Caused by: java.lang.StackOverflowError>     at groceryWebService1.ws.Gws1SoapBindingImpl.searchProductList(Gws1SoapBindingImpl.java

RE: Error while trying to deploy service

2002-11-07 Thread Brian Ward
Title: RE: Error while trying to deploy service You'll need your commandline classpath including all the JARs from Axis (as well as the servlet jar, if memory serves). If you wish to continue your attempts at running through java code, your "current working directory" is t

RE: Error while trying to deploy service

2002-11-07 Thread Mike Wallace
That's the first thing I tried, however I kept getting a NoClassDefFoundError on the AdminClient. I've got all the jar files where they should be. It was driving me up the wall so I tried running the AdminClient in a jsp. --- Mattia dongili <[EMAIL PROTECTED]> wrote: > why not use this? > java >

RE: Error while trying to deploy service

2002-11-07 Thread Mattia dongili
why not use this? java org.apache.axis.client.AdminClient -l"http://localhost/axis/services/AdminSe rvice" path_to\deploy.wsdd anyway I think deploy.wsdd should reside in the same directory where you run your code from... in case your code is in a JSP file the execution directory is your server's

RE: Error using Eclipse Tomcat plugin

2002-11-06 Thread Barry Lulas
Title: Error using Eclipse Tomcat plugin found the problem, never have any java projects in the tomcat classpath. -Original Message-From: Barry Lulas [mailto:[EMAIL PROTECTED]]Sent: Wednesday, November 06, 2002 10:49 AMTo: '[EMAIL PROTECTED]'Subject: Error using Eclipse Tom

RE: Error while deploying WebService

2002-10-11 Thread developer
Hi, we have the same problem using axis 1.0. The strange thing is that the deployment (and web service) is working on windows NT (with tomcat and JVM 1.4.x ) without any problems. Then trying to deploy exactly the same web service on a linux machine (with tomcat and JVM 1.3.x) the error occurs.

RE: Error deploying application axis: Could not load axis

2002-10-01 Thread Geddes, Mark (ANTS)
Title: Error deploying application axis: Could not load axis This is a Weblogic bug that has been fixed in 6.1sp3. If you cannot upgrade, then the best solution is replace the manifest files from the problem jars with default manifest files.   Mark -Original Message-From: Naresh Bh

RE: Error Trying to Deploy

2002-09-18 Thread Jianliang Zhao
: Wednesday, September 18, 2002 2:49 PM To: Axis (E-mail) Subject: RE: Error Trying to Deploy I get the same stack trace when I run java org.apache.axis.client.AdminClient list I tried recompiling Axis from source, just to see if that might fix, but no dice... -- Jason Lee - Programmer

RE: Error Trying to Deploy

2002-09-18 Thread Jason D. Lee
I get the same stack trace when I run java org.apache.axis.client.AdminClient list I tried recompiling Axis from source, just to see if that might fix, but no dice... -- Jason Lee - Programmer 405.745.1789 Hobby Lobby Stores, Inc. > -Original Message- > From: Jason D. Lee

RE: Error in parsing mime data stream: null

2002-07-23 Thread Naga Vijayapuram
I am trying out the attachments sample (Environment: Axis deployed in WebLogic 7.0), that's when I encounted the exception below, when trying to run testit script... Naga -Original Message- From: Naga Vijayapuram Sent: Tuesday, July 23, 2002 5:00 PM To: Axisuser (E-mail) Subject: Error

RE: Error loading AXIS beta 3 in WebLogic 6.1 SP2

2002-07-17 Thread Volanis, Alexander
I believe this problem is related with '-' in jar filenames and the manifest file validation. SP3 for WL 6.1 corrects this problem. -Original Message- From: Jeff Drost [mailto:[EMAIL PROTECTED]] Sent: Saturday, July 13, 2002 8:51 PM To: [EMAIL PROTECTED] Subject: Re: Error lo

Re: ERROR : Could not convert java.util.GregorianCalendar to bean fieldxxx, type java.util.Date

2002-07-17 Thread butek
Could you try a recent nightly build? There have been some fixes to the Calendar (de)serializer since beta 3 that may have fixed your problem. Russell Butek [EMAIL PROTECTED] Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: ERROR : Could not convert java.util.G

Re: Error loading AXIS beta 3 in WebLogic 6.1 SP2

2002-07-15 Thread Bill Joyce
Looking at the DL archives, it doesn't appear this message ever went to the group. Upon further research I found that the commons-logging.jar was the culprit. Replacing its manifest with a shorter, generic one from axis.jar solved the problem. Has anyone else tried to run AXIS beta 3 in webl

Re: error with Beta 3

2002-07-14 Thread Steve Loughran
- Original Message - From: "Adam Jack" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, July 13, 2002 10:36 AM Subject: RE: error with Beta 3 > I found that commons-logging seems to use the ClassLoader for the Logger as > a key into a Hashtable of

Re: Error loading AXIS beta 3 in WebLogic 6.1 SP2

2002-07-13 Thread Jeff Drost
It seems Weblogic 6.1 sp2 or higher does manifest file validation on jars loaded in a webapp. Thank goodness. The offending jar is commons-logging.jar. Manifest-Version: 1.0 Extension-Name: org.apache.commons.logging Specification-Vendor: Apache Software Foundation Created-By: Ant 1.4 Implemen

RE: error with Beta 3

2002-07-13 Thread Adam Jack
Sent: Friday, July 12, 2002 5:03 PM > To: '[EMAIL PROTECTED]' > Subject: RE: error with Beta 3 > > > I am having a similar problem that seems to involve log4j. > > I put log4j-1.2.4.jar in common/lib as well as > webapps/axis/WEB-INF/lib. > > If I do a '

RE: error with Beta 3

2002-07-12 Thread SWesten
;[EMAIL PROTECTED]' > Subject: RE: error with Beta 3 > > > I am having a similar problem that seems to involve log4j. > > I put log4j-1.2.4.jar in common/lib as well as > webapps/axis/WEB-INF/lib. > > If I do a 'validate' from the Axis welcome page

RE: error with Beta 3

2002-07-12 Thread Fishman, Richard
I am having a similar problem that seems to involve log4j. I put log4j-1.2.4.jar in common/lib as well as webapps/axis/WEB-INF/lib. If I do a 'validate' from the Axis welcome page, on the Tomcat console I see a ClassCastException for log4j.FileAppender and a 'ConsoleAppender is not assignable

Re: error with Beta 3

2002-07-11 Thread Miguel A Paraz
I think it's the same as my problem which is still unresolved. I found it had something to do with ClassLoader which I'm not familiar with. My earlier post to axis-dev: http://marc.theaimsgroup.com/?l=axis-dev&m=102619272124777&w=2 On Thu, Jul 11, 2002 at 06:57:05PM -0700, Venkat Dokiparthi

re: error when looking at servicename?wsdl

2002-06-11 Thread James Black
Hello, Here is the error I got: AXIS error Sorry, something seems to have gone wrong... here are the details: java.lang.NullPointerException Attached I have the deployment script and wsdl file. I just installed the latest nightly build, btw.

Re: Error with BeanSerializer

2002-06-03 Thread Stefan Wagner
Am Donnerstag, 30. Mai 2002 16:55 schrieben Sie: > you will have to change the set classpath.sh file in tomcat/bin directory > and set the java.endorsed.dirs to point to the your "lib" in which you keep > ur jar file of the service. > eg: > in setclasspath.sh > -Djava.endorsed.dirs=: I don't have

Re: Error with BeanSerializer

2002-05-30 Thread Abhishek Agrawal
you will have to change the set classpath.sh file in tomcat/bin directory and set the java.endorsed.dirs to point to the your "lib" in which you keep ur jar file of the service. eg: in setclasspath.sh -Djava.endorsed.dirs=: also make sure that the classpath in setclasspath.sh has everything you w

  1   2   >