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
(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
[] { 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]
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 &
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)
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