以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  webservice  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=91894)

--  作者:hzplq
--  发布时间:2016/10/21 11:12:00
--  webservice
请问:对方wesbervice提供的图片上传接口有4个参数,其中一个参数是2进制数组,请问foxtable下如何来调用,请给个例子。接口如下:

    <UploadFile xmlns="http://DFGY.com/webservices/">
      <fileBytes>base64Binary</fileBytes>
      <fileName>string</fileName>
      <cCusCoCode>string</cCusCoCode>
      <cCusCode>string</cCusCode>
      <key>string</key>
    </UploadFile>

--  作者:hzplq
--  发布时间:2016/10/21 11:28:00
--  
如果我采用HDSoft.Lib.WebServices.InvokeWebService()调用时参数类型不同怎么表示?
--  作者:有点蓝
--  发布时间:2016/10/21 11:51:00
--  
让接口方给你提供调用例子