RE: Step By Step Example

2004-05-22 Thread Tom Sturgeon
Apparently, the apps will run from the ANT run tasks, so I am good to go on this. -Original Message- From: Tom Sturgeon Sent: Saturday, May 22, 2004 1:21 PM To: [EMAIL PROTECTED] Subject: RE: Step By Step Example Okay, I got my client to compile, but now I can't even get the sampl

RE: Step By Step Example

2004-05-22 Thread Tom Sturgeon
Okay, I got my client to compile, but now I can't even get the samples to run. They ran yesterday, and I have no idea what I changed. Here is what I get: Exception in thread "main" java.lang.NoClassDefFoundError: ClientBNStub (wrong n ame: client/ClientBNStub) at java.lang.ClassLoader.def

RE: Step By Step Example

2004-05-20 Thread Lee, Ken
> > > > My service only has one function, getCounts() (which returns > > the XML doc at the bottom). > > > > Here are my client (and stub files): > > * > > @authorTom Sturgeon > > */ > > > > package client; > > > > import stubs.*; > > > > > > public class ClientService1Stub { > > > >

RE: Step By Step Example

2004-05-20 Thread Jerry Jalenak
. Lenexa, KS 66219 (913) 577-1496 [EMAIL PROTECTED] > -Original Message- > From: Tom Sturgeon [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 20, 2004 11:51 AM > To: [EMAIL PROTECTED] > Subject: RE: Step By Step Example > > > Ken, > > I already have created a W

RE: Step By Step Example

2004-05-20 Thread Tom Sturgeon
TED] > Sent: Thursday, May 20, 2004 10:14 AM > To: [EMAIL PROTECTED] > Subject: RE: Step By Step Example > > > Is this any different for a SOAP service? > > My stub names are different than the example (which was > excellent and got me light years from where I was.

RE: Step By Step Example

2004-05-20 Thread Lee, Ken
sday, May 20, 2004 10:14 AM > To: [EMAIL PROTECTED] > Subject: RE: Step By Step Example > > > Is this any different for a SOAP service? > > My stub names are different than the example (which was > excellent and got me light years from where I was.) > > My s

RE: Step By Step Example

2004-05-20 Thread Tom Sturgeon
ReadOnly="true"; msdata:AutoIncrement="true"; type="xs:int" /> - data:PrimaryKey="true";> - - http://www.tempuri.org/DataSet1.xsd";> - data:rowOrder="0";> 1 7 1INODEPC-06 34 000BDB583C72

RE: Step By Step Example

2004-05-20 Thread Lee, Ken
> In my build stubs tasks I have the following, and indeed the > stubs are built. > > However, no classes are generated, nor source for the > classes: > > > > > >

RE: Step By Step Example

2004-05-20 Thread Tom Sturgeon
: -Original Message- From: Lee, Ken [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 19, 2004 11:28 AM To: [EMAIL PROTECTED] Subject: RE: Step By Step Example > Anyone have a step-by-step example of creating a JAVA client > from a Microsoft Web Service using WSDL? > > I could not figur

RE: Step By Step Example

2004-05-20 Thread Tom Sturgeon
] Subject: RE: Step By Step Example > Anyone have a step-by-step example of creating a JAVA client > from a Microsoft Web Service using WSDL? > > I could not figure out what a build.xml file would look like > from the Axis documentation, nor could I figure out how to > use Ant ta

RE: Step By Step Example

2004-05-19 Thread Lee, Ken
> Anyone have a step-by-step example of creating a JAVA client > from a Microsoft Web Service using WSDL? > > I could not figure out what a build.xml file would look like > from the Axis documentation, nor could I figure out how to > use Ant tasks... > Here is sample code in a jar file with a