problem in webservices

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ananth
    New Member
    • Nov 2006
    • 75

    #1

    problem in webservices

    Hi all ,
    i have created a webservices and i am calling it in a action button and passing values to the webservices the coding of it is as follows

    Dim oSoapClient As MSSOAPLib30.Soa pClient30
    Set oSoapClient = New MSSOAPLib30.Soa pClient30
    Call oSoapClient.MSS oapInit("http://10.10.10.195/ATS/webcensus.nsf/savesoftware?WS DL")
    Dim xmlString As String
    xmlString = oSoapClient.set SaveSoftwareInf ormation(s, tmp, result)
    This where i am getting an error

    I am getting an error on the setSaveSoftware Information .This is a property in the WSDL page to store values and vb is not able to identify it

    how to make this code work
Working...