RE: Axis using wrong encoding for array in Doc/literal

2003-10-06 Thread Gupta, Ankit
Dear Anne, I cannot use Array_of_xsd_int type because .NET complains that soapenc:Array_of_xsd_int is not valid in a doc literal service. That was The reason I am manually editing my WSDL so that it is more agreeable to .Net.For this problem you might have a look at the bug.

RE: Axis using wrong encoding for array in Doc/literal

2003-10-01 Thread Gupta, Ankit
Thank You Anne for your reply. After this I tried out defining the array in the wsdl in the same way as axis is sending the response on wire and the web service worked with .NET But now axis generates wrong client stubs from the wsdl My java Class is

RE: Axis using wrong encoding for array in Doc/literal

2003-09-29 Thread Gupta, Ankit
Thank you Henry and Mike for your replies. I am using axis 1.1 nightly build 30 August For the illustration of this effect I have developed a very simple Web service. Which returns a Bean containing an array Service

Axis using wrong encoding for array in Doc/literal

2003-09-26 Thread Gupta, Ankit
Hi everyone, I am using an axis webservice (wrapped/literal) return a bean(object) containing an array of integers. This service works fine with Axis client but when I try to use this service using .Net client, I get the following error: --- message=(0x04a772d0) There is an error in

Client Side deployment

2003-08-19 Thread Gupta, Ankit
Hi group, I have a web service and I want the clients to work with stubs. I wish to know whether it is possible to deploy client side handlers working with java stubs. Using The org.apache.axis.client.Service class it is possible to do so but is it possible with java stubs. Any leads will be

Strange behaviour of axis while maintaining session with soap headers

2003-07-17 Thread Gupta, Ankit
Hi, This is a followup to my previous mail Another unexpected behaviour of axis is that while maintaining session with soap header it keeps a single instance of the deployed service object for one session. I could not get how it uses the same instance. In the code of simplesessionhandler only

Help please :Date Deserializer

2003-07-07 Thread Gupta, Ankit
Hi all, I am using the date serializer and deserializer factory included with axis.My deploy.wsdd files look like the one given below. The problem is that in the server-config.wsdd file it correctly recognises Date datatype but in the Service.wsdl file Date data type is not resolved into its

Deployment problems with custom deserializers

2003-06-30 Thread Gupta, Ankit
I need some help with regard to deploying my service on apache tomcat with axis. I have to create a process that takes raw xml from axis and parses the message appropriately as well as calls some services in a separate class file based on the message. Now I want to deploy the services such that