我试图投入生产我的网站。 但是当我的应用程序调用我的URI时,我有以下消息
bad URI(is not URI?):
当我在localhost上运行应用程序时,它正在运行,但是当我在生产中运行应用程序时,它根本不起作用。
我怎么能解决这个问题,我已经尝试过了:
uri = URI.parse(URI.encode(url.strip))
以及此提示的其他变量。
感谢您的帮助。
答案 0 :(得分:0)
我正在尝试这样做:
client = LemonWay::Client.new wsdl: "https://ws.lemonway.fr/mb/xxx/dev/directkit/service.asmx?wsdl",
wl_login: "test",
wl_pass: "test",
language: "fr",
version: "1.1"
来自此tuto https://github.com/lemonwaysas/ruby-client-directkit-string
答案 1 :(得分:0)
您是否尝试过默认测试的登录名和密码
登录:“社会”
密码:“123456”
http://documentation.lemonway.fr/api-en/introduction/test-environment-and-default-accounts
另外,我可能需要检查您希望从directkit获取哪种格式(xml,json ...)