PHP 5 Soap Client - Format of Request

'SOAP Extension Function and Calling Web Services' tutorial book was cited in an Expert Exchange forum post in 2007.

The SOAP Extension Function and Calling Web Services tutorial book was cited in an Expert Exchange forum post in 2007.

Subject: PHP 5 Soap Client - Format of Request
Date: Dec 20, 2007
Author: stormist
Source: http://www.experts-exchange.com/Web_Development
   /Web_Languages-Standards/PHP/Q_23018904.html

>I need to send a soap request to a web service where the following
>XML needs to be sent to the web service method
>QueryPageEventsExternal:
>
><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/...
>   <soapenv:Header/>
>   <soapenv:Body>
>      <sws:QueryPageEventsExternal>
>         <PageSize>10</PageSize>
>         <SWSMessage>
>            <sws:ListOfswseevents>
>               <sws:EeventsEvent>
>               </sws:EeventsEvent>
>            </sws:ListOfswseevents>
>         </SWSMessage>
>         <ViewMode>All</ViewMode>
>         <StartRowNum>0</StartRowNum>
>      </sws:QueryPageEventsExternal>
>   </soapenv:Body>
></soapenv:Envelope>
>
>From what it looks like, I'm having a hard time getting the
>SWSMessage formatted right.
>
>What would the code look like to make that soapClient call in PHP 5?

Perhaps these tutorials might help:
https://www.herongyang.com/php/php_soap.html
http://www.w3schools.com/soap/default.asp
...

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

 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

PHP 5 Soap Client - Format of Request

 IllegalBlockSizeException thrown from .NET dll: msg#00024

 Encoding problem with MySQL

 How can I view the Chinese data in my database?

 JSTL custom tags

 Trying to run forEach

 Hvor "sikker" er adgangskontrol med htaccess?

 How to add DTD syntax line into XML using java code

 Configure soap trên PHP

 how to update garbled characters

 Clr UDT Serialization

 PHP Sessions Timing Out

 "Out-of-left-field" question for any ASP/VBScript Gurus

 soapclient

 Trying SOAP and PHP with no luck?

 Reference Citations in 2006

 Reference Citations in 2005

 Reference Citations in 2004

 Reference Citations in 2003