This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: extensions/v1beta1 | |
kind: Deployment | |
metadata: | |
name: istio-ingressgateway | |
namespace: istio-system | |
labels: | |
chart: gateways-1.0.1 | |
release: RELEASE-NAME | |
heritage: Tiller | |
app: istio-ingressgateway |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="iso-8859-1"?> | |
<project name="soaDeployAll" default="goOverTheDatamodel"> | |
<echo>basedir ${basedir}</echo> | |
<property environment="env" /> | |
<property name="library.dir" value="lib" /> | |
<property name="system.library.dir" value="/usr/share/java" /> | |
<path id="libraries"> | |
<fileset dir="${library.dir}"> | |
<include name="*.jar" /> | |
</fileset> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<wsdl:binding name="${whichPortBindingName}Binding" type="${targetNsPrefix}:${whichPortBindingName}" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> | |
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" /> | |
<wsdl:operation name="${operationName}" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"> | |
<soap:operation style="document" soapAction="${operationName}" /> | |
<wsdl:input> | |
<soap:body use="literal" namespace="${targetNS}" /> | |
</wsdl:input> | |
</wsdl:operation> | |
</wsdl:binding> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<wsdl:binding name="CancelOrderToACSProvABCSBinding" type="client:CancelOrderToACSProvABCS"> | |
<soap:binding xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" | |
transport="http://schemas.xmlsoap.org/soap/http" /> | |
<wsdl:operation xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" | |
name="process"> | |
<soap:operation soapAction="process" style="document" /> | |
<wsdl:input> | |
<soap:body | |
namespace="http://xmlns.ttnet.com.tr/Service/CancelOrderToACSProvABCS/CancelOrderToACSProvABCS" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<wsdl:portType name="CancelOrderToACSProvABCS"> | |
<wsdl:operation name="process"> | |
<wsdl:input message="client:CancelOrderToACSProvABCSRequestMessage"/> | |
</wsdl:operation> | |
</wsdl:portType> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<xmltask source="${file}" dest="${file}"> | |
<copy path="count(/*[local-name()='definitions']/*[local-name()='portType']/*[local-name()='operation'])" property="countNumber"/> | |
</xmltask> | |
<script language="beanshell"> | |
<classpath> | |
<fileset dir="${library.dir}"> | |
<include name="*.jar" /> | |
</fileset> | |
</classpath> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="iso-8859-1"?> | |
<project name="soaDeployAll" default="replace"> | |
<echo>basedir ${basedir}</echo> | |
<property environment="env" /> | |
<property name="library.dir" value="lib" /> | |
<property name="system.library.dir" value="/usr/share/java" /> | |
<path id="libraries"> | |
<fileset dir="${library.dir}"> | |
<include name="*.jar" /> | |
</fileset> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="iso-8859-1"?> | |
<project name="soaDeployAll" default="replace"> | |
<echo>basedir ${basedir}</echo> | |
<property environment="env" /> | |
<property name="library.dir" value="lib" /> | |
<property name="system.library.dir" value="/usr/share/java" /> | |
<path id="libraries"> | |
<fileset dir="${library.dir}"> | |
<include name="*.jar" /> | |
</fileset> |
NewerOlder