RE: Axis Custom Serializers and Deserializers -- Namespace Issues

2003-02-26 Thread Lindeman, Bob
Cory, Do you mean by that should be ? Bob -Original Message- From: Cory Wilkerson [mailto:[EMAIL PROTECTED] Sent: dinsdag 25 februari 2003 17:59 To: [EMAIL PROTECTED] Subject: RE: Axis Custom Serializers and Deserializers -- Namespace Issues Ah -- well, looks like the path to m

RE: How Can I simplify the wsdd file ?

2003-02-26 Thread Lindeman, Bob
Dongsheng, You just have to use the element: regards, Bob Lindeman -Original Message- From: Dongsheng Song [mailto:[EMAIL PROTECTED] Sent: donderdag 27 februari 2003 02:26 To: [EMAIL PROTECTED] Subject: How Can I simplify the wsdd file ? When I deploy a web service, I have to wri

Re: attachment max size

2003-02-26 Thread Toshiyuki Kimura
Hi Josh, (B (B What have you been had any actual problems? (B Your axis server may have *NOT* enough disk space to (Bcreate a$B!!(Btemporary file for the attached SOAP message. (BIn my environment, I can send and/or receive over 10 MB (Battachment files. (B (B In addition, if the tempo

Re: attachment max size

2003-02-26 Thread Josh Kropf
Ooops, it wasn't a problem with Axis, it was MySQL... issue resolved. - Original Message - From: "Josh Kropf" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 26, 2003 10:16 PM Subject: attachment max size > How does one change the maximum size of atachments in Axis.

attachment max size

2003-02-26 Thread Josh Kropf
How does one change the maximum size of atachments in Axis. My web service fails when attaching a relatively large file cause some internal limit is passed.

Web Services using XML messaging

2003-02-26 Thread bhimshmb
Hi, Please let me know if it is possible to specify an optional method argument in the Web Service. Here is my problem summary... 1. I have a Web Service that supports a method by name getQuote which presently takes one argument which is the stock symbol 2. I have numerous clients that use t

How Can I simplify the wsdd file ?

2003-02-26 Thread Dongsheng Song
When I deploy a web service, I have to write much typeMapping element, because I use axis default BeanSerializerFactory & ArraySerializerFactory, So there should have a simplify method to avoid the trivialness work to write much typeMapping element. BTW: Is the wsdd file have DTD ? Thanks for s

Re: Bug/Wierdness in reading config file after class update

2003-02-26 Thread Joseph Toth
Just started to use Axis, had the same problem as: http://marc.theaimsgroup.com/?t=10430794223&r=1&w=2 subject: Bug/Wierdness in reading config file after class update I am using Resin 2.1.7 on linux with Axis1.1_rc1 happyaxis.jsp reports... XML Parser: com.caucho.xml.parsers.XmlSAXParserFac

Serialization/Deserialization issue with Axis 1.1 RC1

2003-02-26 Thread Stephane Lecercle
Hi everybody, I am using Axis 1.1 RC1, and I have met a strange issue on serializartion/deserialization of custom types (such as a bean). I get the following exception, while invoking a service having a custom bean type : - Exception: org.xml.sax.SAXException: Deserializing parameter 'myMethodRe

RE: ant script

2003-02-26 Thread Almeida, Timothy
Jan, If you look under webapps\axis\WEB-INF\server-config.wsdd, you will find a copy of the 'deployment descriptor' file being used by Axis. Typically when you deploy a service using AdminClient, this is the file that gets modified -- a new element is created within it. The wsdd also contai

.NET (Dot net) to org.apache.AXIS to org.apache.OJB - pointers needed

2003-02-26 Thread John Walker
Title: Message Hello all, and thank you in advance.    Being a newbie to both Apache projects AXIS and OJB, I am trying to accomplish two or three things in the next iteration of our software product:   1. Remove dependence from the database vendors by employing OJB JDO (Java Data Objects)

RE: Serialization/Deserialization issue with Axis 1.1 RC1

2003-02-26 Thread Stephane Lecercle
Hi again, The problem seems to come from the client, because on the server side, the bean is correctly deserialized, and serialized for the response. Is there a way to configure a client according to a set of WSDD file ? Regards Stephane. > -Original Message- > From: Stephane Le

Encoding Style

2003-02-26 Thread Dharminder Singh
Hi all,   I have a question about the encoding style attribute. I'm using axis as a client to a glue server and I'm setting the encoding style attribute on both the rpc element aswell as the body element in the request soap message. It seems that glue expects the encoding style attribute

Re: Accessing the XML in the SOAP message body directly

2003-02-26 Thread Steve Loughran
- Original Message - From: "Naresh Bhatia" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 26, 2003 10:45 Subject: RE: Accessing the XML in the SOAP message body directly Issues -- >1) I am disappointed by SOAP's (or Axis'?) serialization/deserialization >mech

Re: ant script

2003-02-26 Thread Jan Agermose
Ok, so I was just looking over this example:   http://marc.theaimsgroup.com/?l=axis-user&m=103583809210879&w=2   but at the end of target generate.axis.files it references a file copy file="${conf.src}/server-config.wsdd" ? Does anyone know what might be in this file?   Jan

RE: Deloy WebService in Jboss.net verison of axis

2003-02-26 Thread Matt Munz
Chris, jboss.net has its own deployment mechanisms/descriptors. If you already know wsdd, it's a no-brainer. Please see the JBoss website, documentation, and *user groups* for detailed assistance. from the document referenced by the link below: "Since January 2002, the AxisService is able to

RE: Deloy WebService in Jboss.net verison of axis

2003-02-26 Thread Chris Forbis
That is what I am using and having some issues with. -Original Message- From: Matt Munz [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 2:03 PM To: [EMAIL PROTECTED] Subject: RE: Deloy WebService in Jboss.net verison of axis Chris, You might want to take a look at the J

RE: Deloy WebService in Jboss.net verison of axis

2003-02-26 Thread Matt Munz
Chris, You might want to take a look at the JBoss.net module. http://www.jboss.org/developers/projects/jboss/dotnet.jsp - Matt -Original Message- From: Chris Forbis [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 1:55 PM To: '[EMAIL PROTECTED]' Subject: Deloy WebServ

Deloy WebService in Jboss.net verison of axis

2003-02-26 Thread Chris Forbis
I have the following in an ant build.xml http://localhost:8080/jboss-net/services/AdminService ${server.conf.deploy}"/> http://localhost:8080/axis/services/AdminService ${server.conf.deploy}"/> It works fine for a tomcat deploy of axis (changing jboss-net to axis) The issue I am having t

RE: Accessing the XML in the SOAP message body directly

2003-02-26 Thread Naresh Bhatia
Okay, I have waited long enough for the experts to respond. Below I am summarizing my issues with SOAP/Axis and an alternative approach. If you have any feedback please feel free to respond. Issues -- 1) I am disappointed by SOAP's (or Axis'?) serialization/deserialization mechanisms in genera

Re: ant script

2003-02-26 Thread Jan Agermose
Or of cause, if this is NOT the way to develop webservices, please comment on the approach :-)   Jan - Original Message - From: Jan Agermose To: [EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 7:30 PM Subject: ant script What is Your appro

ant script

2003-02-26 Thread Jan Agermose
What is Your approach to developing a webservice from scratch? I was thinking you start with a java interface definition, create a wsdl file using java2wsdl and from that you create the stubs and other files. extends this to implement the service methods, package it in a war and deploy

RE: REPOST - RE: calling gSoap server from Axis client - "method not implemented" error

2003-02-26 Thread Mike Burati
> I' m not sure how you could tell from the source code I provided that "urn:MagicSquare" was the namespace  Lucky guess, I guess :-).  I went to the gSoap web site, found the sample, found the source, and at the bottom of one of the source files was an array of namespace prefix t

RE: REPOST - RE: calling gSoap server from Axis client - "method not implemented" error

2003-02-26 Thread Joe Johannsen
Thanks, Mike and Roy! This worked like a charm, and can see it all with tcpmon. I'm not sure how you could tell from the source code I provided that "urn:MagicSquare" was the namespace Can someone point me in the right direction as far as passing values? I'm trying to pass an int to the gSoap

RE: Code for Session Scope

2003-02-26 Thread Almeida, Timothy
Neil, Snowed in, huh? The short answer is "Yes". In the code I wrote (and found to work) I call it before the first call. For example: HelloServiceLocator serviceLocator = new HelloServiceLocator(); stubs.Hello service = serviceLocator.getGreeter( new java.net.URL("http://localhost:808

xsd:list... how to write wsdl

2003-02-26 Thread Keith Baker
I'm trying to get java to speak to python. My python code used to return an array of strings which worked just fine. Now it returns a multidimensional array... but it is returning it in the form: Robert Frost I can't figure out how to write the type to retrieve this... I just want a mul

Re: Code for Session Scope

2003-02-26 Thread Hainer Neil
Timothy, Should I be calling setMaintainSession before the first method invocation on the service instance. Right now I have called it between the first and second method calls and axis behaves as if I'm not using session scope. I would have tried this before asking, but I'm snowed in at home a

Map-->HashMap: bug in WSDL2Java generated code?

2003-02-26 Thread Almeida, Timothy
Hi, I've noticed something that appears to be a bug in WSDL2Java. If the class used to generate the service contains a method that returns a Map (or takes a Map as a parameter) then the signature of the corresponding stub classes/interfaces use 'HashMap' instead of 'Map'. For example: public class

Re: help with proxy

2003-02-26 Thread Steve Loughran
- Original Message - From: "Nicola Muratori" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 26, 2003 02:57 Subject: Re: help with proxy > > many articles written in JavaWorld are in wrong!! please > send feedback to this article: > http://www.javaworld.com/javaworld

Re: Struts and Axis! why not?

2003-02-26 Thread Steve Loughran
look at it differently. Why wouldn't Axis handle arabic unicode? It's just characters, and Java handles that; XML is unicode ready. Mybe you can just experiment. On the subject of documentation, you get what you write. Nobody gets paid to write it, if you find areas that are lacking, you can and

Re: Struts and Axis! why not?

2003-02-26 Thread Steve Loughran
look at it differently. Why wouldn't Axis handle arabic unicode? It's just characters, and Java handles that; XML is unicode ready. Mybe you can just experiment. On the subject of documentation, you get what you write. Nobody gets paid to write it, if you find areas that are lacking, you can and

RE: Struts and Axis! why not?

2003-02-26 Thread piotrp

RE: help with proxy

2003-02-26 Thread Mike Burati
That article appears to be several years old and in fact, the example code you refer to explicitly says that it's only tested to work with Java1.1.4 (fairly obsolete by now). >From that article: (Example.java) has only been tested with JDK 1.1.4. Those property names have changed since then.

RE: wsdl and documentation

2003-02-26 Thread Pascale, Peter H.
Why does java2wsdl run against the .class files? Is that to ensure the WSDL is generated from a compile-able version of the interface? Or because reflection is the main approach to capturing the necessary info? I guess this kills my thinking that this might be simple. Peter -Original Message

RE: Struts and Axis! why not?

2003-02-26 Thread Nirmal Mukhi
Return Receipt Your RE: Struts and Axis! why not? document :

Re: help with proxy

2003-02-26 Thread Nicola Muratori
i've solved the bug. there is some confusion in environment variables!!! the correct values are: System.setProperty( "proxySet", "true" ); System.setProperty( "http.proxyHost", "linuxintra" ); System.setProperty( "http.proxyPort", "8080" ); System.setProperty("htt

help with proxy

2003-02-26 Thread Nicola Muratori
i'm in trouble with proxy authentication in a client generated by WSDL2Java that will access to GoogleSearch Web Service. I've tried to set the System.setProperty( "proxySet", "true" ); System.setProperty( "proxyHost", "linuxintra" ); System.setProperty( "proxyPort", "8080

NullPointerException in Service()

2003-02-26 Thread Uwe Kubosch
Hi all! I have a SOAP client with several threads that use the same instance of a helper class to create a Service object and a Call object in parallell. The helper class has no instance fields, so all fields are private to each thread. When I run the client I get the exception listed below.