Error with SOAP

Status
Not open for further replies.

jeff2674

Member
Joined
Jul 27, 2009
Messages
8
I'm trying to pull informatio using the SOAP API. I am using Access 2007 / VBA. I set the web reference to the correct URL and it pulls the class modules in like it should.

I then created a simple from with a button on it. On the on_click I use the following code. However when it runs I get an error 13 'type mismatch'. Can anyone help?

Private Sub Command0_Click()
Dim objClient As New clsws_RRWsdl

Call MsgBox(objClient.wsm_getCountryList)

End Sub

I wanted to see if it would work before I purchase the premium account. I read that you can pull this info with just the free account.
 
Status
Not open for further replies.
Top