Interesting. Thanks, Chris. I wasn't aware that http:operation could
point to remote locations even if http:addressLocation is "LOCAL".
That's a useful bit of information to store away for future use.
What I ended up doing was creating a separate service definition and
deployment for the getI
Hi Scott,
You're right that Fedora only expects one WSDL binding. It looks like
you created to separate ones because one of them uses the special
"LOCAL" syntax (used often to link directly to a datastream) and the
other points to a specific service.
I know it's possible in general to have on SD
Peri
If your error log as quoted is correct, then I don't think it's the same
problem as we had.
Our problem was that datetimes ending in.000Z should, apparently, be
truncated to remove the '.000' and Fedora didn't do this. We had to
find such entries in FOXML and 'hand' edit them to '.001Z'
Ri