PDA

View Full Version : آموزش: راهنمایی کار با xml



dokhtare7darya
یک شنبه 31 فروردین 1393, 09:04 صبح
سلام
من باید از ی فایل xml خروجی بگیرم و تتوی وبسایت نمایش بدم. اما نمیدونم اصلا چجوری اینکار انجام میدم آوزشهای موجود هم کمکی بهم نکرد.
اطلاعات xml
<definitions name="WebService" targetNamespace="urn:Saman"><message name="pishbiniThreeDayRequest"><part name="id" type="xsd:string"/><part name="userId" type="xsd:string"/><part name="pass" type="xsd:string"/></message><message name="pishbiniThreeDayResponse"><part name="Result" type="xsd:string"/></message><message name="currentWeatherRequest"><part name="id" type="xsd:string"/><part name="userId" type="xsd:string"/><part name="pass" type="xsd:string"/></message><message name="currentWeatherResponse"><part name="Result" type="xsd:string"/></message><portType name="WebPortType"><operation name="pishbiniThreeDay"><input message="tns:pishbiniThreeDayRequest"/><output message="tns:pishbiniThreeDayResponse"/></operation><operation name="currentWeather"><input message="tns:currentWeatherRequest"/><output message="tns:currentWeatherResponse"/></operation></portType><binding name="WebBinding" type="tns:WebPortType"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><operation name="pishbiniThreeDay"><soap:operation soapAction=""/><input><soap:body use="encoded" namespace="urn:Saman" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input><output><soap:body use="encoded" namespace="urn:Saman" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output></operation><operation name="currentWeather"><soap:operation soapAction=""/><input><soap:body use="encoded" namespace="urn:Saman" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input><output><soap:body use="encoded" namespace="urn:Saman" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output></operation></binding><service name="WebService"><port name="WebPort" binding="tns:WebBinding"><soap:address location="http://www.irimo.ir/index.php?module=cdk&func=loadmodule&system=cdk&sismodule=user/call_function.php&ctp_id=145&func_name=odv_serverFunction"/></port></service></definitions>