Android HTTPS Web服务XmlPullParserException

Android HTTPS Web服务XmlPullParserException,android,web-services,soap,Android,Web Services,Soap,我正在使用HttpStranSports呼叫连接我们的Web服务 我们在服务器上添加了防火墙,可以将http转换为https 这是没有防火墙的实际soap消息。(它有正常的http) 但它不起作用 请帮忙 <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xml

我正在使用HttpStranSports呼叫连接我们的Web服务

我们在服务器上添加了防火墙,可以将http转换为https

这是没有防火墙的实际soap消息。(它有正常的http)

但它不起作用

请帮忙

<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Envelope xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="https://www.w3.org/2001/XMLSchema" xmlns:soap="https://schemas.xmlsoap.org/soap/envelope/">
12-29 00:20:48.214: E/XmlPullParserException(5367): org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Fault (position:START_TAG <{https://schemas.xmlsoap.org/soap/envelope/}soap:Fault>@1:234 in java.io.InputStreamReader@417bc9a8) 
envelope.env="https://schemas.xmlsoap.org/soap/envelope/";