You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.5 KiB
XML
29 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<wsdl:definitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns1="http://appservice.sfexpress.business.ieca.sf.com/" name="SfexpressService" targetNamespace="http://appservice.sfexpress.business.ieca.sf.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
|
<wsdl:types />
|
|
<wsdl:message name="sfexpressServiceResponse">
|
|
<wsdl:part name="return" type="xsd:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="sfexpressSecurityServiceResponse">
|
|
<wsdl:part name="return" type="xsd:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="sfexpressService">
|
|
<wsdl:part name="xml" type="xsd:string" />
|
|
<wsdl:part name="verifyCode" type="xsd:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="sfexpressSecurityService">
|
|
<wsdl:part name="xml" type="xsd:string" />
|
|
<wsdl:part name="verifyCode" type="xsd:string" />
|
|
<wsdl:part name="arg2" type="xsd:boolean" />
|
|
</wsdl:message>
|
|
<wsdl:portType name="SfexpressService">
|
|
<wsdl:operation name="sfexpressSecurityService">
|
|
<wsdl:input name="sfexpressSecurityService" message="ns1:sfexpressSecurityService" />
|
|
<wsdl:output name="sfexpressSecurityServiceResponse" message="ns1:sfexpressSecurityServiceResponse" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sfexpressService">
|
|
<wsdl:input name="sfexpressService" message="ns1:sfexpressService" />
|
|
<wsdl:output name="sfexpressServiceResponse" message="ns1:sfexpressServiceResponse" />
|
|
</wsdl:operation>
|
|
</wsdl:portType>
|
|
</wsdl:definitions> |