hoho Posted October 3, 2007 Report Share Posted October 3, 2007 eksistee SOAP padeve. vai varat uzrakstiit kaut kaadu piemeeru kaa ar PHP izveidot pieprasiijumu un dabuut datus?! Link to comment Share on other sites More sharing options...
andrisp Posted October 3, 2007 Report Share Posted October 3, 2007 http://lv.php.net/soap http://www.google.lv/search?hl=lv&q=php+soap http://www.google.lv/search?hl=lv&q=php+soap+tutorial Link to comment Share on other sites More sharing options...
hoho Posted October 11, 2007 Author Report Share Posted October 11, 2007 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 More sharing options...
andrisp Posted October 11, 2007 Report Share Posted October 11, 2007 Nu tā jau ir tikai SOAP servera definīcija (vai nu kā tas saucas). To tev īpaši nevajag. Tev normālā cilvēku valodā API apraksts nav iedots ? Linkus apskatīji, kā jāstrādā ar SOAP servisiem ? Link to comment Share on other sites More sharing options...
Recommended Posts