<?php
//Retrieve name from query string and store to a local variable
$name = $_POST['name'];
echo "<h3> Hello $name </h3>";
?>
public mixed SoapClient::__soapCall ( string $function_name , array $arguments [, array $options [, mixed $input_headers [, array &$output_headers ]]] )
arguments
Массив аргументов, передаваемых в функцию. Это может быть упорядоченный или ассоциативный массив. Обратите внимание, что большинство SOAP серверов требуют предоставлять имена параметров, и в этом случае это должен быть ассоциативный массив.
"ProjectCode" => "123",
"SiteCode" => "000008",
"ProposalType" => "4",
"ClientName" => "Name",
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xs1="http://v8.1c.ru/8.1/data/core" xmlns:xs2="http://url/crm" targetNamespace="http://url/crm" elementFormDefault="qualified">
<xs:import namespace="http://v8.1c.ru/8.1/data/core"/>
<xs:element name="Load">
<xs:complexType>
<xs:sequence>
<xs:element name="ProjectCode" type="xs:string" nillable="true"/>
<xs:element name="SiteCode" type="xs:string"/>
<xs:element name="ProposalType" type="xs:string"/>
<xs:element name="ClientName" type="xs:string"/>
<xs:element name="Email" type="xs:string" nillable="true"/>
<xs:element name="Mobile" type="xs:string"/>
<xs:element name="Message" type="xs:string" nillable="true"/>
<xs:element name="AppCode" type="xs:string" nillable="true"/>
<xs:element name="SitePrice" type="xs:double" nillable="true"/>
<xs:element name="Urls" type="xs:string" nillable="true"/>
<xs:element name="Subscribe" type="xs:boolean" nillable="true"/>
<xs:element name="RSource" type="xs:string" nillable="true"/>
<xs:element name="ManagerID" type="xs:string" nillable="true"/>
<xs:element name="SessionID" type="xs:string" nillable="true"/>
<xs:element name="Agent" type="xs:string" nillable="true"/>
<xs:element name="Agent_email" type="xs:string" nillable="true"/>
</xs:sequence>
</xs:complexType>
</xs:element>