tags:

views:

48

answers:

2

I am developing an application which calls EPO webservice to fetch data and it inserts to the database. Plese can anyone let me know how can i get weekly updates from EPO calling their webservice using c#

Ref wsdl url : http://ops.espacenet.com/OpenPatentServices/end-of-life/webService/getPatentData?wsdl .

A: 

Study the manual and see if it is possible to send set the period for updates. if not then you will have to write a service or a job to fetch the data on a weekly basis.

Shoban
+1  A: 

Don't bother trying. That service is being discontinued next month (was supposed to have been quite a while ago). Consider using an up-to- date version instead.

Jerry Coffin
Lol the URL even says it :-) +1
Cory Charlton