Re: .NET supports DIME, Axis Supports MIME,,,, how to interoperat e?????

2004-09-14 Thread Mahen Perera
Hi Jai, Thanx for the info. I will try that Mahen On Tue, 14 Sep 2004 09:58:31 -0500, THOMAS, JAI [AG-Contractor/1000] <[EMAIL PROTECTED]> wrote: > Yes it does. > Have a look at the EchoAttachments sample that comes with Axis. > Jai > > -Original Message- > From: Mahen Perera [mailto:[

RE: The Attributes and the UN-"wrapper" style

2004-09-14 Thread Anne Thomas Manes
The JAX-RPC spec prohibits use of attributes as content of the wrapper element, but it says nothing regarding attributes as content of the elements which are children of the wrapper element. Many other implementations support attributes as content of the child elements. So this is prohibited:

RE: The Attributes and the UN-"wrapper" style

2004-09-14 Thread Anne Thomas Manes
The JAX-RPC spec prohibits use of attributes as content of the wrapper element, but it says nothing regarding attributes as content of the elements which are children of the wrapper element. Many other implementations support attributes as content of the child elements. So this is prohibited:

RE: The Attributes and the UN-"wrapper" style

2004-09-14 Thread Anne Thomas Manes
If you have an attribute in the wrapper element definition, Axis should generate a document style service, not a wrapped style service. -Original Message- From: Jeff Greif [mailto:[EMAIL PROTECTED] Sent: Friday, September 10, 2004 10:09 PM To: [EMAIL PROTECTED] Subject: Re: The Attributes

RE: The Attributes and the UN-"wrapper" style

2004-09-14 Thread Anne Thomas Manes
If you have an attribute in the wrapper element definition, Axis should generate a document style service, not a wrapped style service. -Original Message- From: Jeff Greif [mailto:[EMAIL PROTECTED] Sent: Friday, September 10, 2004 10:09 PM To: [EMAIL PROTECTED] Subject: Re: The Attributes

RE: string arrays with doc/literal

2004-09-14 Thread Anne Thomas Manes
Don't use java2wsdl. Define your WSDL by hand and then generate your code using wsdl2java. Also, make sure you use Axis 1.2. Anne -Original Message- From: Melzer, Steven [mailto:[EMAIL PROTECTED] Sent: Friday, September 10, 2004 10:40 AM To: [EMAIL PROTECTED] Subject: string arrays with

RE: string arrays with doc/literal

2004-09-14 Thread Anne Thomas Manes
Don't use java2wsdl. Define your WSDL by hand and then generate your code using wsdl2java. Also, make sure you use Axis 1.2. Anne -Original Message- From: Melzer, Steven [mailto:[EMAIL PROTECTED] Sent: Friday, September 10, 2004 10:40 AM To: [EMAIL PROTECTED] Subject: string arrays with

Disappearing namespace prefixes

2004-09-14 Thread Stuart Jensen
I am acting as a SOAP server. A client sends me xml that looks like: abcd By the time Axis is done with it and my Server Axis Handler gets themessage, the XML has been changed to look like: abcd Since this S:Body element is signed, these changes cause all sorts ofhavoc when I go to validate the s

Re: Axis and .NET interoperability - Arrays

2004-09-14 Thread Davanum Srinivas
Guys, unless there is a bug report with a reproducible test casewe can't help you. -- dims On Tue, 14 Sep 2004 09:54:30 -0400, Eric Chijioke <[EMAIL PROTECTED]> wrote: > Thanks Michael, > This is very useful. > > You found that .NET 1.1 doc/literal doesn't work with Axis 1.2 Beta 3 > for

Re: Bad performance when restarting the server

2004-09-14 Thread tony . q . weddle
The Axis servlet loads web services on request, depending on the scope. As you have session scope, the web service class will be instantiated once for each session. So the first call, in that session, will take longer than subsequent calls. I'm not aware of any configuration that will cause Axis

Re: Calling different WS than specified in client

2004-09-14 Thread Jeff Greif
There are some other ideas and the general principle here: http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/DeployedServiceTocall Jeff - Original Message - From: "Anand Natrajan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 14, 2004 7:30 AM Subject: Re

RE: .NET supports DIME, Axis Supports MIME,,,, how to interoperat e?????

2004-09-14 Thread THOMAS, JAI [AG-Contractor/1000]
Yes it does. Have a look at the EchoAttachments sample that comes with Axis. Jai -Original Message- From: Mahen Perera [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 14, 2004 12:26 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: .NET supports DIME, Axis Supports MIME how to in

Re: Calling different WS than specified in client

2004-09-14 Thread Anand Natrajan
Hi! I tried something like this about a year ago - it's tricky. I'll try to explain what I did using your terminology. In my case as well, the client would invoke a method on MyService, but I wanted the same method to be forwarded to CommonService. What I found out quickly was that unless MyServi

Bad performance when restarting the server

2004-09-14 Thread karim
Hi all axis user, I would like to know what happens when we call the first time a service. To be easily understood, here is an example : I've got one client C1. One service WS1 deployed on the server S1. I start running my server : S1 ->>> Application axis (AXIS) initialized... Then, C1 call the

RE: Axis and .NET interoperability - Arrays

2004-09-14 Thread Eric Chijioke
Thanks Michael, This is very useful. You found that .NET 1.1 doc/literal doesn't work with Axis 1.2 Beta 3 for complex objects, object arrays etc.. How did they fail to interop in your tests? I found that .NET wrappers arrays of complex objects with a container element, whereas Axis simply seria

Re: WSDL2Java issue

2004-09-14 Thread Fady Kaddoum
Let's say that SomeXObject has the following structure: Class SomeXObject { private int anInt; private Date anyDate; } This object itself, when it is generated on the client side using WSDL2Java, the latter will replace Date by Calendar and add some additional methods specific to Axis!

RE: WSDL2Java issue

2004-09-14 Thread Thomas Bailey
your XObject goes over the wire as xml representing the information contained within in - the XObject implementation specifics arent carried across. /t -Original Message- From: Paul Callahan [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 14, 2004 2:40 PM To: [EMAIL PROTECTED] Subject:

Re: WSDL2Java issue

2004-09-14 Thread Paul Callahan
whats in SomeXObject? what is being generated--in addition to what should be there? - Original Message - From: Fady Kaddoum <[EMAIL PROTECTED]> Date: Tue, 14 Sep 2004 09:15:56 +0200 Subject: WSDL2Java issue To: [EMAIL PROTECTED] Hello everybody! I 've developped some services that

Re: Axis generating temporary files

2004-09-14 Thread J . Sugrue
Just using Axis as the client. GSOAP is the server. James Mahen Perera <[EMAIL PROTECTED]> 14/09/2004 12:36 Please respond to [EMAIL PROTECTED] To [EMAIL PROTECTED] cc Subject Re: Axis generating temporary files ur using Axis as a client or server? Mahen On Tue, 14 Sep 2004 12:18:1

Re: Axis generating temporary files

2004-09-14 Thread Mahen Perera
ur using Axis as a client or server? Mahen On Tue, 14 Sep 2004 12:18:12 +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi. > > Well, I'm actually not using it as a web application. Instead I run Axis > on a client desktop application. > So I don't have access to a wsdd file. > > Thanks

Re: Axis generating temporary files

2004-09-14 Thread J . Sugrue
Hi. Well, I'm actually not using it as a web application. Instead I run Axis on a client desktop application. So I don't have access to a wsdd file. Thanks for the info though - should get me closer to the answer. James Mahen Perera <[EMAIL PROTECTED]> 14/09/2004 12:14 Please respond to [EM

Re: Axis generating temporary files

2004-09-14 Thread Mahen Perera
Hi James, I dont know whether u can make a setting so that Axis wont save these temporary files. However, u can change the directory which is used to store these templ files by using parameter in the wsdd file. Ex: Note the attachments.Directory parameter Mahen On Tue, 14 Sep 2004 1

Axis generating temporary files

2004-09-14 Thread J . Sugrue
Hi. I'm using Axis, and have noticed that my temp folder is full of "axis" files - I presume these are my attachment files. I was wondering is there any setting that I can change so that it doesn't save these temporary files, as they are really starting to take up a lot of space. I hope som

Calling different WS than specified in client

2004-09-14 Thread grzes
I want to call a WS called for example MyService but MyService isn't deployed in Axis (or anywhere else). Instead I want other WS to be called, for example CommonService (wchich is deployed of course) and a file MyService.txt to be passed as an argument for CommonService. I thought that I might wr

RE: bug in apache axis 1.2 beta ?

2004-09-14 Thread Patrick Herber
Hi, I'm also having this problem. I'm using Axis 1.2 beta 3 with Tomcat. Wenn the server starts my WS works fine, as soon I call the ...?wsdl URL I receive the described exception. Regards, Patrick > -Original Message- > From: Consultnix [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 14

AW: Axis and .NET interoperability - Arrays

2004-09-14 Thread Thiele, Michael \(LDS\)
Eric, we could not find sufficient information about interoperability in detail and checked out those issues with Axis and .NET on our own. Here is a list of out _primarily_ results. If we have some more time we will publish testcases and bugreports... HTH. Please use a monospaced font to view

WSDL2Java issue

2004-09-14 Thread Fady Kaddoum
Hello everybody!   I 've developped some services that have the following format in general:   public SomeXObject[] getAllXObjects() {     ... }   I generate the client Stub using WSDL2Java and everythings works fine. On the other hand, on the client side, I get a different implementation of