Memotoo
API / Intefaces communications with MemotooRSS Feed
Announce your API, discuss how to develop your plugins, ...
API documentation
Informations:
Number of messages: 36
Number of posts: 97
Last posted: 2023-09-05 - 09:19
Last visit: 2024-03-29 - 10:56
Number of posts not read since your last visit: 0
Bookmark and Share
Return to the forum - Forums list - Reply to this post - New message - Search a postSearch a post

SOAP example in VB .NETRSS Feed



Author Message
Sönke

Translate this message to:
BulgarianChinese (Traditional)CroatianCzechEnglishFinnishFrancaisGermanGreek
HindiItalianJapaneseNederlandsNorwegianPortugueseRussianSpanishSwedish
smile Posted 2010-02-09 - 15:56

Hi all,

has anyone a working example how to use the SOAP-interface in VB .NET 2008?
I do not manage to get it work.

My trials look this way:


Dim para As New Memotoo.paramSearch()
para.login = "xxx"
para.password = "xxx"
para.search = "*e*"
para.limitStart = 0
para.limitNb = 100

Dim m As New Memotoo.MemotooSoapPortTypeClient("*", " http://api.memotoo.com/SOAP-server.php?wsdl")
Dim Ergebnis() As Memotoo.note = m.searchNote(para)

For Each erg As Memotoo.note In Ergebnis
Console.WriteLine(erg.description)
Next


This way it doesn't work. Has anyone an Idea?


Return to the forum - Forums list - Reply to this post - New message - Search a postSearch a post