91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 130KB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發布日期: 2021-05-18
  • 語言: Java
  • 標簽:

資源簡介

客戶端C#調用服務端Java的WebService

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?System.Security.Cryptography;

namespace?_1book
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?void?button3_Click(object?sender?EventArgs?e)
????????{
????????
???????? _1book.exampleService?service=new?exampleService();
????????????_1book.JafUser?user?=?new?_1book.JafUser();
????????????user.userId?=?123;
????????????user.userName?=?“lixiangyang01“;
????????????//由于服務描述中weight設置為必填項。(如果weight不賦值,則會傳遞double默認值0.0其他類型均對應相應的“空“值,eg:DateTime為NULL,int為0)
????????????//?user.weight?=?55.3;
????????????//由于服務描述中weight設置為可以為空。如果不設置user.userIdSpecified?=?true;客戶端int值123到傳遞不到服務端,服務端就會為其賦值為默認值0
????????????user.userIdSpecified?=?true;
????????????String?result?=?service.saveUser(user);
????????????Console.WriteLine(“Result?=?“?+?result);
????????????Console.ReadLine();????
????????}
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2010-10-11?23:13??客戶端\
?????目錄???????????0??2010-10-11?23:13??客戶端\51book\
?????目錄???????????0??2010-10-11?23:13??客戶端\51book\51book\
?????文件?????????908??2010-10-09?17:52??客戶端\51book\51book.sln
?????文件???????45056??2010-10-12?11:37??客戶端\51book\51book.suo
?????文件????????5883??2010-10-11?22:02??客戶端\51book\51book\51book.csproj
?????文件?????????548??2010-10-11?22:02??客戶端\51book\51book\51book.csproj.user
?????文件????????1570??2010-10-11?12:09??客戶端\51book\51book\app.config
?????目錄???????????0??2010-10-11?23:13??客戶端\51book\51book\bin\
?????目錄???????????0??2010-10-11?23:13??客戶端\51book\51book\bin\Debug\
?????文件???????12288??2010-10-12?11:35??客戶端\51book\51book\bin\Debug\51book.exe
?????文件????????1570??2010-10-11?12:09??客戶端\51book\51book\bin\Debug\51book.exe.config
?????文件???????34304??2010-10-12?11:35??客戶端\51book\51book\bin\Debug\51book.pdb
?????文件???????14328??2010-10-12?11:35??客戶端\51book\51book\bin\Debug\51book.vshost.exe
?????文件????????1570??2010-10-11?12:09??客戶端\51book\51book\bin\Debug\51book.vshost.exe.config
?????文件?????????490??2007-07-21?01:33??客戶端\51book\51book\bin\Debug\51book.vshost.exe.manifest
?????文件???????????1??2010-10-11?10:37??客戶端\51book\51book\ClassDiagram1.cd
?????文件????????1182??2010-10-12?11:36??客戶端\51book\51book\Form1.cs
?????文件????????2029??2010-10-11?22:06??客戶端\51book\51book\Form1.Designer.cs
?????文件????????5814??2010-10-11?10:39??客戶端\51book\51book\Form1.resx
?????目錄???????????0??2010-10-11?23:13??客戶端\51book\51book\obj\
?????文件????????1091??2010-10-09?16:52??客戶端\51book\51book\obj\51book.csproj.FileListAbsolute.txt
?????目錄???????????0??2010-10-11?23:13??客戶端\51book\51book\obj\Debug\
?????文件????????2391??2010-10-12?11:35??客戶端\51book\51book\obj\Debug\51book.csproj.FileListAbsolute.txt
?????文件?????????847??2010-10-11?20:51??客戶端\51book\51book\obj\Debug\51book.csproj.GenerateResource.Cache
?????文件???????12288??2010-10-12?11:35??客戶端\51book\51book\obj\Debug\51book.exe
?????文件???????34304??2010-10-12?11:35??客戶端\51book\51book\obj\Debug\51book.pdb
?????目錄???????????0??2010-10-11?23:13??客戶端\51book\51book\obj\Debug\Refactor\
?????目錄???????????0??2010-10-11?23:13??客戶端\51book\51book\obj\Debug\TempPE\
?????文件????????6144??2010-10-11?12:09??客戶端\51book\51book\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
?????文件????????9728??2010-10-11?16:22??客戶端\51book\51book\obj\Debug\TempPE\Web?References.aaa.Reference.cs.dll
............此處省略57個文件信息

評論

共有 條評論

相關資源