简体   繁体   English

Ideone.com API无法发送代码

[英]Ideone.com API couldn't send code

I download c# realization of ideone API from here http://ideone.com/api . 我从http://ideone.com/api下载ideone API的C#实现。 I use this 我用这个

Object[] ret = client.createSubmission(login, pass, "n = gets", 17, "1", true, true);

to send code, but code in link i've got is blank, with input of "1". 发送代码,但链接中的代码为空,输入为“ 1”。 How to fix it? 如何解决?

I download latest wsdl from http://ideone.com/api/1/service.wsdl and 我从http://ideone.com/api/1/service.wsdl下载了最新的wsdl,并且

      createSubmission()

started to work correctly. 开始正常工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM