Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Im trying out webservice calls (SOAP) to a fedora server. Right now  I'm trying to get a certain Datastream through a method that looks like this:

import info.fedora.definitions._1._0.types.Datastream;

result = port.getDatastream(pid, dataStreamId, asOfDateTime);

...