Skip to content
This repository has been archived by the owner on Mar 7, 2018. It is now read-only.

how to call WCF JASON service from a scheduler job #726

Open
tabishsharekhan opened this issue Oct 24, 2016 · 0 comments
Open

how to call WCF JASON service from a scheduler job #726

tabishsharekhan opened this issue Oct 24, 2016 · 0 comments

Comments

@tabishsharekhan
Copy link

Hi,

I am trying to consume a wcf web service from the scheduler job. but no luck.
Has anyone tried this kind of stuff.

this is what i am trying

MYCODE:
Dashing.scheduler.every '2s' do
soap = SOAP::WSDLDriverFactory.new("http://localhost:64287/WebSphare.svc?wsdl").create_rpc_driver
soap.ServiceMethod(:ClientId=> 12345)

ERROR:
rufus-scheduler intercepted an error:
51574764 job:
51574764 Rufus::Scheduler::EveryJob "2s" {}
51574764 error:
51574764 51574764
51574764 NameError
51574764 uninitialized constant SOAP

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant