|
1 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> |
|
2 <creatorscript schemaVersion="1.0" scriptVersion="1.0" |
|
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
4 xsi:noNamespaceSchemaLocation="creator.xsd"> |
|
5 |
|
6 <connectionmethod> |
|
7 <fields> |
|
8 <connectionname>CR_Example</connectionname> |
|
9 <bearertype>GPRS</bearertype> |
|
10 <startpage>http://wap.example.net</startpage> |
|
11 <wapwspoption>connectionoriented</wapwspoption> |
|
12 <protocoltype>ipv4</protocoltype> |
|
13 <loginname>john</loginname> |
|
14 <secureauthentication>no</secureauthentication> |
|
15 <loginpass>doe</loginpass> |
|
16 <promptpassword>no</promptpassword> |
|
17 <gatewayaddress>10.10.10.101</gatewayaddress> |
|
18 <subnetmask>255.255.255.0</subnetmask> |
|
19 <deviceipaddr>10.10.10.102</deviceipaddr> |
|
20 <useproxy>no</useproxy> |
|
21 </fields> |
|
22 </connectionmethod> |
|
23 <connectionmethod amount="2"> |
|
24 <fields> |
|
25 <connectionname randomlength="max" /> |
|
26 <bearertype randomlength="max" /> |
|
27 <startpage randomlength="max" /> |
|
28 <wapwspoption randomlength="max" /> |
|
29 <protocoltype randomlength="max" /> |
|
30 <loginname randomlength="max" /> |
|
31 <secureauthentication randomlength="max" /> |
|
32 <loginpass randomlength="max" /> |
|
33 <promptpassword randomlength="max" /> |
|
34 <gatewayaddress randomlength="max" /> |
|
35 <subnetmask randomlength="max" /> |
|
36 <deviceipaddr randomlength="max" /> |
|
37 <ip4nameserver1 randomlength="max" /> |
|
38 <ip4nameserver2 randomlength="max" /> |
|
39 <datacalltelnumber randomlength="max" /> |
|
40 <datacalltypeisdn randomlength="max" /> |
|
41 <datacalllinespeed randomlength="max" /> |
|
42 <useproxy randomlength="max" /> |
|
43 <proxyserveraddress randomlength="max" /> |
|
44 <proxyportnumber randomlength="max" /> |
|
45 <ip6nameserver1 randomlength="max" /> |
|
46 <ip6nameserver2 randomlength="max" /> |
|
47 <disabletextauth randomlength="max" /> |
|
48 <wlanname randomlength="max" /> |
|
49 <wlanipaddr randomlength="max" /> |
|
50 <wlansecmode randomlength="max" /> |
|
51 <wlannetmode randomlength="max" /> |
|
52 </fields> |
|
53 </connectionmethod> |
|
54 </creatorscript> |