phpeveryday.com

The best tutorial of php, php framework, php strategies, object oriented oriented,


Web Services - WSDL: Messages

Tag: web services, wsdl, messages   Category: PHP Application
post: 10 Apr 2008 read: 973


PHP Web Services Using WSDL Step By Step Tutorial - Part 4: a message is an abstract definition of the data being transmitted. Message define input and output parameters. Input which you send parameter to server. Output which you get result from server. Look our code:

  <message name="doHello">
    <part name="yourName" type="tns:getName" />
  </message>
  
  <message name="doHelloResponse">
    <part name="return" type="tns:HelloResponse" />
  </message>

Relationship message and types can you read below:

Yup, every parameters be transmitted have type. These type, you define at types. It is simple, isn't it?



Series this article:
Webservices - WSDL: Anatomy of WSDL Document
Web Services - WSDL: Sample WSDL Document
Web Services - WSDL: Types
Web Services - WSDL: Messages
Web Services - WSDL: Port Types
Web Services - WSDL: Bindings
Web Services - WSDL: Service
Web Services - WSDL: Creating SOAP Server
Web Services - WSDL: Testing with SOAP Client

| Give Your Opinion | Recommend
Share and Bookmark to: These icons link to social bookmarking sites where readers can share and discover new web pages.
digg del.icio.us technorati Ma.gnolia BlinkList

Recommended articles by other readers:
Web Services: How PHP Kiss VB.NET? (Part 1)
Chart: How to Build Cool Animation Real Time Chart
Joomla: Fast Road to Understand Component Programming
Email: Send Attachement Mail
SMS : Sending SMS with PHP and ActiveXperts (Part 1)

What do You Think?
Your Name *:
Email *:
(Will not be published)
Website/URL:
Your Comment *:
* Required


624
posting