Re: [ATTN] Japanese patches are applied

2004-12-29 Thread Toshiyuki Kimura
$B!!LZB<$G$9!#(B (B (B [EMAIL PROTECTED]"(BTCP$B%b%K%?(B(tcpmon)$B$NF|K\8l2=BP1~$,[EMAIL PROTECTED];$7$F$$$J$$(B (B $B$N$G!"$=$A$i$NBP1~$b8e$G$4Js9p$7$^$9!#(B (B $B!!$3$A$i$NBP1~$r

Multiple target handling in Axis 1.2

2004-12-29 Thread Senthil A
(B (B (B (BHi (B (BI am Newbie for Axis 1.2 and looking out for the (Bdifferences between older implementation (Axis 1.1)I found the DOM API (Bimplementation would make users like me more comfortable with Axis. (B (BIn due course of my code study, I found the source (Bcode of

Re: [ATTN] Japanese patches are applied

2004-12-29 Thread Takashi Okamoto
From: Toshiyuki Kimura [EMAIL PROTECTED] (BSubject: Re: [ATTN] Japanese patches are applied (BDate: Wed, 29 Dec 2004 02:21:34 -0800 (PST) (B [2004/12/29(29-Dec-2004)]$B$O!"(Btcpmon$B$b9q:]2=BP1~:Q$_$J$N$G(B (B $BF|K\8l4D6-$G<[EMAIL PROTECTED]"F|K\8l%a%C%;!<%8$H$J$j$^$9!#(B (B

SOAP v1.2 datamodel and encoding support

2004-12-29 Thread Rajdeep Dua
Does axis support the soap data model and soap encoding specfied in SOAP specfication v 1.2 part 2? If yes how does this encoding map to the xml java mapping __ Do you Yahoo!? All your favorites on one personal page – Try My Yahoo!

SOAP v1.2 datamodel and encoding support

2004-12-29 Thread Rajdeep Dua
Does axis support the soap data model and soap encoding specfied in SOAP specfication v 1.2 part 2? How does this encoding map to the xml java mapping .. __ Do you Yahoo!? Yahoo! Mail - Find what you need with new enhanced search.

Re: [ATTN] Japanese patches are applied

2004-12-29 Thread Toshiyuki Kimura
$B!!LZB<$G$9!#(B (B $B!!AaB.$NJs9p$*$h$S%Q%C%ADs6!M-Fq$&$4$6$$$^$7$?!#(B (B $B$O$$!#!V>[EMAIL PROTECTED]/!"F0:n4D6-$K$h$C$FB>$N(B $B%U%#!<%k%I$b5M$^$C$?MM$JI=<($K$J$C$F$7$^$&[EMAIL PROTECTED],(B $B$"$k$3$H$r>5CN$7$F$*$j$^$9!#(B (B

Problem with the setNillable method in ElementDesc

2004-12-29 Thread Olivier Mocquais
Hi, I have generated stubs in order to access to a web service which describe the type Person in its WSDL.: wsdl:types schema targetNamespace=http://beans.hello/; xmlns=http://www.w3.org/2001/XMLSchema; import namespace=http://schemas.xmlsoap.org/soap/encoding// complexType name=Person

Problem with the setNillable method in ElementDesc

2004-12-29 Thread Olivier Mocquais
Hi, I have generated stubs in order to access to a web service which describe the type Person in its WSDL.: wsdl:types schema targetNamespace=http://beans.hello/; xmlns=http://www.w3.org/2001/XMLSchema; import namespace=http://schemas.xmlsoap.org/soap/encoding// complexType

Re: How do I manipulate the array of type Element in the MessageService example in Axis 1.2RC2?

2004-12-29 Thread Jongjin Choi
The org.w3c.dom.Element , which is used in samples/message, has no method named 'setName'. I think you are confusing org.w3c.dom.Element with org.apache.axis.MessageElement. What about using the other variation of message style service? According to Axis user documentation,

Re: Problem with the setNillable method in ElementDesc

2004-12-29 Thread Olivier Mocquais
MOCQUAIS Olivier RD-BIZZ wrote: Hi, I have generated stubs in order to access to a web service which describe the type Person in its WSDL.: wsdl:types schema targetNamespace=http://beans.hello/; xmlns=http://www.w3.org/2001/XMLSchema; import

deploy a class as a web service

2004-12-29 Thread Daniel Snchez Gmez
Hi, I need to deploy a class as a web service. I have done simple web services with axis. I would like to do my web service with axis too. The problem is that I don't found any tutorial about axis+webservices+complex types of datas. It's necessary for me, because I have a method wich recives a

Service Specific Exception not working

2004-12-29 Thread Westfall, Eric Curtis
Hello, I've searched the list for answers to this issue and I haven't been able to find any satisfactory ones. I'm having trouble getting Service Specific Exceptions as defined in the JAX-RPC specification to work properly. If I define a custom exception and have it extend RemoteException, then

Basic installation instructions problem

2004-12-29 Thread Jay Doggett
I have the Axis server up and working at last, and have made a list of the issues I ran into and fixes, which I will write up soon. Now I am attempting to deploy the monitor service per the existing instructions, but I am getting an error that reads: The axis engine could not

Re: Problem with Namespace in request envelope

2004-12-29 Thread Anne Thomas Manes
Can you supply us with the WSDL file? The SOAP Body element (the message name -- in your case GetAddressFor AddressID) is required to be a qualified element. In an rpc-style message, the namespace qualifier must be defined in the namespace attribute in the soap:body definition in the WSDL

Re: WSDL2Java import

2004-12-29 Thread Anne Thomas Manes
You must use xsd:import to import a schema, not wsdl:import. something like this: wsdl:definitions name=foo targetNamespace=urn:foo xmlns:wsdl=... xmlns:soap=... xmlns:foo=urn:foo xmlns:bar=urn:bar wsdl:types xsd:schema targetNamespace=urn:foo xmlns:xsd=...

Re: I'm Stucked with Axis if I use wsdl:types schema in my WSDL?

2004-12-29 Thread Anne Thomas Manes
You need to import your second schema into your first schema in order to reference the HelloWorld element. Like so: schema targetNamespace=http://ce.vtt.fi/HelloWorld/HelloWorld.wsdl; xmlns=http://www.w3.org/2001/XMLSchema; import namespace=http://ce.vtt.fi/HelloWorld/HelloWorld.xsd/

Re: message style == document/literal ? (and valid signature ?)

2004-12-29 Thread Anne Thomas Manes
Answers inline... On Tue, 21 Dec 2004 23:50:24 -0500, tony k [EMAIL PROTECTED] wrote: Hi All, I'm relatively new to web services and axis, so forgive me if this is old hat, but i have a few questions that i was hoping the more learned may be able to answer. (1) if i wanted to use

Re: how to synchronize the OperationDesc with the implementation class?

2004-12-29 Thread Madeleine Wright
No - I put the input parameters inside the operation element, but the class name and allowed methods parameters I put separately. Should these last 2 be inside the operation element? Thanks. Madeleine Jongjin Choi wrote: Did you specify the parameter element under the operation element?

Re: java2wsdl ant task for document/literal

2004-12-29 Thread Anne Thomas Manes
Just to clarify: On Wed, 22 Dec 2004 09:52:19 +0100, WAJSBERG Julien RD-BIZZ [EMAIL PROTECTED] wrote: Ephemeris Lappis a écrit : snip Despite my problems with the java2wsdl task, i have finally use a 'wrapped' axis wsdl to generate my client stubs for a single operation service that takes a

Re: WS-RM support?

2004-12-29 Thread Anne Thomas Manes
Ah -- the challenge with using abbreviations... I typically associate WS-RM with WS-ReliableMessaging. The OASIS spec is called WS-Reliability. WS-Reliability is not gaining any traction among the vendors and is likely to wither away. Meanwhile, Systinet and Cape Clear have released production

Re: how to synchronize the OperationDesc with the implementation class?

2004-12-29 Thread Jongjin Choi
Madeleine, The parameter, I mean for the parameters for the java method, not classname and allowed methods. You should not specifiy those under operation element. The wsdd use the same name for the service's parameter and operation's parameter. (I think this is confusing) Have you take a look

PROBLEM with WSS4J (wss4j newbie)

2004-12-29 Thread Ilias Bartolini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm tring to build my own certificates to sign outgoing messages from my server. When running the testcase i've got the following error, but I can't understand it: - - AxisFault faultCode: