HOME HTML CSS XML JAVASCRIPT   PHP SQL MORE...   References Examples    

WSDL チュートリアル

WSDL ホーム
WSDL はじめに
WSDL 文書
WSDL ポート
WSDL バインディング
WSDL と UDDI
WSDL 構文
WSDL まとめ


 

You Have Learned WSDL, Now What?

Previous Next

WSDL Summary

This tutorial has taught you how to create WSDL documents that describes a web service. It also specifies the location of the service and the operations (or methods) the service exposes.

You have learned how to define the message format and protocol details for a web service.

You have also learned that you can register and search for web services with UDDI.


Now You Know WSDL, What's Next?

The next step is to learn about SOAP and Web Services.

SOAP

SOAP is a simple XML-based protocol that allows applications to exchange information over HTTP.

Or more simply: SOAP is a protocol for accessing a web service.

If you want to learn more about SOAP, please visit our SOAP tutorial.

Web Services

Web services can convert your applications into web-applications.

By using XML,  messages can be sent between applications.

If you want to learn more about web services, please visit our Web Services tutorial.


previous next