zhangy1zzu 2009-07-01 17:36
浏览 212
已采纳

我用ruby写了个客户端访问xfire的webservice不正常!!!

返回
#<SOAP::Mapping::Object:0x164ff0e {http://allen.org/HelloWorldService}out="You I
nput Is[zhy hello]">
实际上应该只返回
You Input Is[zhy hello]

不知道为什么,请指教!!!!

 


问题补充:
require 'soap/wsdlDriver'
require 'rexml/document'

class TheConcatRequest
    attr_reader :str
    def initialize(str)
        @str = str       
    end
end

wsdl="http://10.15.0.223:8080/xfire/services/MsgWebServices?wsdl"
serv=SOAP::WSDLDriverFactory.new(wsdl).create_rpc_driver
#调用服务方法
result=serv.test(TheConcatRequest.new('zhy hello'))
#p result.split("=")
p result
  • 写回答

2条回答 默认 最新

  • cabledemoxiaoxiao 2009-07-03 01:33
    关注

    http://httplei.iteye.com/blog/419313

    我晚上做了个测试,能访问~,你看下吧

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 ansys fluent计算闪退
  • ¥15 有关wireshark抓包的问题
  • ¥15 Ubuntu20.04无法连接GitHub
  • ¥15 需要写计算过程,不要写代码,求解答,数据都在图上
  • ¥15 向数据表用newid方式插入GUID问题
  • ¥15 multisim电路设计
  • ¥20 用keil,写代码解决两个问题,用库函数
  • ¥50 ID中开关量采样信号通道、以及程序流程的设计
  • ¥15 U-Mamba/nnunetv2固定随机数种子
  • ¥30 C++行情软件的tick数据如何高效的合成K线