Re: NumberFormatException - really need some help!

2002-10-01 Thread Paul Hunnisett
ve altered HTTPSender.readFromSocket() to parse 8859 as an int instead of the tmp String, but this has made no difference. Any thoughts? Paul Hunnisett www.lombok.org.uk On Mon, 2002-09-30 at 20:28, Paul Hunnisett wrote: > I am currently trying to build a server specifically for Axis, with a > few ex

NumberFormatException

2002-09-30 Thread Paul Hunnisett
ne feels that they may be able to shed any light on this, or simply point in the right direction, I would be grateful. regards Paul Hunnisett www.lombok.org.uk

Re: Axis beginner

2002-05-28 Thread Paul Hunnisett
To install tomcat, you simply need to download the zipped file from jakarta.apache.org and extract it onto your linux box. Then you simply need to copy the contents of the Axis webapp folder into /webapps You will also need to copy all of the jar files that come with axis (/lib) into /common/lib

Re: Own SOAP faultcodes in AXIS

2002-05-28 Thread Paul Hunnisett
I'm not really an expert, so I could be wrong here - or just plain missing the point, but AxisFault extends Exception - you could therefore write a class that extends AxisFault and it would be caught by code expecting an AxisFault. Sorry if this isn't what you meant... On Tue, 2002-05-28 at 16:0

RE: normal Array in XML, how ?

2002-05-24 Thread Paul Hunnisett
Isn't an array an Object in Java...? On Fri, 2002-05-24 at 14:05, [EMAIL PROTECTED] wrote: > I'm interested to know how you get the values of the array using the Call > object. > > Call.invoke( .. ) returns an object, not an array, so that doesn't work. > I tried call.getOutputValues() but doesn

Connection problem

2002-05-24 Thread Paul Hunnisett
Having just said that everything is working fine on Linux :-), I know get a connection refused error when I try to run my client classes. They all worked before and are unchanged. Any thoughts as to why this might be? Paul Hunnisett

Re: Axis on Linux Test

2002-05-24 Thread Paul Hunnisett
Not sure why, but Idon't think i's to do with Linux - I have axis running fine on Linux. Paul On Fri, 2002-05-24 at 09:42, Chohan, DB (Dharmesh) wrote: > Hi all, > > I have installed Axis on Linux and have tried to run the following tests > from the Axis user guide. The first test, java > sa

wsdl4j help required

2002-05-23 Thread Paul Hunnisett
I can manipulate and interact with WSDL using a Java API, and how do I do it? Am I missing something obvious? Paul Hunnisett

Re: Axis Newbie

2002-05-22 Thread Paul Hunnisett
I'm currently looking at JAXR as a UDDI API - I'll let you know if it's any good. Paul Hunnisett On Wed, 2002-05-22 at 14:33, Brenda Bell wrote: > This is somewhat related to Paul's question about UDDI, but I'm hoping > someone will point me in the right direct

Axis and UDDI

2002-05-22 Thread Paul Hunnisett
What support does Axis have for UDDI? Does it support JAXR? Paul Hunnisett

Re: Does Apache support messaging?

2002-05-21 Thread Paul Hunnisett
invoke the SOAP document based services. Correct me if I am wrong > > sudhir > > - Original Message - > From: "Paul Hunnisett" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, May 21, 2002 4:06 AM > Subject: Does Apache support messa

Does Apache support messaging?

2002-05-21 Thread Paul Hunnisett
ow to do it? Paul Hunnisett