RE: New to SOAP, need help with code

2003-08-29 Thread Thompson, Neil
lto:[EMAIL PROTECTED] Sent: 29 August 2003 14:32 To: [EMAIL PROTECTED] Subject: Re: New to SOAP, need help with code Neil, Just to clarify -- the sample client they gave you is MS SOAP, not .NET. (MS SOAP works with VB 6.0; .NET works with VB.NET). Also: there's an error in the sample code in

Re: New to SOAP, need help with code

2003-08-29 Thread Anne Thomas Manes
Neil, Just to clarify -- the sample client they gave you is MS SOAP, not .NET. (MS SOAP works with VB 6.0; .NET works with VB.NET). Also: there's an error in the sample code in this statement: XMLCardPaymentRequest = "I'm stuck" Note that and don't match. Looking at the sample VB clie

RE: New to SOAP, need help with code

2003-08-29 Thread Barry White
3 11:05 To: [EMAIL PROTECTED] Subject: Re: New to SOAP, need help with code Hi Neil, unfortunately I've never used .NET and I'm pretty new to Java too. But I learnt it all from the Java Web Services book (plus some very useful help from this newsgroup). It seems that knowing more about the we

RE: New to SOAP, need help with code

2003-08-29 Thread Thompson, Neil
3 11:05 To: [EMAIL PROTECTED] Subject: Re: New to SOAP, need help with code Hi Neil, unfortunately I've never used .NET and I'm pretty new to Java too. But I learnt it all from the Java Web Services book (plus some very useful help from this newsgroup). It seems that knowing more about t

Re: New to SOAP, need help with code

2003-08-29 Thread Barry White
Hi Neil, unfortunately I've never used .NET and I'm pretty new to Java too. But I learnt it all from the Java Web Services book (plus some very useful help from this newsgroup). It seems that knowing more about the web service would help you, rather than just trying to 'blindly' translate the