WSDL (วิสเด้าว์) เอกสารส่งข้อมูลของ Web Service (เว็บ เซอร์วิส)

'A Sample WSDL 1.1 Document' tutorial was cited in a mindphp.com article in 2018.

The A Sample WSDL 1.1 Document tutorial was cited in a mindphp.com article in 2018.

Subject: WSDL (วิสเด้าว์) เอกสารส่งข้อมูลของ Web Service (เว็บ เซอร์วิส)
Date: Jan 12, 2018
Author: mindphp.com
Source: https://www.mindphp.com
   /%E0%B8%9A%E0%B8%97%E0%B8%84%E0%B8%A7%E0%B8%B2%E0%B8%A1
   /31-%E0%B8%84%E0%B8%A7%E0%B8%B2%E0%B8%A1%E0%B8%A3%E0%B8
   %B9%E0%B9%89%E0%B8%97%E0%B8%B1%E0%B9%88%E0%B8%A7%E0%B9
   %84%E0%B8%9B/5196-wsdl.html

WSDL คือเอกสารในรูแบบ XML ใช้ในการบอกการทำงานของ Web Services
มีลักษณะเป็นไฟล์ .wsdl สามารถอ่านออกได้ทั้ง human และ machine
บ่งบอกถึงลักษณะการเรียกใช้งาน Web Service ค่า Parameter
อะไรบ้างที่จะต้องใส่ และ โครงสร้างของ Response กลับมาจะเป็นอย่างไร

หน้าที่ของ WSDL

WSDL ใช้ในการอธิบายถึงการให้บริการของฝั่ง Endpoint ที่อยู่ในรูปของ
XML Format Document มีกจะถูกใช้งานควบคู่กับ SOAP เพื่อให้ข้อมูล
XML Schema หรือโครงสร้าของ Web Service เพื่ออ่านข้อมูลในไหล์  WSDL
และทำการวิเคราะห์คำสั่งที่สามารถใช้งานได้บน Server ส่วนข้อมูล Datatype
แบบพิเศษที่จะเป็นก็จะถูกรวบรวมใน WSDL เช่นกัน ทำให้ Client สามารถใช้งาน
SOAP เพื่อส่งคำสั่งจากชุดข้อมูลใน WSDL ไปบน HTML

ตัวอย่าง SOAP.wsdl
<?xml version="1.0"?>
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
  xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
  xmlns:hy="https://www.herongyang.com/Service/"
  targetNamespace="https://www.herongyang.com/Service/">

  <wsdl:documentation>
    Hello_WSDL_11_SOAP.wsdl
    Copyright (c) 2007 by Dr. Herong Yang, herongyang.com
    All rights reserved
  </wsdl:documentation>

  <wsdl:types>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
      targetNamespace="https://www.herongyang.com/Service/">
      <xsd:element name="HelloRequest" type="xsd:string"/>
      <xsd:element name="HelloResponse" type="xsd:string"/>
    </xsd:schema>
  </wsdl:types>
...

Table of Contents

 About This Book

 Reference Citations in 2023

 Reference Citations in 2022

 Reference Citations in 2021

 Reference Citations in 2020

 Reference Citations in 2019

Reference Citations in 2018

WSDL (วิสเด้าว์) เอกสารส่งข้อมูลของ Web Service (เว็บ เซอร์วิส)

 Properly using .bind() in React...

 XML 파일 보는 방법

 Java Code Examples for java.sql.ResultSet.getAsciiStream()

 Optimized Hybrid Security Model using Base 64 Algorithm

 Locking Rows In MYSQL

 Algoritmat Kriptografike dhe Siguria

 C# (CSharp) RSAPublicKey Examples

 Google Play Games Services works...

 【CTF】SUCTF 2018 部分web writeup

 FISCO-BCOS - client.keystore Generation

 Secure Hashing Algorithm

 DARE Algorithm: A New Security Protocol

 SMA CRYPTOGRAPHY ALGORITHM DECRYPT MD5 SOLUTION

 Labeless Part 5: Decrypt Strings in Boleto Banking Malware

 Agregator internetskih radijskih postaja

 openssl 설정 pem 생성 - 프로그래밍 방식으로 SSL 인증서 확인

 security - https - java 서버가 tls 1.2 만 받아들이고

 WSDL 2.0文档示例

 Reference Citations in 2017

 Reference Citations in 2016

 Reference Citations in 2015

 Reference Citations in 2014

 Reference Citations in 2013

 Reference Citations in 2012

 Reference Citations in 2011

 Reference Citations in 2010

 Reference Citations in 2009

 Reference Citations in 2008

 Reference Citations in 2007

 Reference Citations in 2006

 Reference Citations in 2005

 Reference Citations in 2004

 Reference Citations in 2003