Skip to content

Roy Tutorials

Technical… Theoretical… Practical…

  • Home
  • FAQs
  • About Me
  • Home
  • soap server

Tag: soap server

Here in this tutorial I am going to show you how you can return a list of objects from SOAP web service using PHP programming language. SOAP is an acronym and stands for Simple Object Access Protocol. SOAP web service supports only XML format data type. SOAP itself is a messaging protocol that defines the…

Leave a Comment on How to return a List of Objects from SOAP Web Service using PHP
Posted in PHP SOAP

How to return a List of Objects from SOAP Web Service using PHP

In this tutorial I am going to show you how to create SOAP web service using SoapServer and how to consume web service using SoapClient in PHP. I am going to create a WSDL or web service definition language file for defining the contract between the server and client. SoapServer is used to create server…

Leave a Comment on How to create and consume SOAP Web Service using SoapServer and SoapClient in PHP
Posted in PHP SOAP

How to create and consume SOAP Web Service using SoapServer and SoapClient in PHP

Introduction Here I am going to tell you how to configure PHP SOAP web service. Obviously you can imagine why I am going to show you PHP SOAP configuration. This is required when you are going to create or consume the SOAP web service from your PHP programs. SOAP is an acronym that stands for…

Leave a Comment on PHP SOAP Web Service Configuration
Posted in PHP SOAP

PHP SOAP Web Service Configuration

Categories

Copyright © 2014 - 2022 Roy Tutorials

Privacy | Terms & Conditions