RE: WSDL2Java does not generate custom exception

2004-10-26 Thread Anne Thomas Manes
Note, though, that fault messages MUST be defined as document/literal rather than rpc/encoded, per the WSDL 1.1 specification [1]: 3.6 soap:fault The soap:fault element specifies the contents of the contents of the SOAP Fault Details element. It is patterned after the soap:body element (see sect

Re: Having difficulty using native libraries (Tomcat and SHLIB)

2004-10-26 Thread charles . rosa
- Charles H. Rosa, Ph.D. Staff Research Engineer General Motors Corporation R&D and Planning Mail Code 480-106-359 30500 Mound Rd Warren, MI 48090-9055 Tel/work/cell: +1 248 670-8389 Fax/work: +1 586 986-0574 Email: [EMAIL PROTECTED] - Forwarded by Charles H Rosa/US/GM/G

Re: Does Calendar Serializer work ?

2004-10-26 Thread Dan Ciarniello
Ivan Aguirre wrote: Hello Folks !!! Two paremeters of my WS are Calendars. By SOAP Monitor I saw that it maps to "xsd:dateTime". I would like to know what serializer/descerializer it's using CalendarSerializer/Desc or DateSerializer/Desc... How can I know ?? Thankx in advance

build failed

2004-10-26 Thread Koney, Satish
I am getting the following error while trying to run wsdl2java using ant. BUILD FAILED: C:\Service\FinalSvc\build.xml:28: taskdef A class needed by class org.apache.axis.tools.ant.wsdl.Wsdl2javaAntTask cannot be found: org/apache/tools/ant/Task Total time: 1 second But the ant.jar is

RE: How do I safely evolve data structures?

2004-10-26 Thread Sheptunov, Bogdan
Afaik, there's no versioning spec as of yet. Try this article as a jump start: http://www-128.ibm.com/developerworks/webservices/library/ws-version/ > -Original Message- > From: Luca Manganelli [mailto:[EMAIL PROTECTED] > Sent: Monday, October 25, 2004 7:59 AM > To: [EMAIL PROTECTED] > S

Does Calendar Serializer work ?

2004-10-26 Thread Ivan Aguirre
Hello Folks !!! Two paremeters of my WS are Calendars. By SOAP Monitor I saw that it maps to "xsd:dateTime". I would like to know what serializer/descerializer it's using CalendarSerializer/Desc or DateSerializer/Desc... How can I know ?? Thankx in advance -

Re: Deserialization

2004-10-26 Thread Aoife Kavanagh
I sent a mail on Friday asking somethingg similar with regards to deseralizing a complex type.  I ran wsdl2java on the WSDL file where the type is defined.  I have no control over the server.  My client is unable to deserialize the data sent back from the sever.  It always obtains the error  (w

AW: Web Services sessions with axis and tomcat

2004-10-26 Thread Dorner, Thomas
Hi Suzy,   look for my email from yesterday with the concern: AxisHttpSession and find their enclosed my method getNewSession() and a new AxisHttpSession.java class   Tomi   Von: Suzy Fynes [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 26. Oktober 2004 10:25 An: [EMAIL PROTE

How to use AdminClient with local transport?

2004-10-26 Thread Kai Grossjohann
My coworkers think that enabling the AdminService is a security hole, but perhaps I could convince them if the AdminClient wasn't talking to Tomcat but would rather edit the file directly. Perhaps the local transport is my friend. But I don't understand how to use it. If I invoke AdminClient -l

Re: Web Services sessions with axis and tomcat

2004-10-26 Thread Silvano Maffeis
See javax.xml.rpc.server.ServiceLifecycle silvano Suzy Fynes wrote: Thanks for that. Is there anyway to monitor it from the server side? -Original Message- From: Silvano Maffeis [mailto:[EMAIL PROTECTED] Sent: 26 October 2004 10:45 To: [EMAIL PROTECTED] Subject: Re: Web Services sessions w

Re: Deserialization

2004-10-26 Thread Michael Schuerig
On Tuesday 26 October 2004 04:23, [EMAIL PROTECTED] wrote: > Michael, > Create a WSDL type with the structure you want. > Run wsdl2java on this. Use this java class on the client side. > On the server side, use a different class, use your serializer > and the Bean Deserializer for this. Yes, t

RE: Web Services sessions with axis and tomcat

2004-10-26 Thread Suzy Fynes
Thanks for that. Is there anyway to monitor it from the server side? -Original Message- From: Silvano Maffeis [mailto:[EMAIL PROTECTED] Sent: 26 October 2004 10:45 To: [EMAIL PROTECTED] Subject: Re: Web Services sessions with axis and tomcat Suzy Fynes wrote: > Hey, > > > > Does anyon

Re: Web Services sessions with axis and tomcat

2004-10-26 Thread Silvano Maffeis
Suzy Fynes wrote: Hey, Does anyone have any ideas how best to manage sessions in Axis and tomcat? Thanks Suzy o Specify "session" deployscope when running wsdl2java o Let your web services class implement javax.xml.rpc.server.ServiceLifecycle to be notified when the session is initiat

RE: Problem with a WSDL

2004-10-26 Thread Pranay Parsatwar
Hi, The WSDL needs the following change and it will start wrking when u view with ?wsdl: to This will work. As for u cannot modify the WSDL, then I had asked for a patch from axis guys but no reply till now. So if no change, then carry on with

Problem with a WSDL

2004-10-26 Thread Luca Manganelli
Hi, I have this WSDL (that I cannot modify): http://acm.org/samples"; xmlns="http://schemas.xmlsoap.org/wsdl/"; xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"; xmlns:tns="http://acm.org/samples"; xmlns:xs="http://www.w3.org/2001/XMLSchema";> http://acm.org/samples";

Web Services sessions with axis and tomcat

2004-10-26 Thread Suzy Fynes
Hey,   Does anyone have any ideas how best to manage sessions in Axis and tomcat?   Thanks Suzy  

RE: AXIS-1424 ServiceAdmin

2004-10-26 Thread Brian Dillon (ext. 944)
Mark, These were integrated into the current head revision last week (thanks Dims). Thanks, Brian -Original Message- From: Mark Chaimungkalanont [mailto:[EMAIL PROTECTED] Sent: 26 October 2004 04:26 To: [EMAIL PROTECTED] Subject: AXIS-1424 ServiceAdmin Hi all, Does anyone know what b