xml error when boot up Tomcat

2005-01-13 Thread chu
(BHi, (B (BI am new on Axis Tocmcat. I just followed the Axis (BInstallation Instructions to install Axis1.2RC2 with Tomcat 5.5. And I (Bhad the following errors when I boot up Tomcat (B (B (B2005/01/13 16:17:31 org.apache.catalina.core.StandardEngine start (BINFO: Starting

Re: xml error when boot up Tomcat

2005-01-13 Thread Toshiyuki Kimura
Hi chu, (B (B This is a Japanese-specific list for Apache Axis users. (B (B Your question includes Japanese characters, but most of (Bmessages are in English. So, please post the message to (Ba global list - '[EMAIL PROTECTED]'. (B (BRegards, (BToshi [EMAIL PROTECTED] (B (BOn Thu,

Re: xml error when boot up Tomcat

2005-01-13 Thread Toshiyuki Kimura
Chu, (B (B Can you post 'server-config.wsdd' in webapps\axis\WEB-INF ? (BI guess that the file includes something invalid. (B (BOTOH, it may be as well to put your system detail (OS, JVM etc) (Bif you want to have more feedbacks. (B (BThanks, (BToshi [EMAIL PROTECTED] (B (BOn Thu, 13

DataHandler problem (Axis 1.1)

2005-01-13 Thread James Richardson
Hi, I'm having a problem with a WSDL file that I have been supplied with. It references a type: wsdl:message name=getPositionsResponse wsdl:part name=returnqname type=apachesoap:DataHandler/ /wsdl:message Which I understand should be understood by Axis as returning an Attachment. I'm

RE: xml error when boot up Tomcat

2005-01-13 Thread chu
Toshi $BMM(B (B $B$4JV;vM-Fq$&8f:B$$$^$9!#(B (B $B;[EMAIL PROTECTED](B (BOS:$B!!(BWinXPProfessional (BWebSver$B!'([EMAIL PROTECTED]<%k$7$?$^$^!K(B (BAxis1.2RC2 (BJDK1.5.0_01 (BTomcat5.5.4 (BXercess2_5_0 (BJaf1.0.2 (B

RE: restarting axis from command line

2005-01-13 Thread Suzy Fynes
Linux -Original Message- From: Lyndon Tiu [mailto:[EMAIL PROTECTED] Sent: 12 January 2005 20:05 To: [EMAIL PROTECTED] Subject: Re: restarting axis from command line Suzy Fynes wrote: Does anyone know how to restart axis from the commend line or any way with having to restart

faultString: null object name

2005-01-13 Thread babloosony
Hi All, When I invoke an ejb web service deployed in jboss-4.0.1RC1 and axis-1_2RC2-bin, I am getting below error. I am using stub based approach in my web service client program. Can anyone please tell what am I missing here ... AxisFault faultCode:

a web service wich calls another webservice

2005-01-13 Thread Daniel Sánchez
Hi, I'm trying to do a web service wich calls another web service. Then problem is that when I call the second web service from first WS, I obtain an exection. I can see in the log file that first WS could'n found ws.MyClassServiceLocator. It's a class to conect to second web service. My

Adding Services Dynamically

2005-01-13 Thread Simplica Information
Hello, I am new to Axis and am hoping to get some advice on how to dynamically add services on the server. Here is our situation: 1. We are building a web services front-end to a proprietary scripting system where the definitions of various functions (400+) are stored in database tables 2. The

RE: xml error when boot up Tomcat

2005-01-13 Thread chu
$BLZBA0$rIU$1$FJ]B8(B]$B$rA*Br$9$k(B (B 3.$B%]%C%W%"%C%W2hLL$N(B[$BJ8;z%3!<%I(B]$B$G(B[UTF-8]$B$rA*Br$9$k(B (B 4.[$BJ]B8(B]$B%\%?%s$r2!$9(B (B 5.TOMCAT$B$r5/F0$9$k(B (B (B [EMAIL PROTECTED]$H!"$3$N[EMAIL PROTECTED];n$7$F$_$F!"$=$N(B (B

document style webservice example

2005-01-13 Thread Harm de Laat
Hi all, I'm new to Axis and am trying to develop a very simple 'document style' webservice. I'm having some startup problems. And I am hoping maybe some of you guys can provide me with a very simple 'document style' example. Maybe an hello world, or whatever. Any help would be greatly

Re: webapp redeployment error

2005-01-13 Thread Julien ALLANOS
Selon Julien ALLANOS [EMAIL PROTECTED]: Hello, here is what I get when my webapp is auto-redeployed (using reloadable=true): 6 janv. 2005 17:12:35 org.apache.catalina.loader.WebappClassLoader findResourceInternal INFO: Illegal access: this web application instance has been stopped

RE: Adding Services Dynamically

2005-01-13 Thread Michael Oliver
We use a thin jws wrapper to our services, we place the .jws file in /webapps/axis/ and then can we can access it directly with http://myserver.com:8080/axis/mydynwebservice.jws or get the wsdl with ?wsdl appended to it. The downside to this is the discovery of what web services are there, we

Re: Difficulty changing JVM with WSDL2Java

2005-01-13 Thread ANDREW MICONE
It's hard to tell from the stack trace, but maybe there's a difference in what certificates are stored in either your keystore or between the two JVM's. The first thing I'd check is if you have your own keystore (a .keystore file in your home directory or wherever you specified). You might

RE: xml error when boot up Tomcat

2005-01-13 Thread Toshiyuki Kimura
Chu$B$5$s!"(B (B $B!!LZB<$G$9!#(B (B $B!!2<5-%a%C%;!<%8$r8+$k$H!"!X(BTOMCAT$B$,5/F0$7$J$$!Y$H(B $B$$$&!":,K\$NLdBj$O2r7h$7$?$h$&$K8+$($^$9!#(B (B $B!!$"$H$O!"(Baxis/libs$BG[2<$NA4$F$N(Bjar$B%U%!%$%k$*$h$S!"(B

fillng the impl java file

2005-01-13 Thread Pritesh Damani
Hello Everyone, I am relatively new to axis and I was wondering if someone can help me with the following problem, I have a big repository of methods that I need to expose to webservices. When i get the final stub files from the wsdl2Java , the BindingImpl.java file needs to be filled

Re: a web service wich calls another webservice

2005-01-13 Thread Paulo Sérgio
Hi Dani, i had a similar problem, maybe this can help: http://marc.theaimsgroup.com/?l=axis-userm=110511258103419w=2 http://marc.theaimsgroup.com/?l=axis-userm=110511258103419w=2 Paulo Sérgio. Daniel Sánchez wrote: Hi, I'm trying to do a web service wich calls another web service. Then

.NET client not working with Wrapped/Literal

2005-01-13 Thread aedemar . cooke
I am trying to convert my RPC/Encoded Axis 1.1Final web service to a Wrapped/Literal Axis 1.2RC2 web service. To make things easier to debug I decided to create a RPC/Encoded and Wrapped/Literal version of a simple service... public int[] getCustomer(int[] in0) throws

RE: Programmatic deployment of web services

2005-01-13 Thread Bill Keicher
I haven't tried this before, but maybe you could leverage the .jws that axis supports...perhaps by writing a servlet that allows you to upload .jws files? This is clearly more of a hack than anything else, and I don't even know if it'd work. In addition, it limits the types of web services

RE: fillng the impl java file

2005-01-13 Thread Brian Davis
I wrote an ant task to do this, you can use it if you like. It would be nice if they included something like this with Axis. I sent the jar to you, just put it on your classpath. If anyone else would like it, just email me. I couldnt attach it and send to the list. Youll need something

RE: fillng the impl java file

2005-01-13 Thread Brian Davis
I wrote an ant task to do this, you can use it if you like. It would be nice if they included something like this with Axis. I sent the jar to you, just put it on your classpath. If anyone else would like it, just email me. I couldnt attach it and send to the list. Youll need something

Axis memory leak

2005-01-13 Thread Vy Ho
When setting the scope of my service to application, the client side will run out of memory after 5-10 thousand hits. The service object on the server side is thread safe and works with both application and request scope. The server does not have any leak. The reason I change it to

Re: fillng the impl java file

2005-01-13 Thread Davanum Srinivas
Brian, Please create a JIRA enhancement request and upload your ant task. thanks, dims On Thu, 13 Jan 2005 14:12:43 -0500, Brian Davis [EMAIL PROTECTED] wrote: I wrote an ant task to do this, you can use it if you like. It would be nice if they included something like this with Axis.

SOAP Intermediaries

2005-01-13 Thread Jason Judt
Hi all, I was curious about SOAP Intermediaries. I know that currently Axis doesn't have support for intermediaries, but I was wondering what the time table was for when intermediaries would be incorporated. Has there ever been any mention of this? - Jason Judt - Software Engineer

documention for webMethods on .net side

2005-01-13 Thread Pritesh Damani
Hello Everyone, I have a rather trivial question, I have some methods exposed as webservices using apache axis wsdd . I wanted to know if there is some way, I could get method documentation in visual studio on the .net side giving me more description about the parameters used and return

serializing and deserializing

2005-01-13 Thread Pritesh Damani
hello everyone, Please help me with this one, consider a class Product it has one variable type Date and other HashMap. Now I want to expose this to .net as a webservice. I know one approach of doing this is to make a parallel Bean which has datatypes Calendar and implementation of

Axis or SOAP...

2005-01-13 Thread Jim
I was interested in evaluating for use Apache Java class libraries for SOAP/WSDL. My questions are the following: o Should I be using Axis or SOAP? o Does the SOAP project supercede the Axis project? Which should I be using. I will investigate both, but was just wondering if . Thanks to

Re: SOAP Intermediaries

2005-01-13 Thread aveitas
Hi Jason, Sorry to contact directly, but didn't want to get too off-topic on the mailing lists. What are your requirements for a SOAP Intermediary? Are you looking for Web Services Management capabilities?? Thanks, Al Quoting Jason Judt [EMAIL PROTECTED]: Hi all, I was curious about

Re: fillng the impl java file

2005-01-13 Thread Tim K. (Gmane)
I may not understand exactly what you are trying to do, but did you notice the -c option to wsdl2java where you can specify a class to use instead of the BindingImpl? Sorry if I am off topic with my answer. Tim Brian Davis wrote: I wrote an ant task to do this, you can use it if you like. It

Re: How to get HttpServletRequest from my call

2005-01-13 Thread Alex Chen
Thanks Tim. That works great. Tim K. (Gmane) wrote: Be aware that getRemoteAddr() may not be the address of the client sending the request but rather a proxy/caching server in between, load balancer, etc. As long as you are OK with it you can get the request like this: MessageContext context =

Re: Books related to Apache Axis

2005-01-13 Thread Yamada Masataka
$B$O$8$a$^$7$F!";3ED$H?=$7$^$9!#(B (B $B$*4+$a$H$$$&$o$1$G$O$J$$$N$G$9$,!"(BAxis$B$K$D$$$F5-=R$N(B $B$"[EMAIL PROTECTED](B $B

Re: Programmatic deployment of web services

2005-01-13 Thread Bill Keese
Does anyone have any advice on how to go about programmatically deploying and undeploying services, or at least appropriate places in the source code to begin looking? Isn't that what the AdminClient is for? % java org.apache.axis.client.AdminClient deploy.wsdd AdminDone processing/Admin

Re: Axis or SOAP...

2005-01-13 Thread Bill Keese
Axis supercedes the soap project, as written on both the Axis home page and the SOAP home page. (Actually, it says that Axis is the follow-on project to SOAP) Jim wrote: I was interested in evaluating for use Apache Java class libraries for SOAP/WSDL. My questions are the following: o

Re: Books related to Apache Axis

2005-01-13 Thread Youhei Kawada
[EMAIL PROTECTED](B (B (B $B$*4+$a$H$$$&$o$1$G$O$J$$$N$G$9$,!"(BAxis$B$K$D$$$F5-=R$N(B (B $B$"[EMAIL PROTECTED](B (B $B>pJs$"$j$,$H$&$4$6$$$^$9!#(B $B0U30$H(B(?)$B$"$k$b$N$G$9$M!#(B (B (B [EMAIL PROTECTED]"K]Lu$G$O$J$$F|K\8lFH+$N%3%s%F%s%D$r%5%$%H$K(B (B

Re: Books related to Apache Axis

2005-01-13 Thread Toshiyuki Kimura
$B;3ED$5$s!"@nED$5$s!"(B (B $B!!LZB<$G$9!#(B (B $B!!>pJsDs6!M-Fq$&$4$6$$$^$9!#(B (B $B!!3'$5$s$K$H$C$FM-MQ$J>pJs$O!"[EMAIL PROTECTED]>e(B $B$G$b6$G$-$k$h$&$K$7$?$$$H9M$($F$$$^$9!#$=$N$?$a$K$b(B $B$<$R3'$5$s$K!"$46([EMAIL PROTECTED];W$$$^$9!#(B (B (B[EMAIL

Re: xml error when boot up Tomcat

2005-01-13 Thread Toshiyuki Kimura
This thread has moved to [EMAIL PROTECTED] (BI'll be back with a summary when it's solved. (B (BThanks, (BToshi [EMAIL PROTECTED] (B (BOn Thu, 13 Jan 2005, Toshiyuki Kimura wrote: (B (B Chu, (B (B Can you post 'server-config.wsdd' in webapps\axis\WEB-INF ? (B I guess that the file

RE: xml error when boot up Tomcat

2005-01-13 Thread chu
$BLZBZ$OL58z$G$9!W$O$N$3$j$^$9$,!"(B (BException$B%(%i!<$O$J$/$J$j$^$7$?!#(B (B (B2005/01/14 11:39:16 org.apache.catalina.core.StandardHost start $B>pJs(B: XML$B8!>Z$OL58z$G$9(B (B2005/01/14 11:39:21 org.apache.catalina.core.ApplicationContext log $B>pJs(B:

Re: Books related to Apache Axis

2005-01-13 Thread Toshiyuki Kimura
$B!!LZB<$G$9!#(B (B $B!!AaB.!"(BWS PMC$B$N(BChair$B$G$"$k(BDavanum Srinivas(dims)$B;a$H(B (B[EMAIL PROTECTED]"F|K\8lHG$N(BWiki$B$r:[EMAIL PROTECTED](B (B $B!!;d$NJ}$G!"K\%3%_%e%K%F%#MQ$K?7$7$$%Z!<%8$r:[EMAIL PROTECTED](B $B$7$?!#$=$7$F!"$^$@@5<0$J%3%s%F%s%D$G$O$J$$$N$G$9$,!"(B

RE: xml error when boot up Tomcat

2005-01-13 Thread Toshiyuki Kimura
Chu$B$5$s!"(B (B $B!!LZB<$G$9!#(B (B (B[EMAIL PROTECTED]$G$9$M!#(B (B $B!!!V(BXML$B8!>Z$OL58z$G$9!W$O!"(BAxis$B$K$OD>@\4X78$J$/!"(BTOMCAT$B$,(B $B=PNO$7$F$$$k%a%C%;!<%8$G$9!#%G%W%m%$5-=R;R$N(BXML Validation (B(XML$B8!>Z(B)$B$,!"([EMAIL

RE: xml error when boot up Tomcat

2005-01-13 Thread chu
$BLZB$r;H$C$F$$$k$;[EMAIL (BPROTECTED];W$$$^$9$,!"(B $B$3$l$O2sHr$9$kJ}K!$O$"$j$^$9$+!)(B (B (BPS:$B!!%5!<%S%9$H$7$F$OEPO?$5$l$F$"$j$^$9!#(B (B $B59$7$/$*4j$$?=$7>e$2$^$9!#(B (B (B (B- (BTo unsubscribe, e-mail:

RE: xml error when boot up Tomcat

2005-01-13 Thread Toshiyuki Kimura
Chu$B$5$s!"(B (B $B!!LZB<$G$9!#(B (B (BOn Fri, 14 Jan 2005, chu wrote: (B (B $B$I$&$b;d$,F|K\8l$N%U%)[EMAIL PROTECTED]$r;H$C$F$$$k$;[EMAIL PROTECTED];W$$$^$9$,!"(B (B $B$3$l$O2sHr$9$kJ}K!$O$"$j$^$9$+!)(B (B $B!!:#8e$b!"MM!9$JIT6q9g$,M=A[$5$l$^$9$N$G!"$d$O$j(BASCII$BJ8;[EMAIL

RE: xml error when boot up Tomcat

2005-01-13 Thread chu
$BLZBA0$rJQ99$7$F$d$j$J$*$7$^$9!#(B $BM-Fq$&8f:B$$$^$9!#(B (B $B$3$l$+$i$b59$7$/$*4j$$?=$7>e$2$^$9!#(B (B (B -Original Message- (B From: Toshiyuki Kimura [mailto:[EMAIL PROTECTED] (B Sent: Friday, January 14, 2005 2:37 PM (B To: [EMAIL PROTECTED] (B Subject: RE: xml error when