Note: Support for WAP was discontinued in June 2011 When recording against a WAP Emulator (such as Openwave or the Nokia toolkit) TCP/IP traffic may be recorded e.g.: WapUrl("http://developer.openwave.com/dhome5.cgi", 0.80);WebTcpipConnect(hWeb0, "127.0.0.1", 55486);WebTcpipSend(hWeb0, "wwwwwwwwwwwwwwwwwww"); In this example the generated TCP/IP traffic is often application-internal communication (identifiable by the internal loop back address 127.0.0.1) and as such can be safely ignored. The reason it is recorded is that certain Emulators, e.g. the NokiaWAP toolkit, start at least two java processes which use TCP/IP for internal communication. The calls can be deleted, or to prevent the TCP/IP traffic being recorded you can suppress the recording of the port number. Using the above example the port number that needs to be suppressed is 55486 Go to: SETTINGS | SYSTEM | RECORDER | PROXIES | SOCKS | EDIT | SUPPRESS RECORDING and enter the port number.
↧