Searched refs:envelope (Results 1 – 25 of 483) sorted by relevance
12345678910>>...20
9 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 12 env:role="http://www.w3.org/2003/05/soap-envelope/role/next">foo</test:echoOk>15 env:role="http://www.w3.org/2003/05/soap-envelope/role/next">27 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-…
9 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 12 xmlns:env1="http://schemas.xmlsoap.org/soap/envelope/"23 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body/></env:Envelope>
9 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 12 … env:role="http://www.w3.org/2003/05/soap-envelope/role/ultimateReceiver">foo</test:Unknown>22 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body/></env:Envelope>
9 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 12 env:role="http://www.w3.org/2003/05/soap-envelope/role/ultimateReceiver"23 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body/></env:Envelope>
9 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 12 env:role="http://www.w3.org/2003/05/soap-envelope/role/none"23 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body/></env:Envelope>
9 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 12 env:role="http://www.w3.org/2003/05/soap-envelope/role/ultimateReceiver" 25 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body/></env:Envelope>
9 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 12 env:role="http://www.w3.org/2003/05/soap-envelope/role/next">foo</test:echoOk>22 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-…
9 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 12 env:role="http://www.w3.org/2003/05/soap-envelope/role/ultimateReceiver">foo</test:echoOk>22 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-…
8 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 14 env:role="http://www.w3.org/2003/05/soap-envelope/role/next" >foo</test:echoOk>31 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-…
9 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">19 …ap-envelope"><env:Body><env:Fault><env:Code><env:Value>env:Sender</env:Value></env:Code><env:Reaso…
9 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">23 …2003/05/soap-envelope"><env:Body><env:Fault><env:Code><env:Value>env:Sender</env:Value></env:Code>…
9 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 13 … env:role="http://www.w3.org/2003/05/soap-envelope/role/ultimateReceiver">foo</test:Unknown>23 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><env:Fault><env:Code><e…
9 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 12 env:role="http://www.w3.org/2003/05/soap-envelope/role/ultimateReceiver"23 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><env:Fault><env:Code><e…
11 $envelope["from"]= 'host@domain.com';12 $envelope["return_path"]= 'host@domain.com';22 echo imap_mail_compose($envelope, $body);
12 $envelope["from"]= "joe@example.com";13 $envelope["to"] = "foo@example.com";14 $envelope["cc"] = "bar@example.com";34 echo imap_mail_compose($envelope, $body);
11 $envelope["from"]= "joe@example.com";12 $envelope["to"] = "foo@example.com";13 $envelope["cc"] = "bar@example.com";33 echo imap_mail_compose($envelope, $body);
12 $envelope = array('return_path' => 'John Doe <john@example.com>',20 var_dump($envelope);21 imap_mail_compose($envelope, array(1 => array()));22 var_dump($envelope);
22 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">33 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">43 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><SOAP-…45 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><env:Fault><env:Code><e…
14 $envelope = <<<EOF18 xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"27 $server->handle($envelope);32 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://tes…
Completed in 28 milliseconds