Visa ett inlägg
Oläst 2012-02-12, 22:11 #4
naak2803 naak2803 är inte uppkopplad
Mycket flitig postare
 
Reg.datum: Jun 2011
Inlägg: 767
naak2803 naak2803 är inte uppkopplad
Mycket flitig postare
 
Reg.datum: Jun 2011
Inlägg: 767
Citat:
Ursprungligen postat av Jan Eriksson Visa inlägg
bort med ; ?

Kodat på frihand...

'Anrop till webservicen
Dim WS As WebServiceSoapClient = New WebServiceSoapClient()

'Anrop till classen QRTag
Dim tag As QRTag = New QRTag()

tag.apiKey = "xxx-xxx-xxx"
tag.guid = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"

Dim arrResponse As ArrayList = New ArrayList(WS.DeleteTag(tag))

Dim sResponse As String = arrResponse(0).ToString()
tack för den, fast när ajg kopierar din kod, får jag fel på:

tag.apiKey = "xxx-xxx-xxx"
tag.guid = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"

Declaration expexted.
naak2803 är inte uppkopplad   Svara med citatSvara med citat