diff --git a/soap/stip_client.php b/soap/stip_client.php index a4cf0e5a5..e0e4a9c91 100644 --- a/soap/stip_client.php +++ b/soap/stip_client.php @@ -19,7 +19,7 @@ if(!check_lektor($getuid))
| ErhKz: | -"> | +"> |
| AnfragedatenID: | @@ -27,31 +27,31 @@ if(!check_lektor($getuid))||
| Semester: | -"> | +"> |
| Studienjahr: | -"> | +"> |
| PersKz: | -"> | +"> |
| SVNR: | -"> | +"> |
| Familienname: | -"> | +"> |
| Vorname: | -"> | +"> |
| Typ: | -"> | +"> |
| @@ -152,13 +152,13 @@ anfrageDaten.appendChild(new SOAPObject("ns1:AnfragedatenID")).val('100'); var stipendiumsbezieher = new SOAPObject("ns1:Stipendiumsbezieher"); var stipendiumsbezieherAnfrage = new SOAPObject("ns1:StipendiumsbezieherAnfrage"); -stipendiumsbezieherAnfrage.appendChild(new SOAPObject("ns1:Semester")).val('WS'); -stipendiumsbezieherAnfrage.appendChild(new SOAPObject("ns1:Studienjahr")).val('2010/11'); -stipendiumsbezieherAnfrage.appendChild(new SOAPObject("ns1:PersKz")).val('0810256050'); -stipendiumsbezieherAnfrage.appendChild(new SOAPObject("ns1:Svnr")).val('1447081083'); -stipendiumsbezieherAnfrage.appendChild(new SOAPObject("ns1:Familienname")).val('Cihlar'); -stipendiumsbezieherAnfrage.appendChild(new SOAPObject("ns1:Vorname")).val('Markus'); -stipendiumsbezieherAnfrage.appendChild(new SOAPObject("ns1:Typ")).val('as'); +stipendiumsbezieherAnfrage.appendChild(new SOAPObject("ns1:Semester")).val(''); +stipendiumsbezieherAnfrage.appendChild(new SOAPObject("ns1:Studienjahr")).val(''); +stipendiumsbezieherAnfrage.appendChild(new SOAPObject("ns1:PersKz")).val(''); +stipendiumsbezieherAnfrage.appendChild(new SOAPObject("ns1:Svnr")).val(''); +stipendiumsbezieherAnfrage.appendChild(new SOAPObject("ns1:Familienname")).val(''); +stipendiumsbezieherAnfrage.appendChild(new SOAPObject("ns1:Vorname")).val(''); +stipendiumsbezieherAnfrage.appendChild(new SOAPObject("ns1:Typ")).val(''); stipendiumsbezieher.appendChild(stipendiumsbezieherAnfrage); /* @@ -167,8 +167,8 @@ stipendiumsbezieherAnfrage.appendChild(new SOAPObject("ns1:Semester")).val('WS') stipendiumsbezieherAnfrage.appendChild(new SOAPObject("ns1:Studienjahr")).val('2010/11'); stipendiumsbezieherAnfrage.appendChild(new SOAPObject("ns1:PersKz")).val('2222222222'); stipendiumsbezieherAnfrage.appendChild(new SOAPObject("ns1:Svnr")).val('2222222222'); -stipendiumsbezieherAnfrage.appendChild(new SOAPObject("ns1:Familienname")).val('2Cihlar'); -stipendiumsbezieherAnfrage.appendChild(new SOAPObject("ns1:Vorname")).val('2Markus'); +stipendiumsbezieherAnfrage.appendChild(new SOAPObject("ns1:Familienname")).val(''); +stipendiumsbezieherAnfrage.appendChild(new SOAPObject("ns1:Vorname")).val(''); stipendiumsbezieherAnfrage.appendChild(new SOAPObject("ns1:Typ")).val('as'); stipendiumsbezieher.appendChild(stipendiumsbezieherAnfrage); |