Jump to content
php.lv forumi

php soap


hoho

Recommended Posts

  • 2 weeks later...

oij, kaut kaa gruuti iet man ar SOAP, nevaru iebraukt .... :(

 

piemeeram ir man koda gabals:

<?xml version="1.0" encoding="utf-8" ?>

- <wsdl:definitions xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="/PublicService.asmx" xmlns:s1="http://microsoft.com/wsdl/types/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="PublicService.asmx" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">

- <wsdl:types>

- <s:schema elementFormDefault="qualified" targetNamespace="PublicService.asmx">

<s:import namespace="http://microsoft.com/wsdl/types/" />

- <s:element name="GetPartnerList">

- <s:complexType>

- <s:sequence>

<s:element minOccurs="1" maxOccurs="1" name="partnerCategoryId" type="s:unsignedByte" />

</s:sequence>

</s:complexType>

</s:element>

- <s:element name="GetPartnerListResponse">

- <s:complexType>

- <s:sequence>

<s:element minOccurs="0" maxOccurs="1" name="GetPartnerListResult" type="tns:ArrayOfPartner" />

</s:sequence>

</s:complexType>

</s:element>

- <s:complexType name="ArrayOfPartner">

- <s:sequence>

<s:element minOccurs="0" maxOccurs="unbounded" name="Partner" nillable="true" type="tns:Partner" />

</s:sequence>

....

...

....

 

ar ko vispaar saakt?

Link to comment
Share on other sites

×
×
  • Create New...