RE: newbie question regarding wsdl file and method arguments

2004-06-09 Thread Shaun Etherton
Hi Dhanush,   Thanks for that. I was hoping that there was some configuration option to set that would do it for me.   I want users of the webservice to know which variables are which. so if I have a method like:   registerUser( String firstname, String lastname, String favouriteColor)  

Re: How to use Document - Oriented SOAP

2004-06-09 Thread Dhanush Gopinath
Title: How to use Document - Oriented SOAP Arun Pls refer this user guide of axis http://ws.apache.org/axis/java/user-guide.html The document or wrapped style is indicated in WSDD as follows: for document style for wrapped style I think this will help you. Cheers Dhanush - Original Me

How to use Document - Oriented SOAP

2004-06-09 Thread Gujjar, Arun Kumar (Cognizant)
Title: How to use Document - Oriented SOAP Hi I am using AXIS as a web service pug-in in one of my project.  While going through the document, I come across that it uses RPC - Oriented SOAP but I want to change it for Document - Oriented SOAP. Could someone tell me, how to go ahead about do

Re: newbie question regarding wsdl file and method arguments

2004-06-09 Thread Dhanush Gopinath
Shaun   I think u can manually editall the "in0" to "username" in the WSDL and then again generate the Stubs and Skeletons using WSDL2Java tool.   I dont hink this will cause any problem as along as the type is xsd:string.   Cheers   Dhanush - Original Message - From: Shaun

RE: TypeMappingRegistry getting "lost" during call

2004-06-09 Thread Jana Poornavel
Hi cameron,   How do you load your Deserializing classes? Or let me put it this way,does your serializer Exist in your classpath ?   Regards, jana     Janarthanan Poornavel www.OrangeScape.com   From: Cameron F. Logan [mailto:[EMAIL PROTECTED] Sent: W

Re: Asynchronous Web services

2004-06-09 Thread Toshiyuki Kimura
Hi, Ias and Folks, (B (B Um ..., you and Glen are in the same position :) (BAnyway, I believe Asynchronous Web services are one of (Bthe key requirement for enterprise use, too. Thus, I'll (Bdo my best. (B (B Hopefully, I'd like to build a framework for asynchronous (Boperations on A

newbie question regarding wsdl file and method arguments

2004-06-09 Thread Shaun Etherton
Hi, Apologies in advance if this is a stupid question. Using axis for a web service that i have built and deployed but when the wdsl is generated it has the following, . etc. Can anyone tell me how I can get the name of the parameter in0 to be the same as the name of the parameter in my jav

Detect Dropped Client Connection

2004-06-09 Thread Corey Baswell
Hello, I've implemented a web service server using Axis and am processing client requests. As the processing of these requests can take some time I am wondering if there is anyway I can tell at the end of my processing if the client connection is still valid? Thanks for any help, Corey

How to determine which WSDL element is invalid?

2004-06-09 Thread Jeff Jensen
Hi, In the following error, how can I determine which WSDL element does not match the incoming XML? It sounds odd, but I am creating WSDL to match existing XML files from a web service (the WSDL does not exist) and use with Axis, and am stumped in resolving this one. I am particularly wondering

TypeMappingRegistry getting "lost" during call

2004-06-09 Thread Cameron F. Logan
I am developing an Axis-Castor based client application for a series of .NET web services using Axis v1.1 and Castor v0.9.5.3. I have built Axis using the Castor libraries, so the CastorDeserializer is available to me. I have used WSDL2Java to generate client proxies for the services. As per

Re: Asynchronous Web services

2004-06-09 Thread Aleksander Slominski
Arkady Kasianski wrote: Axis 1.2 does not support asynchronous web services. Why? It's a first requirement for enterprise. I found a few proposals on this subject in night snapshot (with file stamp is 2002?). Are you planning to provide this feature? i think that you need more than just ability

Re: Asynchronous Web services

2004-06-09 Thread Davanum Srinivas
If you mean just an async API...see http://cvs.apache.org/viewcvs.cgi/ws-axis/java/src/org/apache/axis/client/async/ -- dims - Original Message - From: Arkady Kasianski <[EMAIL PROTECTED]> Date: Wed, 9 Jun 2004 18:25:23 +0300 Subject: Asynchronous Web services To: [EMAIL PROTECTED], [EMA

Asynchronous Web services

2004-06-09 Thread Arkady Kasianski
Axis 1.2 does not support asynchronous web services. Why? It's a first requirement for enterprise. I found a few proposals on this subject in night snapshot (with file stamp is 2002?).   Are you planning to provide this feature?   The information contained in this message is proprietary o

Getting Mapping between XmlType and JavaType

2004-06-09 Thread Benjamin Sempere
Hello i ve a little question in glance with Axis So i ve a wsdl file called "AddressBook.wsdl". With wsdl2java i generate classes associated. Now in another class i user serializers generated with the Phone.class like this: //Writer StringWriter writer = new Stri

Exception on listing deployed webservices

2004-06-09 Thread Ding Lei
Hello, I'v installed Axis according to installation instructions, but when I click the "View the list of deployed service" link on local Axis page, it shows the following error message. Thank you! ding lei = Apache-Axis = And now... Some Services AXIS error Sorry, something se