Re: How to get leading zeros into ...

2002-02-27 Thread Steven Gollery
the web service, > explained my situation, and I am now allowed to send strings containing the > phone number. Thanks for your guidance. > > Regards, > Mark. > -Original Message- > From: Steven Gollery [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 27 February 2002 1

RE: How to get leading zeros into ...

2002-02-26 Thread Walsh, Mark
(String) call.invoke( new Object[] { num } ); > > which produces the following xml that is sent over the wire > 0412345678 > > -Original Message- > From: R J Scheuerle Jr [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 27 February 2002 10:16 > To: [EMAIL PROTECTE

Re: How to get leading zeros into ...

2002-02-26 Thread Steven Gollery
[] { num } ); > > which produces the following xml that is sent over the wire > 0412345678 > > -Original Message- > From: R J Scheuerle Jr [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 27 February 2002 10:16 > To: [EMAIL PROTECTED] > Cc: '[EMAIL PROTECTED]

RE: How to get leading zeros into ...

2002-02-26 Thread Walsh, Mark
ssage- From: R J Scheuerle Jr [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 27 February 2002 10:16 To: [EMAIL PROTECTED] Cc: '[EMAIL PROTECTED]' Subject: Re: How to get leading zeros into ... If you need to pass a leading zero, pass it as a string not an integer. Rich Scheuerle XML &

Re: How to get leading zeros into ...

2002-02-26 Thread R J Scheuerle Jr
If you need to pass a leading zero, pass it as a string not an integer. Rich Scheuerle XML & Web Services Development 512-838-5115 (IBM TL 678-5115)

Re: How to get leading zeros into ...

2002-02-26 Thread Steven Gollery
Mark, Have you tried making the phone number a String as you did in the version 2.2 sample? Steven Gollery [EMAIL PROTECTED] "Walsh, Mark" wrote: > Hi, > > I have a java xml client that uses Apache SOAP version 2.2 (eg > org.apache.soap...) that can send a phone number (with a leading zero) to