Skip to content

Commit

Permalink
Fixed missing space; phax/phoss-smp#137
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Jul 11, 2020
1 parent 4966f1e commit 558973d
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
<wsdl:binding name="ManageBusinessIdentifierServiceSoap" type="tns:ManageBusinessIdentifierServiceSoap">
<soap:binding transport="https://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="Create">
<soap:operation soapAction="https://busdox.org/serviceMetadata/ManageBusinessIdentifierService/1.0/ :createIn" style="document" />
<soap:operation soapAction="https://busdox.org/serviceMetadata/ManageBusinessIdentifierService/1.0/ :createIn" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
Expand All @@ -170,7 +170,7 @@
</wsdl:operation>
<wsdl:operation name="CreateList">
<soap:operation soapAction=
"https://busdox.org/serviceMetadata/ManageBusinessIdentifierService/1.0/ :createListIn" style="document" />
"https://busdox.org/serviceMetadata/ManageBusinessIdentifierService/1.0/ :createListIn" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
Expand All @@ -191,7 +191,7 @@
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="Delete">
<soap:operation soapAction="https://busdox.org/serviceMetadata/ManageBusinessIdentifierService/1.0/ :deleteIn" style="document" />
<soap:operation soapAction="https://busdox.org/serviceMetadata/ManageBusinessIdentifierService/1.0/ :deleteIn" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
Expand All @@ -212,7 +212,7 @@
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="DeleteList">
<soap:operation soapAction="https://busdox.org/serviceMetadata/ManageBusinessIdentifierService/1.0/ :deleteListIn" style="document" />
<soap:operation soapAction="https://busdox.org/serviceMetadata/ManageBusinessIdentifierService/1.0/ :deleteListIn" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
Expand All @@ -233,7 +233,7 @@
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="List">
<soap:operation soapAction="https://busdox.org/serviceMetadata/ManageBusinessIdentifierService/1.0/ :listIn" style="document" />
<soap:operation soapAction="https://busdox.org/serviceMetadata/ManageBusinessIdentifierService/1.0/ :listIn" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
Expand All @@ -254,7 +254,7 @@
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="PrepareToMigrate">
<soap:operation soapAction="https://busdox.org/serviceMetadata/ManageBusinessIdentifierService/1.0/ :prepareMigrateIn" style="document" />
<soap:operation soapAction="https://busdox.org/serviceMetadata/ManageBusinessIdentifierService/1.0/ :prepareMigrateIn" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
Expand All @@ -275,7 +275,7 @@
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="Migrate">
<soap:operation soapAction="https://busdox.org/serviceMetadata/ManageBusinessIdentifierService/1.0/ :migrateIn" style="document" />
<soap:operation soapAction="https://busdox.org/serviceMetadata/ManageBusinessIdentifierService/1.0/ :migrateIn" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
Expand Down

0 comments on commit 558973d

Please sign in to comment.