I have a .Net API (wsdl). I have created a proxy for it, and now it want to use it in ASP. Since, we didn’t get any readymade Proxy generator for ASP/vbscript, We used .Net command prompt to generate the Proxy class.
Code:
Dim ws
set ws = Server.CreateObject("Integration_1_1") ‘line where ERROR appears
Dim auth
auth = ws.Login(entityID, partnerKey, userKey)
If (auth <> "")