WebServices related question

Hi, maybe this qst will sound stupid but i’m new in this and not understanding a lot… my question goes like this: if someone made webservice (not in lotus) on some server and i need to send some data from my lotus notes database automaticlly,how to do that… i saw something about soap messages and so…but i’m not sure how to do that…

for example…i need to send document number, and status (field in the document) every 10mins

?!? :-S

Subject: Depends on what type of service

It all depends on what type of web service you are interacting with; is it SOAP, XML-RPC, REST, or something else entirely? Notes 8 makes interacting with a SOAP service much easier, and you could load in some custom libraries to deal with the other types, but without knowing more about it, it’s hard to point you in the right direction.

Subject: RE:

well , one guy made his web service (he worked in C#)…

here is WSDL of that service: http://www.microline.hr/WebServices/MOL.asmx?WSDL

what can i do if i made my own library from this WSDL? can i send him data?

Subject: Suggest a course, TLCC has a web services for Domino course

See TLCC Course Details - Using XML and Web Services for Domino 7

Howard