Hi, Chris.
 
I just ported our existing VB SOAP client to work with the AXIS server over the weekend, it's a bit struggle.
 
Basically, here are a few things that you need to watch out for:
 
(1). If you use the  Low Level API for SOAP Messages (HttpConnector), you can not set the "SoapAction" property. It will fail.
 
(2). The XML response message that AXIS sends back may contain: vbLf, vbCr and some trailing white spaces that you need to get rid off first before
    you can load it into a DOMDocument.  Hopefully, AXIS will take care of this later.
 
(3). If you the  High Level API for SOAP Messages (SoapClint), it works pretty good.
 
 
Good luck.
 

[Zhao Dai]  -----Original Message-----
From: Chris Ruegger [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 25, 2002 12:45 PM
To: [EMAIL PROTECTED]
Subject: Visual Basic Clients?

Is there any place where I could see the source code for a sample Microsoft client (preferably Visual Basic)
that connects to an Axis Web Service (e.g StockQuote) and invokes some methods?
Thanks in advance.
 

Reply via email to