Page 1 of 1

How to consume soap api?

Posted: Fri Sep 06, 2019 9:18 pm
by Pamela
Hi, I have problems using soap, I am using the following link
https://servicios.palmer.org:7071/service/soap
and it gives me the following error

<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope">
<soap:Body>
<soap:Fault>
<soap:Code>
<soap:Value>soap:Receiver</soap:Value>
</soap:Code>
<soap:Reason>
<soap:Text>system failure: Request not allowed on port 7071</soap:Text>
</soap:Reason>
<soap:Detail>
<Error xmlns="urn:zimbra">
<Code>service.FAILURE</Code>
<Trace>qtp1753447031-350:1567800786281:1a2250b6f5ae7fb4</Trace>
</Error>
</soap:Detail>
</soap:Fault>
</soap:Body>
</soap:Envelope>


how could i solve it help