> Just wondering if any one knows of an easy way to attach a counter > to track the size of the XML output generated by a call to > SoapWriter.write(...). I am trying to track the size of the packets >I am sending through. In the CVS tree, you can find a clas HttpTransport. If you use it for sending SOAP requests and set the debug flag, it stores the message sent and the answer received in two string variables. Best regards Stefan |