Peter,
You can also just use the WinHttpRequest to send and receive raw SOAP.
I use this with a doc/literal style service I developed in Axis 1.1.
Here is some sample code:
Private Function SendRequest() As IXMLDOMNodeList
Dim httpReq As New WinHttpRequest
Dim responseDoc As New DOMDoc
Peter,
we have some clients here running successfully Visual Basic 6.0 (with PocketSOAP
and/or MS SOAP Toolkit 3.0) and Visual Basic .NET against our Axis 1.1 Server.
We are using RPC/encoded.
Try to build a Web Service with a simple methods first. E.g.:
- public void getString()
deploy the ser