You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
176 lines
4.7 KiB
176 lines
4.7 KiB
3 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<wsdl:definitions targetNamespace="http://10.152.101.5:8080/adp/services/BizService" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://10.152.101.5:8080/adp/services/BizService" xmlns:intf="http://10.152.101.5:8080/adp/services/BizService" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||
|
<!--WSDL created by Apache Axis version: 1.4
|
||
|
Built on Apr 22, 2006 (06:55:48 PDT)-->
|
||
|
|
||
|
<wsdl:message name="runBizRequest">
|
||
|
|
||
|
<wsdl:part name="packageName" type="xsd:string">
|
||
|
|
||
|
</wsdl:part>
|
||
|
|
||
|
<wsdl:part name="unitId" type="xsd:string">
|
||
|
|
||
|
</wsdl:part>
|
||
|
|
||
|
<wsdl:part name="processName" type="xsd:string">
|
||
|
|
||
|
</wsdl:part>
|
||
|
|
||
|
<wsdl:part name="bizDataXML" type="xsd:string">
|
||
|
|
||
|
</wsdl:part>
|
||
|
|
||
|
</wsdl:message>
|
||
|
|
||
|
<wsdl:message name="runBizResponse">
|
||
|
|
||
|
<wsdl:part name="runBizReturn" type="xsd:string">
|
||
|
|
||
|
</wsdl:part>
|
||
|
|
||
|
</wsdl:message>
|
||
|
|
||
|
<wsdl:message name="checkSSORequest">
|
||
|
|
||
|
<wsdl:part name="dataXML" type="xsd:string">
|
||
|
|
||
|
</wsdl:part>
|
||
|
|
||
|
</wsdl:message>
|
||
|
|
||
|
<wsdl:message name="checkSSOResponse">
|
||
|
|
||
|
<wsdl:part name="checkSSOReturn" type="xsd:string">
|
||
|
|
||
|
</wsdl:part>
|
||
|
|
||
|
</wsdl:message>
|
||
|
|
||
|
<wsdl:message name="checkSessionIDResponse">
|
||
|
|
||
|
<wsdl:part name="checkSessionIDReturn" type="xsd:string">
|
||
|
|
||
|
</wsdl:part>
|
||
|
|
||
|
</wsdl:message>
|
||
|
|
||
|
<wsdl:message name="checkSessionIDRequest">
|
||
|
|
||
|
<wsdl:part name="dataXML" type="xsd:string">
|
||
|
|
||
|
</wsdl:part>
|
||
|
|
||
|
</wsdl:message>
|
||
|
|
||
|
<wsdl:portType name="BizServiceAxis">
|
||
|
|
||
|
<wsdl:operation name="checkSessionID" parameterOrder="dataXML">
|
||
|
|
||
|
<wsdl:input message="impl:checkSessionIDRequest" name="checkSessionIDRequest">
|
||
|
|
||
|
</wsdl:input>
|
||
|
|
||
|
<wsdl:output message="impl:checkSessionIDResponse" name="checkSessionIDResponse">
|
||
|
|
||
|
</wsdl:output>
|
||
|
|
||
|
</wsdl:operation>
|
||
|
|
||
|
<wsdl:operation name="checkSSO" parameterOrder="dataXML">
|
||
|
|
||
|
<wsdl:input message="impl:checkSSORequest" name="checkSSORequest">
|
||
|
|
||
|
</wsdl:input>
|
||
|
|
||
|
<wsdl:output message="impl:checkSSOResponse" name="checkSSOResponse">
|
||
|
|
||
|
</wsdl:output>
|
||
|
|
||
|
</wsdl:operation>
|
||
|
|
||
|
<wsdl:operation name="runBiz" parameterOrder="packageName unitId processName bizDataXML">
|
||
|
|
||
|
<wsdl:input message="impl:runBizRequest" name="runBizRequest">
|
||
|
|
||
|
</wsdl:input>
|
||
|
|
||
|
<wsdl:output message="impl:runBizResponse" name="runBizResponse">
|
||
|
|
||
|
</wsdl:output>
|
||
|
|
||
|
</wsdl:operation>
|
||
|
|
||
|
</wsdl:portType>
|
||
|
|
||
|
<wsdl:binding name="BizServiceSoapBinding" type="impl:BizServiceAxis">
|
||
|
|
||
|
<wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
||
|
|
||
|
<wsdl:operation name="checkSessionID">
|
||
|
|
||
|
<wsdlsoap:operation soapAction=""/>
|
||
|
|
||
|
<wsdl:input name="checkSessionIDRequest">
|
||
|
|
||
|
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://impl.webService.portal.casic.com" use="encoded"/>
|
||
|
|
||
|
</wsdl:input>
|
||
|
|
||
|
<wsdl:output name="checkSessionIDResponse">
|
||
|
|
||
|
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://10.152.101.5:8080/adp/services/BizService" use="encoded"/>
|
||
|
|
||
|
</wsdl:output>
|
||
|
|
||
|
</wsdl:operation>
|
||
|
|
||
|
<wsdl:operation name="checkSSO">
|
||
|
|
||
|
<wsdlsoap:operation soapAction=""/>
|
||
|
|
||
|
<wsdl:input name="checkSSORequest">
|
||
|
|
||
|
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://impl.webService.portal.casic.com" use="encoded"/>
|
||
|
|
||
|
</wsdl:input>
|
||
|
|
||
|
<wsdl:output name="checkSSOResponse">
|
||
|
|
||
|
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://10.152.101.5:8080/adp/services/BizService" use="encoded"/>
|
||
|
|
||
|
</wsdl:output>
|
||
|
|
||
|
</wsdl:operation>
|
||
|
|
||
|
<wsdl:operation name="runBiz">
|
||
|
|
||
|
<wsdlsoap:operation soapAction=""/>
|
||
|
|
||
|
<wsdl:input name="runBizRequest">
|
||
|
|
||
|
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://impl.webService.portal.casic.com" use="encoded"/>
|
||
|
|
||
|
</wsdl:input>
|
||
|
|
||
|
<wsdl:output name="runBizResponse">
|
||
|
|
||
|
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://10.152.101.5:8080/adp/services/BizService" use="encoded"/>
|
||
|
|
||
|
</wsdl:output>
|
||
|
|
||
|
</wsdl:operation>
|
||
|
|
||
|
</wsdl:binding>
|
||
|
|
||
|
<wsdl:service name="BizServiceAxisService">
|
||
|
|
||
|
<wsdl:port binding="impl:BizServiceSoapBinding" name="BizService">
|
||
|
|
||
|
<wsdlsoap:address location="http://10.152.101.5:8080/adp/services/BizService"/>
|
||
|
|
||
|
</wsdl:port>
|
||
|
|
||
|
</wsdl:service>
|
||
|
|
||
|
</wsdl:definitions>
|