Skip to content

Commit

Permalink
Hard code dissemination URLs
Browse files Browse the repository at this point in the history
Disseminations which use sub-services cannot pass parameters to this
sub-services because all &-parameters are skipped from the dissemination
URL by Fedora.
  • Loading branch information
claussni committed Dec 11, 2017
1 parent 565ee19 commit 94a8f26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions objects/qucosa_SDep.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="xMetaDissPlusDissemination">
<http:operation location="xmetadissplus?metsurl=http://local.fedora.server/fedora/objects/(PID)/methods/qucosa:SDef/getMETSDissemination&amp;supplement=yes"></http:operation>
<http:operation location="xmetadissplus?metsurl=http://local.fedora.server/mets?pid=(PID)%26supplement=yes"></http:operation>
<wsdl:input>
<http:urlReplacement></http:urlReplacement>
</wsdl:input>
Expand All @@ -196,7 +196,7 @@
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="DCDissemination">
<http:operation location="dc?metsurl=http://local.fedora.server/fedora/objects/(PID)/methods/qucosa:SDef/getMETSDissemination&amp;supplement=yes"></http:operation>
<http:operation location="dc?metsurl=http://local.fedora.server/mets?pid=(PID)%26supplement=yes"></http:operation>
<wsdl:input>
<http:urlReplacement></http:urlReplacement>
</wsdl:input>
Expand Down

0 comments on commit 94a8f26

Please sign in to comment.