Re: Re: AW: AW: AW: AW: AW: Session Management using SOAP Headers in AXIS

2004-08-26 Thread Mahen Perera
u mean this right? I have included it in the client-config file Still wont work ... Mahen On Wed, 25 Aug 2004 16:19:51 +0200, Yves Langisch <[EMAIL PROTECTED]> wrote: > Yet another question, are you working with the Axis-generated stub? > > I assume that the relevant is: > > > >

AW: soap header problem

2004-08-26 Thread Dorner Thomas
Hi Anne, thanks for reply :) I found the error - The value of the sessionelement is "". This will cause the error! Thanks Tomi --- T-Systems International GmbH Service Line Systems Integration Competence C

RE: axis fault Invalid function

2004-08-26 Thread Hari Krishna B.
Hi,   Has anybody let us know on how to supress AxisServlet from handling ?wsdl, ?list, ?method requests. As per the AXIS useDefaultQueryStrings parameter needs to be set to false in the global configuration section of the wsdd. We have tried this and its not working. Any thoughts on this w

axis fault Invalid function

2004-08-26 Thread Sagar Pidaparthi
Hi,   I get the following axis fault.   com.chordiant.bd.exceptions.ParameterValueException: Invalid function name:instantiateBusinessObject_String_String_String     does it mean, that the server tried to call the method   instantiateBusinessObject(String,String,String)   and

Substitution groups

2004-08-26 Thread Mark Wickens
Does Axis (1.1) support substitution groups? We've tried using one in our WSDL and the results from Axis are not what we expect. Before investigating further, I thought I'd just make sure we're not heading down a dead-end street.   Thanks, Mark

Re: Removing WS Classes From Cache

2004-08-26 Thread D Sledge
Excellent! I was actually looking for a CLI for reloading apps, but you pointed me in the right direction. Now that I've read the manager help, I know I can use ant to reload an app from command prompt. Thanks, D Sledge --- Dan Ciarniello <[EMAIL PROTECTED]> wrote: > I don't know about Tomca

RE: soap header problem

2004-08-26 Thread Anne Thomas Manes
Dorner, The use of default namespaces (message 1) versus namespace prefixes (message 2) makes no semantic difference. In both cases the qualified name of the sessionID element is http://xml.apache.org/axis/session}sessionID, and the qualified name of the ClientID element is http://t-systems.de/pd

RE: soap header problem

2004-08-26 Thread Anne Thomas Manes
Dorner, The use of default namespaces (message 1) versus namespace prefixes (message 2) makes no semantic difference. In both cases the qualified name of the sessionID element is http://xml.apache.org/axis/session}sessionID, and the qualified name of the ClientID element is http://t-systems.de/pd

Re: Removing WS Classes From Cache

2004-08-26 Thread Dan Ciarniello
D Sledge wrote: When I undeploy a web service, the class files remain loaded in the cache. This becomes a problem when I need to update those files. Unless I shut down tomcat and start it up again, none of the changes I make to the class files will go into effect. Even if I remove them entire

Re: Removing WS Classes From Cache

2004-08-26 Thread matthew.hawthorne
D Sledge wrote: When I undeploy a web service, the class files remain loaded in the cache. This becomes a problem when I need to update those files. Unless I shut down tomcat and start it up again, none of the changes I make to the class files will go into effect. Even if I remove them entire

Removing WS Classes From Cache

2004-08-26 Thread D Sledge
When I undeploy a web service, the class files remain loaded in the cache. This becomes a problem when I need to update those files. Unless I shut down tomcat and start it up again, none of the changes I make to the class files will go into effect. Even if I remove them entirely, I'm still ab

Re: Axis generates an undefined namespace in the generated WSDL?

2004-08-26 Thread [EMAIL PROTECTED]
I'm using the nightly build, and yes, the problem has gone away. But the Axis web pages for releases (linked from their main menu, under downloads) indicates the latest release is 1.2alpha. Anything else is apparently a "nightly build" Well, it's only been wrong for 8 months, nothing too serio

Re: Axis generates an undefined namespace in the generated WSDL?

2004-08-26 Thread Kim Tan
go the Axis website http://ws.apache.org/axis/, the last build is supposed to be March 31, 2004, 1.2 Beta, not alpha."[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: Exactly my point, these namespaces for the tns1 namespace are MISSING!I'm not sure there IS a later version of Axis availale (se the c

RE: What's the right WSDL for MIME?

2004-08-26 Thread Anand Natrajan
Good question. In a DIME version of my service, I continued with the same signature as in my original mail: public DataHandler fileReadAttach(AvakiPrincipal principal, String path, long offset, int count) throws RemoteException; However, in the implementation, I made sure to set the att

What is the right WSDL for DIME, to support .NET and Axis consumers

2004-08-26 Thread Flores, Raul
Title: What is the right WSDL for DIME, to support .NET and Axis consumers How can I support DIME in wsdl for both .NET and java? Raul

RE: What's the right WSDL for MIME?

2004-08-26 Thread Flores, Raul
How can I support DIME in wsdl for both .NET and java? Raul -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 25, 2004 8:58 PM To: [EMAIL PROTECTED]; 'Anand Natrajan' Subject: RE: What's the right WSDL for MIME? Btw -- WS-I just published the

Unintentional namespace normalization

2004-08-26 Thread Gregor Karlinger
Hi, I am facing the following problem with using Axis 1.2beta3 (nightly Build from 2004-08-15) as a webservice client: The SOAP message, which comes from the webservice over the wire, is the following: http://schemas.xmlsoap.org/soap/envelope/"; http://reference.e-government.gv.at/names

Websphere 5.0.2 and Axis -- Serializable not working

2004-08-26 Thread MBenveniste
In order to permit Axis to work with Websphere 5.0.2, one of my co-workers found that he had to remove the Serializable interface from our existing class. The same implementation was working fine under Weblogic. Does this make sense, or is there some extra work one should do in order to enable s

soap header problem

2004-08-26 Thread Dorner Thomas
Hi all, I have a problem when I send a SOAP Message with the following header form gsoap-client to AXIS-WebService: http://xml.apache.org/axis/session";> http://t-systems.de/pdmwebconnector/clientid";>PDMWorkbenchClient .. When

Re: Axis generates an undefined namespace in the generated WSDL?

2004-08-26 Thread [EMAIL PROTECTED]
Exactly my point, these namespaces for the tns1 namespace are MISSING! I'm not sure there IS a later version of Axis availale (se the clue in my wsdl header : "WSDL created by Apache Axis version: 1.2alpha") I guess I'll try log a bug about this. I'll try as well using a build from cvs sources s