Einzelnen Beitrag anzeigen

fisipjm

Registriert seit: 28. Okt 2013
251 Beiträge
 
#4

AW: Import mehrerer WSDL Files zu einer - Delphi Tokyo

  Alt 29. Okt 2019, 13:12
Kann die WSDL Datei hier gepostet werden? Ggf. ein relevanter Auszug?
Hi Turbomagic,

Danke für deinen schnelle Antwort zu später Stunde
Leider Eraluben es die Herstellerrichtlinien nicht die WSDL hier nicht publizieren.

Ich kann aber einen Teil in abgewandelter Form hier posten:

Code:
<wsdl:definitions name="MainServiceBasic" targetNamespace="http://tempuri.org/">
<wsp:Policy wsu:Id="BasicHttpBinding_GlobalDataService_policy">
<wsp:ExactlyOne>
<wsp:All>
<sp:TransportBinding>
<wsp:Policy>
<sp:TransportToken>
<wsp:Policy>
<sp:HttpsToken RequireClientCertificate="false"/>
</wsp:Policy>
</sp:TransportToken>
<sp:AlgorithmSuite>
<wsp:Policy>
<sp:Basic256/>
</wsp:Policy>
</sp:AlgorithmSuite>
<sp:Layout>
<wsp:Policy>
<sp:Strict/>
</wsp:Policy>
</sp:Layout>
</wsp:Policy>
</sp:TransportBinding>
</wsp:All>
</wsp:ExactlyOne>
</wsp:Policy>
<wsp:Policy wsu:Id="BasicHttpBinding_DataInputService_policy">
<wsp:ExactlyOne>
<wsp:All>
<sp:TransportBinding>
<wsp:Policy>
<sp:TransportToken>
<wsp:Policy>
<sp:HttpsToken RequireClientCertificate="false"/>
</wsp:Policy>
</sp:TransportToken>
<sp:AlgorithmSuite>
<wsp:Policy>
<sp:Basic256/>
</wsp:Policy>
</sp:AlgorithmSuite>
<sp:Layout>
<wsp:Policy>
<sp:Strict/>
</wsp:Policy>
</sp:Layout>
</wsp:Policy>
</sp:TransportBinding>
</wsp:All>
</wsp:ExactlyOne>
</wsp:Policy>
<wsdl:import namespace="http://www.lachgummis.com/globaldata/operations" location="https://test.lachgummis.com/GlobalData/1.3/MainServiceBasic.svc/meta?wsdl=wsdl0"/>
<wsdl:import namespace="http://www.lachgummis.com/globaldata/operations/administration" location="https://test.lachgummis.com/GlobalData/1.3/MainServiceBasic.svc/meta?wsdl=wsdl1"/>

....

<wsdl:operation name="FindGumibaerchen"><soap:operation soapAction="http://www.lachgummis.com/globaldata/operations/DataBrowsingService/FindGumibaerchen" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation>

....

<wsdl:service name="MainServiceBasic"><wsdl:port name="BasicHttpBinding_GlobalDataService" binding="tns:BasicHttpBinding_GlobalDataService"><soap:address location="https://test.lachgummis.com/GlobalData/1.3/MainServiceBasic.svc"/></wsdl:port><wsdl:port name="BasicHttpBinding_DataInputService" binding="tns:BasicHttpBinding_DataInputService"><soap:address location="https://test.lachgummis.com/GlobalData/1.3/MainServiceBasic.svc/dataInput"/></wsdl:port></wsdl:service></wsdl:definitions>
vG
PJM
  Mit Zitat antworten Zitat