Re: [Announce] Internationalization progress of Axis (fwd)

2005-01-19 Thread Toshiyuki Kimura
[EMAIL PROTECTED](B (B $B!!LZB<$G$9!#(B (B (B> > $B!!Nc$($P!"2<5-$NMM$K(BUTF-8$B%3!<%I$N%(%s%3!<%G%#%s%0$K4X$9$k%=!<%9$K(B (B> > $BJQ99$r2C$($kI,MW$,$"$j!"B>$N3+H/[EMAIL PROTECTED] > $B$$$^$9!#(B (B> > (B> (B> $B7Z$/

Re: [axis-user-ja digest] started on axis-user (in English)

2005-01-19 Thread Toshiyuki Kimura
To: $BF|K\8l(BAxis$B%3%_%e%K%F%#$N3'$5$s!"(B (B $B!!LZB<$G$9!#(B (B $B!!:rF|$4Js9p$7$?I=5-%l%]!<%H$K4X$9$kB3Js$G$9!#(B (B $B!!>/$7$OM=A[$7$F$$$?$N$G$9$,!"(Bdims$B;a$+$i!X(BAxis$B$N%P%0$J$N$G$O!)!Y(B $B$H$$$&;XE&$,$"$j$^$7$?!#(B (B $B!!$=$l$KBP$7$F!"2<5-$NMM$K2sEz$7$^$7$?!#(B 

Arrays: .NET client --> AXIS server

2005-01-19 Thread Bill Keese
I'm using Axis (server) to run a wrapped/literal service. My .NET client (Bcorrectly encodes my (B (B String[] myArray; (B (Barray as (B (B (B one (B two (B (B (BHowever, the AXIS server chokes on this. It gets a nullPointerException (Bis BeanDeserializer.onStartChild() f

Free 2 Way SSL Web Service Providers

2005-01-19 Thread babloosony
Hi All, I want to write an AXIS Web Service java client program that uses AXIS stubs on a doc/lit web service wsdl that is provided by third party like netmethods.com However I am interested only in 2 way SLL implementing web services (I guess netmethods.com web services are not 2 way ssl enabled

Re: SSL, AXIS, Web Service

2005-01-19 Thread babloosony
Dear Sir, Thank you for the prompt and timely response. But the third party ssl enabled web service provider (who is somewhere in UK) is not in my control. How can I import my certificate to their trust store. Can't I programatically handle it from my web service standlone java program (in INDIA)

Re: [Announce] Internationalization progress of Axis (fwd)

2005-01-19 Thread Shouhei Kodama
$BLZB<$5$s!'(B (B (B[EMAIL PROTECTED](B (B (B (B> $B!!Nc$($P!"2<5-$NMM$K(BUTF-8$B%3!<%I$N%(%s%3!<%G%#%s%0$K4X$9$k%=!<%9$K(B (B> $BJQ99$r2C$($kI,MW$,$"$j!"B>$N3+H/[EMAIL PROTECTED] $B$$$^$9!#(B (B> (B $B7Z$/FI$s$G$_$^

Re: [axis-user-ja digest] xml error when boot up Tomcat

2005-01-19 Thread Toshiyuki Kimura
dims, (B (B True, the primary cause of the exception is a potential bug of Axis (Bbut it's too hard to find out an ultimate solution for non-ASCII env. (BBecause, it's not an issue only for Axis. I mean we have to dive into (Ba number of application server configurations also. (B (B This t

Re: Handling attachments on client side?

2005-01-19 Thread Lucio Piccoli
not sure if there are any stub generated attachment interface. The only attachment that i have used is the call.addAttachmentPart. -lp >>> [EMAIL PROTECTED] 01/19/05 05:32pm >>> Hi. I don't know is it me, but I cannot find in user guide, or samples, some example on how to handle attachments (cl

RE: NoClassDefFoundError when using logging/Sorry

2005-01-19 Thread Brian Gladish
I apologize to the list as this was an RTFM issue. My predecessors had instituted an incorrect procedure for installing our Web Services which produced this problem. As I thought the procedure was correct, I was at a loss as to what was going wrong when I tried to add logging. Again, my apologie

apachesoap namespace is not found

2005-01-19 Thread Steven Dahlin
In using the Java2WSDL app or by handcoding I am finding that the namespace for "apachesoap": http://xml.apache.org/xml-soap that is generated is apparently invalid. I cannot use any WSDL generated in either IBM's WSDL Explorer (in WSAD 5.1.2) or in Visual Studio .Net. I am getting a message su

turn off _any parsing?

2005-01-19 Thread toby cabot
Hi Folks, I'm using Axis and it's been going great so far, but I just noticed something that I need to fix. I'm using a doc/lit style and have a wsdl document and an XSD, and Axis generates Java classes for me. So far, so good, the service works great *until* the client adds an XML element that'

Re: Testing: cutting the Axis stack at message level

2005-01-19 Thread Michael Schuerig
On Wednesday 19 January 2005 20:19, Peter Molettiere wrote: > On Jan 19, 2005, at 7:52 AM, Michael Schuerig wrote: > > For integration testing of client and server code and configuration > > I'd like to cut the Axis handler stack in the place where messages > > are converted to and from XML. > > I'

Re: dynabeans

2005-01-19 Thread Michael Schuerig
On Wednesday 19 January 2005 19:07, Pritesh Damani wrote: > Is there a way I can return dynabeans from axis api call. If yes, has > someone done it before, can someone guide me with guidelines. AFAICT this is currently not possible and unfortunately it appears that it doesn't fit the JAX-RPC spe

WSDL2Java and Serializer not found problem

2005-01-19 Thread Steve
Hello group, I know there are lots of posts about serializing problems but I couldn't find the answer to mine, yet. I'm using Tomcat 5.5.4 on Fedora2 and Axis1.2 RC2. I would really like to know how one should work with the files generated by WSDL2Java, I'm using the locator and the service clas

Re: Testing: cutting the Axis stack at message level

2005-01-19 Thread Peter Molettiere
On Jan 19, 2005, at 7:52 AM, Michael Schuerig wrote: For integration testing of client and server code and configuration I'd like to cut the Axis handler stack in the place where messages are converted to and from XML. I'm not sure if this is what you want or not... but it's a structure I use for

Deserialization and xs:anyType

2005-01-19 Thread Neil Finlayson
I have a question about Deserialization. I have the following declaration in a schema: which on using wsdl2java generates: java.lang.Object schema When I generate my service request I get the correct SOAP response from the service but my Java client gives the following exception.

dynabeans

2005-01-19 Thread Pritesh Damani
hello everyone,   Is there a way I can return dynabeans from axis api call. If yes, has someone done it before, can someone guide me with guidelines.   Pritesh   -- All Computers wait at the same speed !!  

trying to access ServletContext within axis webservice

2005-01-19 Thread John McCosker
Title: trying to access ServletContext within axis webservice Hi, I am trying to access values from within my axis webservice like so .. ... import javax.servlet.ServletContext; import javax.servlet.http.HttpServlet; import org.apache.axis.transport.http.HTTPConstants; import org.apa

RE: Trust in any certificate

2005-01-19 Thread Barlotta, Timothy - Arlington, VA - Contractor
First, please do not double post. These type of questions only belong in the user group - not the dev group. To solve your problem do the following: in the meta-inf directory create a new directory called services in that directory create a file called "org.apache.axis.components.net.SecureSock

Testing: cutting the Axis stack at message level

2005-01-19 Thread Michael Schuerig
For integration testing of client and server code and configuration I'd like to cut the Axis handler stack in the place where messages are converted to and from XML. Specifically, I'm thinking of two handler. A ClientTestHandler that compares the request message XML string against an expected

Trust in any certificate

2005-01-19 Thread Joaco
I´ve a problem with ssl, I need my WS trust in any certificate, For it, I did a TrustSocketFactory that trust in any certificate and I modify HttpSernder class : if (protocol.equals("https")) { TrustSocketFactory factory = new TrustSocketFactory(); return fa

RE: java.lang.reflect.InvocationTargetException invoking web service

2005-01-19 Thread Jason Judt
Hi, I just battled the same problem. I had setup Tomcat w/ an axis engine on a Windows machine, then I setup an identical axis engine running on Tomcat on a Linux box. My client worked fine on when making a call to the Windows box, but I got a Server.user fault with the code: java.lang.reflect.I

Re: How to create a private UDDI registry with Axis?

2005-01-19 Thread Thomas B Winans
Yes ... this is also uddiv2, yes? On Jan 19, 2005, at 7:16 AM, Davanum Srinivas wrote: we have one already - http://ws.apache.org/juddi/ -- dims On Wed, 19 Jan 2005 06:11:29 -0800 (PST), Ry. <[EMAIL PROTECTED]> wrote: Hi, I'm doing a university project with axis which requires a private registry o

RE: Java2Wsdl issue

2005-01-19 Thread Pritesh Damani
I am not sure but did not specify namesspaces in the WSDL2Java -- All Computers wait at the same speed !! -Original Message- From: James Clinton [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 19, 2005 9:58 AM To: [EMAIL PROTECTED] Subject: RE: Java2Wsdl issue Interesting..have you

AW: Installing Problems

2005-01-19 Thread Florian Schlosser
Thank you for your answer. I have now copied all needed libaries to web-inf/lib directory this are the files in my webapp:   axis.jar, activation.jar, servlet.jar, wsdl4j.jar, jaxrpc.jar, saaj.jar, commons-logging.jar, commons-discovery.jar, axis-ant.jar, log4j-1.2.8.jar

RE: Java2Wsdl issue

2005-01-19 Thread James Clinton
Interesting..have you tried using wsdl2java on the generated WSDL? This may hold some clues to your problem. -Original Message- From: Harm de Laat [mailto:[EMAIL PROTECTED] Sent: 19 January 2005 14:14 To: [EMAIL PROTECTED] Subject: Java2Wsdl issue Hi Guys, I have used Java2WSDL to gene

Re: SSL, AXIS, Web Service

2005-01-19 Thread Alex Karshakevich
Guys, what am I missing here. My certificate in .keystore should be imported to server trust store ? Please suggest ... The error you showed happens on the client side, right? So you need to export the server's key and add it to the client's truststore: export server key into temp file keytoo

Re: [axis-user-ja digest] xml error when boot up Tomcat

2005-01-19 Thread Davanum Srinivas
Toshi, You need to figure this one out :) or ask ias/jongjin for help :) :) As always, start with a JIRA bug report. -- dims PS: i have no idea how to start fixing this one. On Tue, 18 Jan 2005 21:36:27 -0800 (PST), Toshiyuki Kimura <[EMAIL PROTECTED]> wrote: > Hi folks, > > This is a diges

Re: SSL, AXIS, Web Service

2005-01-19 Thread Chris
Now, I created a an entry in my default keystore file using below keytool command on my windows2000 command prompt : keytool -genkey -dname "CN=Nick Chase, OU=InformIT, O=Pearson, L=NPR, S=Florida, C=US" -alias nick -storepass mystorepassword -keypass mykeypassword -storetype jks Do you want 2 way

Re: How to create a private UDDI registry with Axis?

2005-01-19 Thread Thomas B Winans
UDDIv3 would be better to use, but UDDIv2 gets the point across. Systinet markets a UDDIv3 registry that can be used on an evaluation basis. While not free, it is a good registry and one of the earliest to support v3 of the spec. See http://www.systinet.com. The Novell registry is free with sour

Re: How to create a private UDDI registry with Axis?

2005-01-19 Thread Davanum Srinivas
we have one already - http://ws.apache.org/juddi/ -- dims On Wed, 19 Jan 2005 06:11:29 -0800 (PST), Ry. <[EMAIL PROTECTED]> wrote: > Hi, I'm doing a university project with axis which requires a private > registry of businesses to search through before choosing the appropriate web > service. I'm

Java2Wsdl issue

2005-01-19 Thread Harm de Laat
Hi Guys, I have used Java2WSDL to generate my .wsdl file. I have succesfully deployed my WSDL, using deploy.wsdd. And I have copied my classes to the WEB-INF/classes dir. If I call: http://localhost:8080/axis/services/PersonService?wsdl I get the following output: Sorry, something

How to create a private UDDI registry with Axis?

2005-01-19 Thread Ry.
Hi, I'm doing a university project with axis which requires a private registry of businesses to search through before choosing the appropriate web service. I'm confused about registries so please bear with me!   From a book, it seems I have 3 choices of interface - UDDI4J, JAXR, and using JAX-RPC t

SSL, AXIS, Web Service

2005-01-19 Thread babloosony
Hi All, I have https enabled web service whose wsdl address location is similiar to https://mysc.mycom.com:443/PtrAcc/DM. I am behind a firewall and now I have written a web service java client program that uses AXIS Stubs. Also I think this web service employs 2 way authentication since when I

RE: serializer for hashmap

2005-01-19 Thread Patrick Martin
Title: Message There is a NameValueCollection in .NET which it would seem would be perfect for storing a HashMap where you want to have string values stored under string keys. If that's what you really want.   You might need to work out how to insert the (de)-serialisation of the Axis HashM

RE: java.lang.reflect.InvocationTargetException invoking web serv ice

2005-01-19 Thread Anatoly Shein
Hi We encountered with the same problem and found that in case of java.lang.Error was thrown on the server side axis just ignores the cause and answers to client with just InvocationTargetException without the cause. It is inconsistency in axis because in case of java.lang.Exception client aware to

Automate WS Client Program

2005-01-19 Thread babloosony
Hi All, How do we automate the process of writing a web service axis client program that uses stub based approach where a web service method accepts and returns custom types. Are there any plugin for eclipse or frameworks that does that. I am using doc/lit style web service but not rpc/enc Say be