Request clarification before answering.
Hello Truong,
Sorry, I've overlooked that button. 😞
It is exactly as andy.blankley mentioned above:
The messages in the WSDL file consist of 3 parts:
Example:
<wsdl:message name="getBankCertificate">
<wsdl:part name="parameters" element="tns:getBankCertificate"/>
<wsdl:part name="technicalAddress" element="tns:technicalAddress"/>
<wsdl:part name="activationHeader" element="tns:activationHeader"/>
</wsdl:message>
<wsdl:message name="getBankCertificateResponse">
<wsdl:part name="parameters" element="tns:getBankCertificateResponse"/>
<wsdl:part name="technicalAddress" element="tns:technicalAddress"/>
<wsdl:part name="activationHeader" element="tns:activationHeader"/>
</wsdl:message>
...
This is not supported.
Only message like this:
- <wsdl:message name="LocationByIDQuery_sync">
<wsdl:part name="LocationByIDQuery_sync" element="n1:LocationByIDQuery_sync" />
</wsdl:message>
- <wsdl:message name="LocationByIDResponse_sync">
<wsdl:part name="LocationByIDResponse_sync" element="n1:LocationByIDResponse_sync" />
</wsdl:message>
- <wsdl:message name="StandardFaultMessage">
<wsdl:part name="StandardFaultMessage" element="n2:StandardFaultMessage" />
</wsdl:message>Sorry,
. Horst
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.