having all kinds of trouble getting the most rudimentary SOAP client
application to run.
Dim Connector As SoapConnector
Set Connector = New HttpConnector
Can not get past the compile -- no matter how many / which tools I reference
in my project, my code fails with "Compile Error: User-defined datatype not
defined"
Have references for 'soap connector type library' (hlsc10.dll) & micorosoft
soap library (mssoap1.dll) enabled.
What other references do I need to compile / run a VB SOAP client app?
thanks...
/Andrew
application to run.
Dim Connector As SoapConnector
Set Connector = New HttpConnector
Can not get past the compile -- no matter how many / which tools I reference
in my project, my code fails with "Compile Error: User-defined datatype not
defined"
Have references for 'soap connector type library' (hlsc10.dll) & micorosoft
soap library (mssoap1.dll) enabled.
What other references do I need to compile / run a VB SOAP client app?
thanks...
/Andrew
Comment