comxmlrpc-devel Mailing List for XML-RPC Library for COM
Brought to you by:
irvazquez
You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Ashok T. B. <AB0...@Te...> - 2013-06-13 11:34:44
|
Hi All, I am trying to perform action on 3rd party dll of Seetest tool. I have downloaded the COMXMLRPC.dll and registered. When i am trying to execute the below vbscript, i am getting error. Expected end of statment code:- 800A0401 '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' dim xmlrpcserver Set xmlrpcserver = CreateObject("comxmlrpc.rpcClient") xmlrpcserver.uri = "http://localhost:8888/C:/Documents and Settings/e20036768.client.000/Desktop/Ashok/COMXMLRPC/CookComputing.XmlRpcV2" xmlrpcserver.execute "openDevice" set xmlrpcserver = nothing ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' some of the seetest command are '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' Set client = DotNetFactory.CreateInstance("experitestClient.Client", "C:\\Program Files\\Experitest\\SeeTest\\clients\\C#\\imageClient.dll") client.Connect "127.0.0.1", 8888 client.SetProjectBaseDirectory "C:\\BMB\\speakn\\Project on 124.3.4.86" client.WebGet "www.google.com" Report client.Launch "com.barclays.apps.pingit/com.barclays.ui.application.AlterUserActivity", true, false Report client.WebGet "www.google.com" Report ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' client.waitForElement ( "NATIVE", "id=tvPasscodeInfo",0, 1000) client.click("NATIVE", "text=OK", 0, 1); Thanks Ashok ============================================================================================================================Disclaimer: This message and the information contained herein is proprietary and confidential and subject to the Tech Mahindra policy statement, you may review the policy at <a href="http://www.techmahindra.com/Disclaimer.html">http://www.techmahindra.com/Disclaimer.html</a> externally and <a href="http://tim.techmahindra.com/tim/disclaimer.html">http://tim.techmahindra.com/tim/disclaimer.html</a> internally within Tech Mahindra.============================================================================================================================ |
From: Ellers <el...@el...> - 2004-12-21 21:21:35
|
Hello I have made a number of big updates to (er, I've overhauled) comxmlrpc. I'd like to contribute this back, but is this project still going? I don't see any activity. The updates including making the package properly recursive so it can handle any nesting of data types (eg arrays of arrays, dictionaries of arrays, etc), much improved coding and arrangement, a demo test program, a couple test servers (simple servers written in python), etc. Should I upload this to patches or... well its not really a patch but an overhaul. Any suggestions? Andrew |