Changeset 1741
- Timestamp:
- 23/11/06 08:37:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/python/Tests/Echo/EchoClient.py
r1740 r1741 38 38 def verify(self, ps): 39 39 '''Named 'verify' but also acts as handler for encryption''' 40 import pdb;pdb.set_trace() 40 41 41 # Verify Echo Request but for EchoEncr request decrypt instead 42 42 if isEchoResponse(ps): … … 69 69 # Instantiate a client proxy object, then call it 70 70 #wsURL = "http://192.100.78.234:9081/EchoServiceWeb/services/EchoServer" 71 wsURL = "http://localhost:7 100"71 wsURL = "http://localhost:7000" 72 72 echoSrv = EchoServerSOAP(wsURL, 73 73 sig_handler=wsseHandler,
Note: See TracChangeset
for help on using the changeset viewer.