Example #1
0
File: b.php Project: wuya1986/php
<?php

//header ( "Location: http://www.baidu.com/" );  /* Redirect browser */
$para = $_GET["para"];
$client = new SoapClient("http://192.168.5.17:8000/sap/bc/srt/wsdl/bndg_55655A866BA606A0E1008000C0A80511/wsdl11/allinone/standard/document?sap-client=100", array('login' => "zhangchong", 'password' => "zhaodaner"));
$soap_res = $client->ZrmbWechatTest01(array("ImLifnr" => $para));
$soap_res = $soap_res->EmName1;
echo <<<EOT
<html>
\t<head>
\t\t<meta http-equiv="X-UA-Compatible" content="IE=edge">
\t\t<meta http-equiv='Content-Type' content='text/html;charset=UTF-8'/>
\t\t
\t\t<style type="text/css">
\t\t\t#lblTotalItems{
\t\t\tfont-weight: bold;
\t\t\tfont-size: 115%;
\t\t\t}
\t\t</style>
\t\t
\t\t<script src="resources/sap-ui-core.js"
\t\t\t\tid="sap-ui-bootstrap"
\t\t\t\tdata-sap-ui-libs="sap.m"
\t\t\t\tdata-sap-ui-theme="sap_bluecrystal">
\t\t</script>
\t\t
\t\t<script type="text/javascript">
\t\t\tvar app = new sap.m.App("myApp", {initialPage:"page"} );
\t\t\tvar page = new sap.m.Page("page", {
\t\t\t\t\ttitle: "朗姿莱茵",
\t\t\t\t\tshowNavButton: false,