Memotoo.com
API / Intefaces communications with MemotooRSS Feed
Announce your API, discuss how to develop your plugins, ...
API documentation
Informations:
Number of messages: 17
Number of posts: 42
Last posted: 2012-01-30 - 18:27
Last visit: 2012-02-04 - 15:08
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
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?


Memotoo.com My Address Book Ask my contacts to update their information
Return to the forum - Forums list - Reply to this post - New message - Search a postSearch a post