Welcome Guest, Not a member yet? Register   Sign In
Saving XML from SOAP?
#2

[eluser]parifuture[/eluser]
Code:
$p = xml_parser_create();
xml_parser_set_option($p, XML_OPTION_CASE_FOLDING, 0);
xml_parser_set_option($p, XML_OPTION_SKIP_WHITE, 1);
xml_parse_into_struct($p, file_get_contents("php://input"), $vals, $index);
xml_parser_free($p);

both $vals, $index are array type.


Messages In This Thread
Saving XML from SOAP? - by El Forum - 05-24-2011, 06:08 AM
Saving XML from SOAP? - by El Forum - 06-30-2011, 09:36 PM



Theme © iAndrew 2016 - Forum software by © MyBB