Ignore:
Timestamp:
Nov 21, 2008 5:07:56 PM (15 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
Children:
5576a47
Parents:
ac54ef3
Message:

restore serialize

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd_client.py

    rac54ef3 ra94cb0a  
    1313
    1414from xmlrpclib import ServerProxy, Error, dumps, loads
    15 from ZSI import SoapWriter
    1615from ZSI.TC import QName, String, URI, AnyElement, UNBOUNDED, Any
    1716from ZSI.wstools.Namespaces import SOAP
     
    281280        if transport == "soap":
    282281            if serialize_only:
    283                 sw = SoapWriter()
    284                 sw.serialize(req)
    285                 print str(sw)
     282                print self.caller.serialize_soap(req_dict)
    286283                sys.exit(0)
    287284            else:
Note: See TracChangeset for help on using the changeset viewer.