Re: Web services on a wireless adhoc network

2002-07-09 Thread Miguel A Paraz
On Wed, Jul 10, 2002 at 12:44:09AM +0800, Supriyo Chatterjea wrote: > Does anyone have any comments on the model I just > described above? Please feel free to share your views! Hi, Your case sounds to me more like a peer-to-peer app. (JXTA?) By "ad-hoc," do you mean that the IP addresses would

prune 6-jar client for applet

2002-07-09 Thread Boris Garbuzov
What can be suggested to prune the client to the size acceptable for applet mode? Are there any special lignt client products or technologies?

ANNOUNCE: Axis beta-3 version ready for download

2002-07-09 Thread Glen Daniels
Hi all you SOAP fans out there! Apache Axis (http://xml.apache.org/axis) has just released our third beta, on our way to a 1.0 release this summer. Axis: * Is a flexible, extensible Web Services framework for Java developers. * Has an almost complete implementation of Sun's JAX-RPC and SAAJ s

RE: Removing xsi types from XML.

2002-07-09 Thread Wimmer, Matthias
Dave: I don't have any serializer. This is just code that is inside of the client's method static void main( String [] args){ ... } I have to admit that I don't know yet anything about serializers. But maybe this is exactly the stuff that you will need for your own serializer.

RE: Removing xsi types from XML.

2002-07-09 Thread David Owens
Hi Matt! So, does this code live in your own serializer? We are just using the default bean searializer and one we wrote for Locale seraialization. So what you did to get rid of the xsi types is create your own searializer? Thanks. |)ave On Tue, 2002-07-09 at 14:43, Wimmer, Matthias wrote: >

RE: Removing xsi types from XML.

2002-07-09 Thread Wimmer, Matthias
David: This is the part of my code where the call is made: SOAPEnvelope env = new SOAPEnvelope(); try{ Service service = new Service(); Call call = (Call) service.createCall(); call.setTargetEndpointAddress( new java.net.URL( ...servername... ));

RE: Removing xsi types from xml.

2002-07-09 Thread David Owens
Matthias, Yes, that is exactly what I am trying to do. I have actually gotten the server side not to send the xsi types (by setting sendXsiTypes="false" as a parameter in the global configuration) but the client doesn't seem to know how to deal with it. I have set the same parameter in the clie

RE: WSDL-Service Payload encoding/decoding to/from different "XML"-Formats

2002-07-09 Thread Chris Haddad
Wolfgang –     Can you communicate the exact use case and maybe provide an example?  I’ve become a bit familiar with the serialization subsystem, but I’m not clear on your exact requirements.    For example, do you desire to:   Retain the default QName->object type mappings? Overr

Re: Session?

2002-07-09 Thread Andrew Vardeman
At 03:08 PM 7/9/2002 -0400, you wrote: >I've got a test web service that gets and sets a java class. I used >WSDL2Java to gen the stub and skeleton. The stub implements my interface. >In the impl's constructor, I create and populate several private field >variable instances of my base class. > >

Session?

2002-07-09 Thread Cohan, Sean
I've got a test web service that gets and sets a java class. I used WSDL2Java to gen the stub and skeleton. The stub implements my interface. In the impl's constructor, I create and populate several private field variable instances of my base class. >From my client, I'm able to instantiate my

RE: Removing xsi types from xml.

2002-07-09 Thread Wimmer, Matthias
David: I copied you a small part of the stuff that my system is exchanging. It's a call by SOAP-RPC. As you can see, in the upper part there are no xsi:type attributes. If this is what you are looking for, I can send you the code. Matthias Wimmer http://schemas.xmlsoap.org/soap/envelope/";

Re: Web services on a wireless adhoc network

2002-07-09 Thread Steve Loughran
makes sense to me. What you want is dynamic lan scoped service discovery, rather than centralised registries for internet scope binding. I have been prototyping something to do this in my limited spare time; a multicast IP based system with -a variant of SLP for locating services. It will use

xsd:unsigned* and xsd:time support in wsdl2java

2002-07-09 Thread Christopher Kowalski
wsdl2java doesn't currently support xsd:unsigned* and xsd:time. I was just wondering if support for these types will make it into the next release. If not, I would like to know when it will be available. Lack of support for these types is preventing me from using Axis to the degree I would l

Web services on a wireless adhoc network

2002-07-09 Thread Supriyo Chatterjea
Hi, I'm trying to implement web services on a wireless adhoc network. I've given a brief overview of the problem and the tools I'm planning to use and that's followed by a couple of questions. Consider a few wireless devices within range of each other each providing its own service(s). Each devi

classes directory

2002-07-09 Thread Julien Chandezon
i want to change the classes's default path webapps/axis/WEB-INF/classes in order to get the classes in a other directory for example /home/toto/classes. how can i do it ? thank you and sorry for my bad english

Removing xsi types from xml.

2002-07-09 Thread David Owens
Hi all! Right now I am sending xml from axis to axis and I am trying to decrease the xml size. I changed the configuration on both the client and server to NOT send xsi types. It worked, in that the server stopped sending the xsi type, but it blew up on the client. Has anyone else used this fe

RE: Problems with WSDL2Java and complex import/include hierarchie s

2002-07-09 Thread butek
I've got this on my todo list, but I haven't had the chance to get to it, yet. Your best bet will be to open a bugzilla bug so we can track it and it doesn't get lost. Russell Butek [EMAIL PROTECTED] Please respond to [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>, "'[EMAIL PR

RE: Problems with WSDL2Java and complex import/include hierarchies

2002-07-09 Thread Sapozhnikov, Michael
Title: RE: Problems with WSDL2Java and complex import/include hierarchies This is an existent problem with imports and includes. I reported this some time ago. See my previous posts about multiple imports problem at http://marc.theaimsgroup.com/?l=axis-user&m=102260951728371&w=2 and about incl

WSDL-Service Payload encoding/decoding to/from different "XML"-Formats

2002-07-09 Thread Wolfgang Müller
Hello,   In a project I have to transform the communication between an AXIS-Client and a SOAP-Service directly to another XML-Format or Object Model. For that I need, similar to that what is already realised in AXIS, a Type Mapping between the Service Type (RPC-Parameter-Types) and the "local

WSIF & JAX-RPC

2002-07-09 Thread Rajan Gupta
With the brief available at alphaworks.ibm, it seems to me that the framework provided by WSIF will parallel JAX-RPC in terms of functionality. Is this a correct understanding? __ Do You Yahoo!? Sign up for SBC Yahoo! Dial - First Month Free http:

Using axis.enableListQuery

2002-07-09 Thread Rajan Gupta
Where does one set the system properties for enabling list query when using Tomcat? Thanks __ Do You Yahoo!? Sign up for SBC Yahoo! Dial - First Month Free http://sbc.yahoo.com

RE: beans as attributes to beans

2002-07-09 Thread Stickley, Jim
I was returning very complex objects from the server to the client, in both Axis-to-Axis as well as Axis-to-.Net. The one thing I found I had to avoid was using the Java Containers, by using native java arrays. Jim Stickley Birch Telecom (816) 300-6743 [EMAIL PROTECTED] -Original Message--

socket closed when deploying - bug ?

2002-07-09 Thread Geza.Szocs
Hi ! It looks like something has gone wrong with the newest nightly builds. When deploying, the client framework gives an excpetion, when the webserver requests authorization, and username/password is not specified. This is OK, if the exception is 401 (Unauthorized), but this is not the case. I

Re: JBOSS + Tomcat + AXIS

2002-07-09 Thread Bruce Scharlau
At 04:06 PM 7/8/2002 -0500, you wrote: >Is deploying axis under jboss-3.0.1RC1_tomcat-4.0.4, is as simple as >creating war file of all the contents in webapps/axis and copying the war >file to deploy directory?.I tried to access "axis" using >http://localhost:8080/axis and I get the Axis page with

A problem using Attachment

2002-07-09 Thread Amit Ingale
hi thers a problem using attachment when i connect normal EchoAttachment class to another server on another machine it connects properly but after tht gives this exception but the same works if the axis is on same oc on same server i am using apache axis beta 2 and weblogic5.1 sp12 D:\xml-axis