Pytanie : Skarbikowany API, XML parsing problem?

Cześć!
I am using Kędzior API przez XML…
I am XML parsing błąd. .but XML stosownie tworzyć. The kod z API dawać below.

Kindly sugerować?

regards
sd

(1):
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
 '. $cr;
		$GetRoomTypesRequest =$GetRoomTypesRequest. "". $cr;
		$GetRoomTypesRequest =$GetRoomTypesRequest. "". $cr;
		$GetRoomTypesRequest =$GetRoomTypesRequest. "". $UserId. "". $cr;
		$GetRoomTypesRequest =$GetRoomTypesRequest. "". $UserPassword. "". $cr;
		$GetRoomTypesRequest =$GetRoomTypesRequest. "". $VendorId. "". $cr;
		$GetRoomTypesRequest =$GetRoomTypesRequest. "". $VendorPassword. "". $cr;
		$GetRoomTypesRequest =$GetRoomTypesRequest. "63". $cr;
		$GetRoomTypesRequest =$GetRoomTypesRequest. "". $cr;
		$GetRoomTypesRequest =$GetRoomTypesRequest. "";
		
		$data_string=trim ($GetRoomTypesRequest);
		 
		
		 
		$filename= " GetRoomTypes ";
		
		// $headerarr=array ("Zadawalać-Typ: tekst/xml ");
		$headerarr = szyk ( 
            "Zadawalać-Typ: tekst/xml; charset= \ "utf-8 \ "", 
            "Akceptować: tekst/xml", 
            "Cache-Kontrolować: żadny-cache", 
            "Pragma: żadny-cache", 
            "SOAPAction: \ "\ "", 
            "Zadawalać-Długość: " .strlen ($data_string)
                   ); 
		
		$file=fopen ($filename. "Request.xml", "w+");
		fwrite ($file, $data_string);
		fclose ($file);
 
		 
		 
        
		$curl_handle = curl_init ();
		curl_setopt ($curl_handle, CURLOPT_URL, $url);
		curl_setopt ($curl_handle, CURLOPT_HTTPHEADER, $headerarr); 
		curl_setopt ($curl_handle, CURLOPT_HEADER, (0)); 
		curl_setopt ($curl_handle, CURLOPT_FOLLOWLOCATION, 1);
		curl_setopt ($curl_handle, CURLOPT_RETURNTRANSFER, 1);
		curl_setopt ($curl_handle, CURLOPT_POST, 1);
		curl_setopt ($curl_handle, CURLOPT_POSTFIELDS, $data_string);
		// Wykonywać the POCZTA i dostawać the dane the serwer.
		$result = curl_exec ($curl_handle) lub kostka do gry ("Tam  być CURL_EXEC błąd");
		// Zakończenie the SKARBIKOWANY rękojeść
		curl_close ($curl_handle);


		$file=fopen ($filename. "Response.xml", "w+");
		fwrite ($file, $result);
		fclose ($file);
		
		 echowy $result;

 	 	 
? >


Odpowiedź : Skarbikowany API, XML parsing problem?

Tutaj być set kartoteka który I tworzyć dla jednakowy pytanie.  The definitywny strona wytwarzać SQL sznurek the dane w MySQL baza danych ale po prostu wystawiać the info.
Inne rozwiązania  
 
programming4us programming4us