RE: Newbie Doubts on Apache WSS4J

2005-02-09 Thread Bouche Paul
#x27;s and > other test cases ? > > > Please execuse me if I am really dumb !, > Kumar. > > > On Wed, 9 Feb 2005 14:34:01 +0100, Bouche Paul > <[EMAIL PROTECTED]> wrote: > > yes as fas as I understand this is where the test cases and > wsdd's

RE: Newbie Doubts on Apache WSS4J

2005-02-09 Thread Bouche Paul
Download the axis source distribution from the latest cvs or better a stable source (1.2rc2) so it will compile. -- Paul > -Original Message- > From: babloosony [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 9. Februar 2005 14:18 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re

RE: Does Axis support list enumeration?

2005-01-20 Thread Bouche Paul
I am amazed to see that other are also interested in doing enumerations. But I guess you are coming for the XML presepctive. The answer to your questions is yes. See the following for detials. I am still wondering if Axis will ever support Java 1.5 Enums. -- Paul snip JAX-RPC Spec

RE: XMLBean data

2005-01-06 Thread Bouche Paul
First of you cannot automatically serialized any arbritrary java object with Axis (it wouldn't know how). For Axis to automatically serialize/deserialize your objects they need to be Java Bean compatible (if you don't know what that is google for java beans). One of the requirements for a java b

[Repost] extra classes vs. inheritance search

2005-01-06 Thread Bouche Paul
Hi, I habe the following problem I have an interface similar to this public interface IWebService { public RequestSearchResult requestSearch(SearchRequestBase[] searchRequests); } and the classes look the following the ReqeustSearchResult is not the problem public abstract class SearchReq

RE: Bug in WSDL2JAVA?

2005-01-04 Thread Bouche Paul
Is the wsdl correct? I remember seeing the problem and its discussion before on this list. You might want to search the archives at the list. I just did that and check this out http://issues.apache.org/jira/browse/AXIS-1331. -- Paul > -Original Message- > From: Antonio Ruiz Martínez [

extra classes vs inheritance search

2005-01-03 Thread Bouche Paul
Hi, I habe the following problem I have an interface similar to this public interface IWebService { public RequestSearchResult requestSearch(SearchRequestBase[] searchRequests); } and the classes look the following the ReqeustSearchResult is not the problem public abstract class SearchReq

Documentation tag in wsdl

2004-12-16 Thread Bouche Paul
Does anyone know how to include the documentation tag in the automatic wsdl generation in axis? What I actually want is when my web service endpoint is called via http://...?wsdl that the returned wsdl will include documentation about the web service with a documentation tag that I told axis be

RE: Long: Problem with a method that returns byte[]

2004-12-15 Thread Bouche Paul
According to the axis doc and the jax-rpc spec. The following is true XML <-> Java Data Mapping in Axis How your Java types map to SOAP/XML types Interoperability, interop, is an ongoing challenge between SOAP implementations. If you want your service to work with other platforms and implement

RE: Axis and Java 1.5

2004-12-13 Thread Bouche Paul
Hi, > Upon further review, I discovered that the > org.w3c.com.Node interface has the new method > "getUserData(String key)" in Java 1.5. I'm sure this > is the reason for all the errors - interfaces not > fully implemented. I also got these errors when trying to build axis with Java 1.5. Yet thi

Axisfault

2004-11-23 Thread Bouche Paul
I am using Axis 1.2rc2 and am talking to a Web Service using Axis 1.1 final which I have no control over. I noticed that the detail information of the Axisfault was lost, not deserialized correctly by Axis 1.2rc2. The service is a RPC style service. Did anyone notice similiar behaviour? -- Pau

RE: HashMap problem

2004-10-19 Thread Bouche Paul
Dalibor, response see below... > -Original Message- > From: Dalibor Dostál [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 19. Oktober 2004 14:51 > To: [EMAIL PROTECTED] > Subject: Re: HashMap problem [...] > What kind of service style do you use? - I don´t understand this > question. We j

RE: HashMap problem

2004-10-15 Thread Bouche Paul
What kind of client do you use? What kind of service style do you use? java.util.HashMaps are not all that interoperable. They only work with modifications to generated code. Does Axis maybe serialize the request is gets in into a different object? -- Paul > -Original Message- > From

[Repost] Java 5 - serialization of enum types

2004-10-04 Thread Bouche Paul
Does anyone here know here when and if AXIS will support Java 5 esp. serialization of enum types? Thanks for any input, paul .

RE: Array of Objects in Axis and .NET interop

2004-09-30 Thread Bouche Paul
Tami, what version of AXIS are you using? AXIS 1.1 final has very poor support for doc/lit. Maybe this creates the different view. > -Original Message- > From: Nelson Minar [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 30. September 2004 01:42 > To: [EMAIL PROTECTED] > Subject: RE: Arra

Java 5 - serialization of enum types

2004-09-30 Thread Bouche Paul
Does anyone here know here when and if AXIS will support Java 5 esp. serialization of enum types? Thanks for any input, paul .

RE: java.util.HashMap (a bit long)

2004-09-29 Thread Bouche Paul
> > Hi, > > I am also using HashMaps, but only in AXIS - so I am > interessted in your > solution for Interoperability reasons > > Thanks Tomi > > ------ > -- > --- > T-Systems

RE: [Axis error] No serializer found for class

2004-09-28 Thread Bouche Paul
; at > org.apache.axis.encoding.DeserializationContextImpl.startEleme > nt(Deseria > lizationContextImpl.java:963) > at > org.apache.axis.message.SAX2EventRecorder.replay(SAX2EventReco > rder.java: > 198) > at > org.apache.axis.message.MessageElement

Interoperability

2004-09-28 Thread Bouche Paul
I have been reading the recent discussions about interoperability esp. with .NET sending arrays, using WSDL and so forth and the suggested method was to write interfaces use java2wsdl to get a starting wsdl then edit it and generate the actually service stubs and skeletons with wsdl2java. Now a

java.util.HashMap

2004-09-28 Thread Bouche Paul
If anyone is interested I have managed to receive a java.lang.util.HashMap with .NET returned by an AXIS web service. During the process of trying to work that out I also found out that the root of the problem was a namespace differrency: .NET interpreted the namespaces of the WSDL false and ad

RE: The automatically deployed ?wsdl document

2004-09-28 Thread Bouche Paul
Hello, from my understanding I think you don't have to specify the wsdl you can. AXIS should automatically generate it. It seems to me like you did not copy the .class files or the package into the WEB-INF\classes directory of axis. Maybe you also did not specify the right value for in your

RE: Java vs C++ direction....

2004-09-23 Thread Bouche Paul
The latest releace of Java AXIS has been Java AXIS 1.2 beta 3 (http://www.apache.org/dist/ws/axis/1_2beta3/) and this folders date is August 17th 2004. They must have forgotten to post this at the web site (either intendend or unintended ;-). But I am wondering about the same thing: AXIS C++ s

RE: "Strange" format of RPC/encoded messages

2004-09-23 Thread Bouche Paul
TED] > > Sent: Mittwoch, 22. September 2004 17:08 > > To: [EMAIL PROTECTED] > > Subject: Re: "Strange" format of RPC/encoded messages > > > > Yes I agree with all this. I would ask if you are interested > > in readability why not chose to implement

RE: "Strange" format of RPC/encoded messages

2004-09-22 Thread Bouche Paul
Patrick, What I write know is what I understand from talking to others (credit be to them ;-) and reading the spec. The references you see are the normal behaviour of the /encoded use of the parameters (here RPC/encoded). This is to allow serialization of complex object graphs (with cyclic ref

RE: string arrays with doc/literal

2004-09-21 Thread Bouche Paul
Hello,   from my understanding to previous posts and reading the bug data base: There is a bug in Axis 1.2 beta 3, work in progress respectively sending arrays of simple types in Axis 1.2 beta 3 with document/lit encoding.  I also understand that the developers are working on this with high

RE: Axis webservices and Visual Basic

2004-09-08 Thread Bouche Paul
Hi, what exactly do you need to do? When you encode the AXIS service with DOC / lireral then that creates a lof of problems on the AXIS side, sometimes AXIS creates DOC / encoded types which is not valid (in a DOC/literal context) and .NET does not handle them. When you encode the AXIS servic

Ecoding Problem document vs. rpc

2004-09-07 Thread Bouche Paul
Hello,   I use this list for the first time and maybe this problem has been posted before, if so then please point me to a solution.   when trying to return an array of integers for intance there is the following problem trying to generate a DOC style service.  AXIS still generates a WSDL do