GeneratorFactory examples please?

2005-10-27 Thread Mick Knutson
a solution for over a month now. Thank You Mick Knutson Sr. Java/J2EE Consultant BASE logic, inc. (415) 648-1804 (S.F., CA) http://www.BASELogic.com HP Consulting Services (Walnut Creek, CA)

Re: Need Design help for ComplextTypes to ActionForms please...anyone?

2005-10-19 Thread Mick Knutson
time, and dismissed as bad data in the DB. Thank You Mick Knutson Sr. Java/J2EE Consultant BASE logic, inc. (415) 648-1804 (S.F., CA) http://www.BASELogic.com HP Consulting Services (Walnut Creek, CA) From: trebor iksrazal <[EMAIL PROTECTED]> Reply-To: axis-user@ws.apache.o

Need Design help for ComplextTypes to ActionForms please...anyone?

2005-10-19 Thread Mick Knutson
over the past 1.5 months and have gotten zero response. Thank You Mick Knutson Sr. Java/J2EE Consultant BASE logic, inc. (415) 648-1804 (S.F., CA) http://www.BASELogic.com HP Consulting Services (Walnut Creek, CA)

How do you make wsdl2java classes extend my Abstract Paraent class?

2005-10-12 Thread Mick Knutson
I want my generated classes to extend my own Abstract class. How can I do this? Thank You Mick Knutson Sr. Java/J2EE Consultant BASE logic, inc. (415) 648-1804 (S.F., CA) http://www.BASELogic.com HP Consulting Services (Walnut Creek, CA)

How do you make wsdl2java classes extend my Abstract Paraent class?

2005-10-12 Thread Mick Knutson
I want my generated classes to extend my own Abstract class. How can I do this? Thank You Mick Knutson Sr. Java/J2EE Consultant BASE logic, inc. (415) 648-1804 (S.F., CA) http://www.BASELogic.com HP Consulting Services (Walnut Creek, CA)

[ot] Spring Introducing interfaces into wsdl2java generated code

2005-10-11 Thread Mick Knutson
, I was hoping to introduce IdKey into IdKeyType, but not sure how to go about that. I am also wondering if there is a way to check that the interface is implemented in IdKeyType as initialization time, verse runtime. I.e. container startup. Thank You Mick Knutson Sr. Java/J2EE Consultant

[ot] Spring Introducing interfaces into wsdl2java generated code

2005-10-11 Thread Mick Knutson
, I was hoping to introduce IdKey into IdKeyType, but not sure how to go about that. I am also wondering if there is a way to check that the interface is implemented in IdKeyType as initialization time, verse runtime. I.e. container startup. Thank You Mick Knutson Sr. Java/J2EE Consultant

RE: AW: Axis on IBM websphere5.0

2005-08-17 Thread Mick Knutson
mapping between a Service on an Nonstop server (NSK) running Axis, and WAS 5.1.1.3 The wsdl is comming from the NSK and takes special mapping to work with the ibm wsdl2java. And our cto will never allow us to void the ibm warrenty Thank You Mick Knutson Sr. Java/J2EE Consultant BASE logic

RE: AW: Axis on IBM websphere5.0

2005-08-17 Thread Mick Knutson
You Mick Knutson Sr. Java/J2EE Consultant BASE logic, inc. (415) 648-1804 (S.F., CA) http://www.BASELogic.com HP Consulting Services (Walnut Creek, CA) From: [EMAIL PROTECTED] Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: RE: AW: Axis on IBM websphere5.0 Date: Wed, 17

RE: AW: Axis on IBM websphere5.0

2005-08-17 Thread Mick Knutson
and feel it a waste that anyone else kill themselves over the IBM proprietary WS implementation. Hope I can help. Thank You Mick Knutson Sr. Java/J2EE Consultant BASE logic, inc. (415) 648-1804 (S.F., CA) http://www.BASELogic.com HP Consulting Services (Walnut Creek, CA) From: "Dorn

RE: Creating Webservice on WSAD 5.1

2005-08-15 Thread Mick Knutson
Raj Thank You Mick Knutson Sr. Java/J2EE Consultant BASE logic, inc. (415) 648-1804 (S.F., CA) http://www.BASELogic.com HP Consulting Services (Walnut Creek, CA)

Urgent help replacing axis with WAS5.0 Webservices/ibm wsdl2java in Maven

2005-07-22 Thread Mick Knutson
0.jar. Can anyone help me with some type of code to run ibm's wsdl2java in my Maven build ASAP??? You help is greatly appreciated!!! Thank You Mick Knutson Sr. Java/J2EE Consultant BASE logic, inc. (415) 648-1804 (S.F., CA) http://www.BASELogic.com HP Consulting Services (Wa

Help with externalizing soap url in wsdl

2005-07-19 Thread Mick Knutson
I currently have the soap address hard coded in my wsdl: http://pmtdev:6060/soapd"/> So I want to externalize this setting, but still run wsdl2java each build. How can I do this? What is the best practice. Thank You Mick Knutson Sr. Java/J2EE Consultant BASE logic, inc. (415)

UltaUrgent axis 1.1 help with TypeDesc moving from 1.2 back to 1.1

2005-07-15 Thread Mick Knutson
(ConsumerType.class, true) when it needs to be this according top my debugger: new org.apache.axis.description.TypeDesc(ConsumerType.class) Can anyone help me to figure this out by 5pm PDT? Thank You Mick Knutson Sr. Java/J2EE Consultant BASE logic, inc. (415) 648-1804 (S.F., CA) http://www.BASELogic.com HP

Help with wsdl2java in maven, and unit testing.

2005-07-07 Thread Mick Knutson
JUnitDoclet could generate unit tests, and how can I include those tests in the maven test goal? Thank You Mick Knutson Sr. Java/J2EE Consultant BASE logic, inc. (415) 648-1804 (S.F., CA) http://www.BASELogic.com HP Consulting Services (Walnut Creek, CA)

running wsdl2java in maven, but instruct not to generate schema files, just defs

2005-06-27 Thread Mick Knutson
do this? Thank You Mick Knutson Sr. Java/J2EE Consultant BASE logic, inc. (415) 648-1804 (S.F., CA) http://www.BASELogic.com HP Consulting Services (Walnut Creek, CA)

RE: want to put interface declaration for my scheme objects into wsdl?

2005-06-27 Thread Mick Knutson
Can anyone please help me with this? I get this generated: public class ConsumerType implements java.io.Serializable { But I need wsdl2java to generate this: public class ConsumerType implements com.baselogic.consumer.IConsumer, java.io.Serializable { From: "Mick Knutson&quo

want to put interface declaration for my scheme objects into wsdl?

2005-06-26 Thread Mick Knutson
I want to be able to define a standard set of interfaces for all my scheme classes. Can I somehow add an "implements=MySchemeInterface" in the complext types such as with: implements="com.baselogic.MySchemeInterface"> type="xsd:string"/>

Re: including site docs into war??? How?

2005-06-14 Thread Mick Knutson
t: Re: including site docs into war??? How? Date: Wed, 15 Jun 2005 09:39:19 +1000 On Tue, Jun 14, 2005 at 04:23:24PM -0700, Mick Knutson wrote: > > > Thank You > Mick Knutson > > Sr. Java/J2EE Consultant > BASE logic, inc. > (415) 648-1804 (S.F., CA) > http://www.BASEL

including site docs into war??? How?

2005-06-14 Thread Mick Knutson
Thank You Mick Knutson Sr. Java/J2EE Consultant BASE logic, inc. (415) 648-1804 (S.F., CA) http://www.BASELogic.com HP Consulting Services (Walnut Creek, CA)

The tests generated files from maven axis:wsdl2java don't run...

2005-06-14 Thread Mick Knutson
How can I make the JUnit tests from the wsdl2java goal run when I build? They are currently in the ./target/axis/tests DIR and nothing run each time. Thank You Mick Knutson Sr. Java/J2EE Consultant BASE logic, inc. (415) 648-1804 (S.F., CA) http://www.BASELogic.com HP Consulting Services

Re: Issues using generated wsdl2java stubs and classes.

2005-06-09 Thread Mick Knutson
ur portType. results in: MyServiceLocator myLocator = new MyServiceLocator(); MyService myService = locator.getMyService(); myService.doSomething(); You do not manually create/use the Request and Response messages. This is handled by axis itself. Mick Knutson schrieb: I have generat

Help with wsdl2jave and automatic unit testing with maven

2005-06-09 Thread Mick Knutson
in the target DIR, how do I have maven run these unit tests? Thank You Mick Knutson Sr. Java/J2EE Consultant BASE logic, inc. (415) 648-1804 (S.F., CA) http://www.BASELogic.com HP Consulting Services (Walnut Creek, CA)

Issues using generated wsdl2java stubs and classes.

2005-06-08 Thread Mick Knutson
L and you can see for yourself. BTW, I am using Maven to run wsdl2java each build. Thanks in advance for your help on this matter. Mick Knutson Sr. Java/J2EE Consultant BASE logic, inc. (415) 648-1804 (S.F., CA) http://www.BASELogic.com HP Consulting Services (Walnut Creek, CA)