Thanks Scott, Don't worry about he connection refused problem. You were right, something wasn't running properly ;)
Eddie ----- Original Message ----- From: "Newman, Scott" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 12, 2002 2:21 PM Subject: RE: Getting started > Hi Eddie > > I just usually search the mailing lists at apache. The best solution > usually is to post it up here for someone to help you. That worked for me. > > > As for you connection refused, I only get that when trying to access a web > service when tomcat or the apache http server isn't running. > > What op are you using? Windows, linux? > Scott Newman > > -----Original Message----- > From: Eddie Post [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 12, 2002 5:02 AM > To: [EMAIL PROTECTED] > Subject: RE: Getting started > > Scott, > > Thanks so much, indeed I had the exact same problem as you had :) > I know have it deployed, only do I now have an Connection refused exception > with the client, but I think I figger this out. > It is only difficult to find the correct information/reference guide about > the usage of Axis. Where did you find that ? > > Eddie > > > >From: "Newman, Scott" <[EMAIL PROTECTED]> > >Reply-To: [EMAIL PROTECTED] > >To: [EMAIL PROTECTED] > >Subject: RE: Getting started > >Date: Mon, 11 Mar 2002 09:14:34 -0500 > > > >Just got over this myself. > > > >Try putting axis.jar and logxx.jar into tomcat's commom/lib folder. > > > >Also, use tcpmon to forward your soap calls to port 8080 (if that is your > >tomcat port) and see what your request/response looks like. In my case, > >the > >reason I was getting the bad envelope namespace error was because tomcat > >was > >throwing an error, and axis was trying to parse it as xml. > > > >Newman > > > >-----Original Message----- > >From: Eddie Post [mailto:[EMAIL PROTECTED]] > >Sent: Monday, March 11, 2002 5:25 AM > >To: [EMAIL PROTECTED] > >Subject: Getting started > > > >Hellu, > > > >I can get the Axis example to work. Everytime I try the wsdd Calculator > >example With Axis alpha 3 and try to deploy it, I do get the following > >error: > >--------------- > >C:\Ed_soft\Develop\Manual\xml-axis-alpha3\samples\ed>java -cp .;./a > >xis.jar;./log4j-core.jar;./jaxp.jar;./crimson.jar org.apache.axis.c > >lient.AdminClient deploy.wsdd > >Processing file deploy.wsdd > >AxisFault > > faultCode: http://xml.apache.org/axis/:Server.userException > > faultString: org.xml.sax.SAXException: Bad envelope namespace: > > faultActor: null > > faultDetail: > > exceptionName: org.xml.sax.SAXException > > stackTrace: org.xml.sax.SAXException: Bad envelope namespac > >e: > > at org.apache.axis.message.EnvelopeBuilder.startElement(Env > >elopeBuilder.java:108) > >--------------- > > > >Please some help, > >Eddie > > > >_________________________________________________________________ > >MSN Photos is the easiest way to share and print your photos: > >http://photos.msn.com/support/worldwide.aspx > > > _________________________________________________________________ > Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. >
