I am trying to access documents hosted on a local sharepoint server using the Copy.asmx web service
To be specific I am using the GetItems method and CopyIntoItems method

1) The GetItems method accepts the URL of the sharepoint document. The wsdl seems to suggest that it would return a byte array which
    has the document . It is only returing GetItemResult with a status of 0. What can be done to retreive the document

2) While using the CopyIntoItems method a FieldInformationCollection needs to be passed - How can that be created with Python ?
    Is there a working sample someone has ?

Thanks,
CSJ