• 大小: 0.12M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: webservice  验证  C#  java  c  

资源简介

c#调用java带身份验证webservice

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.xml;

namespace Windowsxml
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void button1_Click(object sender EventArgs e)
        {
            string[] value = { “1210128117200033090203“ “1201“ };
            string[] name = { “barcode“ “area“ };
            string param = GET.ZuCan(name value);
            textBox1.Text += param + “\r\n“;
            //GET_TERMINAL_ONLINE_STATUSGET_TERMINAL_ADDR
            MySoapClient my = new MySoapClient(“GET_TERMINAL_ADDR“);
        

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1574  2013-07-21 11:33  Windowsxml\Windowsxml\app.config

     文件      44032  2013-07-21 14:40  Windowsxml\Windowsxml\bin\Debug\Windowsxml.exe

     文件       1574  2013-07-21 11:33  Windowsxml\Windowsxml\bin\Debug\Windowsxml.exe.config

     文件     138752  2013-07-21 14:40  Windowsxml\Windowsxml\bin\Debug\Windowsxml.pdb

     文件      14328  2013-07-21 14:41  Windowsxml\Windowsxml\bin\Debug\Windowsxml.vshost.exe

     文件       1574  2013-07-21 11:33  Windowsxml\Windowsxml\bin\Debug\Windowsxml.vshost.exe.config

     文件        490  2007-07-21 01:33  Windowsxml\Windowsxml\bin\Debug\Windowsxml.vshost.exe.manifest

     文件       1370  2013-07-21 14:41  Windowsxml\Windowsxml\Form1.cs

     文件       4744  2013-07-21 14:38  Windowsxml\Windowsxml\Form1.Designer.cs

     文件       5814  2013-07-21 14:38  Windowsxml\Windowsxml\Form1.resx

     文件       5254  2013-07-18 15:41  Windowsxml\Windowsxml\GET.cs

     文件       8233  2013-07-21 14:36  Windowsxml\Windowsxml\MySoapClient.cs

     文件      36864  2013-07-21 11:33  Windowsxml\Windowsxml\obj\Debug\TempPE\Service References.ServiceReference1.Reference.cs.dll

     文件        691  2013-07-21 14:41  Windowsxml\Windowsxml\obj\Debug\Windowsxml.csproj.FileListAbsolute.txt

     文件        847  2013-07-21 14:40  Windowsxml\Windowsxml\obj\Debug\Windowsxml.csproj.GenerateResource.Cache

     文件      44032  2013-07-21 14:40  Windowsxml\Windowsxml\obj\Debug\Windowsxml.exe

     文件        180  2013-07-21 14:40  Windowsxml\Windowsxml\obj\Debug\Windowsxml.Form1.resources

     文件     138752  2013-07-21 14:40  Windowsxml\Windowsxml\obj\Debug\Windowsxml.pdb

     文件        180  2013-07-21 13:42  Windowsxml\Windowsxml\obj\Debug\Windowsxml.Properties.Resources.resources

     文件        491  2013-07-18 15:05  Windowsxml\Windowsxml\Program.cs

     文件       1376  2013-07-18 15:05  Windowsxml\Windowsxml\Properties\AssemblyInfo.cs

     文件       2870  2013-07-18 15:05  Windowsxml\Windowsxml\Properties\Resources.Designer.cs

     文件       5612  2013-07-18 15:05  Windowsxml\Windowsxml\Properties\Resources.resx

     文件       1095  2013-07-18 15:05  Windowsxml\Windowsxml\Properties\Settings.Designer.cs

     文件        249  2013-07-18 15:05  Windowsxml\Windowsxml\Properties\Settings.settings

     文件       2115  2013-07-21 11:33  Windowsxml\Windowsxml\Service References\ServiceReference1\configuration.svcinfo

     文件      17899  2013-07-21 11:33  Windowsxml\Windowsxml\Service References\ServiceReference1\configuration91.svcinfo

     文件      29320  2013-07-21 11:33  Windowsxml\Windowsxml\Service References\ServiceReference1\epmisService.wsdl

     文件      86070  2013-07-21 11:33  Windowsxml\Windowsxml\Service References\ServiceReference1\Reference.cs

     文件       1523  2013-07-21 11:33  Windowsxml\Windowsxml\Service References\ServiceReference1\Reference.svcmap

............此处省略17个文件信息

评论

共有 条评论