RE: code generated by wsdl2java

2007-07-20 Thread Desmond Whewell (CV/ETL)
Thanks, Alejandro . Desmond Whewell (CV/ETL) wrote: > Jeff, > > The only files that I store are: > > 1. The ant files that control the generation from the WSDL >

Support for JMX?

2007-07-20 Thread Desmond Whewell (CV/ETL)
Tomcat 5.5 provides rich support for control of the server through JMX. Are there any plans for Axis2 to provide similar mechanisms? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: code generated by wsdl2java

2007-07-20 Thread Desmond Whewell (CV/ETL)
Jeff, The only files that I store are: 1. The ant files that control the generation from the WSDL 2. The receiver and skeleton files that replace the boiler plate versions generated by Axis2. All others are derived at build time. Cheers, Des From: Jeff

RE: useOriginalwsdl again

2007-07-17 Thread Desmond Whewell (CV/ETL)
e-writing? -Original Message- From: Deepal Jayasinghe [mailto:[EMAIL PROTECTED] Sent: 16 July 2007 18:44 To: axis-user@ws.apache.org Subject: Re: useOriginalwsdl again Did you check the wsdl service name and the service name in the services.xml. Those two should be equal . Thank

useOriginalwsdl again

2007-07-16 Thread Desmond Whewell (CV/ETL)
Axis2 1.2/Tomcat 5.5.9 I have put the following in my services.xml file, as suggested on this list: true true I want the server to supply the original WSDL file but allow it to modify the port address. The original WSDL file is in the META-INF directory. Despite this, it fails with an error in I

RE: Pulling wsdl off a server (solved)

2007-07-16 Thread Desmond Whewell (CV/ETL)
or all the schemas it comes across. Cheers, -Original Message----- From: Desmond Whewell (CV/ETL) [mailto:[EMAIL PROTECTED] Sent: 16 July 2007 13:16 To: axis-user@ws.apache.org Subject: RE: Pulling wsdl off a server So if my wsdl used: ... ... Would that be sufficient? Or do I have to s

RE: Pulling wsdl off a server

2007-07-16 Thread Desmond Whewell (CV/ETL)
or imported schemas should specify a schemaLocation attribute that specifies the path to the XSDs. Anne On 7/16/07, Desmond Whewell (CV/ETL) <[EMAIL PROTECTED]> wrote: > I understand that I can retrieve the WSDL of a service by performing > a GET to a URL, ".../axis2/servi

Pulling wsdl off a server

2007-07-16 Thread Desmond Whewell (CV/ETL)
I understand that I can retrieve the WSDL of a service by performing a GET to a URL, ".../axis2/service/MyService?wsdl", say. If I choose to use the original WSDL and that WSDL performs includes or imports, from where should the referenced XSD files be retrieved? Cheers, Des Axis2 1.2/Tomcat 5

RE: axis and UTF-8

2007-07-12 Thread Desmond Whewell (CV/ETL)
What do the bytes look like 'on the wire', using Ethereal, say? -Original Message- From: Frédéric Viollet [mailto:[EMAIL PROTECTED] Sent: 12 July 2007 08:40 To: axis-user@ws.apache.org Subject: Re: axis and UTF-8 Yes, I understand this, but it shouldn't be é é is a Latin representation

RE: book

2007-07-06 Thread Desmond Whewell (CV/ETL)
Oops, sorry! From: Desmond Whewell (CV/ETL) [mailto:[EMAIL PROTECTED] Sent: 06 July 2007 12:49 To: axis-user@ws.apache.org Subject: book http://www.amazon.co.uk/Professional-Java-Development-Spring-Framework/d p/0764574833/ref=pd_bowtega_1/026-7101567-0830869

book

2007-07-06 Thread Desmond Whewell (CV/ETL)
http://www.amazon.co.uk/Professional-Java-Development-Spring-Framework/d p/0764574833/ref=pd_bowtega_1/026-7101567-0830869?ie=UTF8&s=books&qid=11 83722541&sr=1-1

RE: Eclipse Europa and XML bindings

2007-07-03 Thread Desmond Whewell (CV/ETL)
d XML bindings Hi Desmond, For the initial release, it was agreed that we will go ahead with the default Axis2 data binding (i.e ADB). Its a feature improvement to the 'jst.ws' component under Eclipse WTP. AFAIK it will be handled in next release. Thanks Lahiru. On 7/3/07, Desmond

Eclipse Europa and XML bindings

2007-07-03 Thread Desmond Whewell (CV/ETL)
I have downloaded the new Europa release for Eclipse to make use of the improved support for Axis2. However, when setting the Axis preferences for the data binding, the only option is 'ADB'. Does anyone know what I have to do to enable support for xmlbeans? Cheers, Des -

RE: Axis2 1.1.1 WSDL2JAVA - Not generating java classes for

2007-06-25 Thread Desmond Whewell (CV/ETL)
The multiple-run and merge option is exactly what I did. If you study the generated code, you will see that is it fairly regular and it is straightforward to merge the results of multiple runs into one implementation. Despite this, it *is* error-prone and extremely tedious. Thankfully, my wsdl is

[axis2] wsdl2java versus scomp (xmlbeans)

2007-06-18 Thread Desmond Whewell (CV/ETL)
Using: Axis2 1.2, xmlbeans 2.2.0 I have a wdsl file and a set of schemas that I am trying to process using wsdl2java. When invoked, wsdl2java fails with: --- Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.RuntimeException: java.lang.reflect.Invocat

RE: Forcing the unpacking of aar files

2007-05-31 Thread Desmond Whewell (CV/ETL)
-user@ws.apache.org Subject: Re: Forcing the unpacking of aar files Des, You can actually deploy an unpacked aar : http://www.developer.com/open/article.php/10930_3557741_2 -- dims On 5/31/07, Desmond Whewell (CV/ETL) <[EMAIL PROTECTED]> wrote: > > Is there a configuration option that

Forcing the unpacking of aar files

2007-05-31 Thread Desmond Whewell (CV/ETL)
Is there a configuration option that will force Axis2 (1.2) to unpack the the aar files upon deployment? Cheers, Des - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [axis2]What is the equivalent of 'ServletContextListener' in Axis2?

2007-05-25 Thread Desmond Whewell \(CV/ETL\)
: axis-user@ws.apache.org Subject: Re: [axis2]What is the equivalent of 'ServletContextListener' in Axis2? Try ServiceLifeCycle: http://wso2.org/library/333 -- dims On 5/25/07, Desmond Whewell (CV/ETL) <[EMAIL PROTECTED]> wrote: > > > Sorry, I omitted to say I'm us

RE: [axis2]What is the equivalent of 'ServletContextListener' in Axis2?

2007-05-25 Thread Desmond Whewell \(CV/ETL\)
Sorry, I omitted to say I'm using Axis2 1.2 as a war file on Tomcat 5.5 From: Desmond Whewell (CV/ETL) [mailto:[EMAIL PROTECTED] Sent: 25 May 2007 10:17 To: axis-user@ws.apache.org Subject: [axis2]What is the equivalent of 'ServletContextListener

[axis2]What is the equivalent of 'ServletContextListener' in Axis2?

2007-05-25 Thread Desmond Whewell \(CV/ETL\)
Is there an equivalent in Axis2 that gives the capability that ServletContextListener gives in Servlets? I have used ServletContextListener in Tomcat as a way of copying , defined in web.xml, into System properties. These properties can then be examined throughout the buisness logic to control beh

Trouble adding SOAP Header elements when faults occur

2007-05-17 Thread Desmond Whewell \(CV/ETL\)
I am trying to build my first web-service using Axis2 (vers 1.2) and I am having trouble with the SOAP Header when faults occur. I have: @ generated the Java code from the WSDL, with xmlbeans bindings, @ implemented the business logic in the generated MyServiceMessageReceiverInOut, shown in outl