0
BodyIn 응답을 받으면 Android에서 ksoap을 사용하여 SOAP 요청에 잘못된 내용이 있습니다. 응답 덤프 = 필요한 데이터와 올바른 XML, 및 XMLPullParser 예외 :Android SOAP null 응답, 덤프 = 올바른 XML, 필요한 데이터 포함, XMLPullParser 예외
expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope (position:START_TAG <{https://schemas.xmlsoap.org/soap/envelope/}s:Envelope>
요청 덤프 :
<v:Envelope xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:d="http://www.w3.org/2001/XMLSchema" xmlns:c="http://schemas.xmlsoap.org/soap/encoding/" xmlns:v="http://schemas.xmlsoap.org/soap/envelope/">
<v:Header />
<v:Body>
<XMLDataGet xmlns="http://tempuri.org/">
<entity>persona</entity>
<last_update_date>20140101</last_update_date>
<country>UA</country>
<user>someuser</user>
</XMLDataGet>
</v:Body>
</v:Envelope>
내 코드와 지금이 같은 문제가 있습니다와
https
를 대체하여 ... 당신이 그렇게 내가 그것을 볼 수 나에게 코드를 보낼 수있는 방법이 있나요한다는 고정 내가 갇혀있어 무슨 일인지 알아낼 수 없다 :/ – bbesase@ bbesase pls stackoverflow 여기에 질문을 게시하고 내가 필요로하는 모든 정보를 대답 할게요 –
지연에 대한 모든 죄송합니다 주말. http://stackoverflow.com/questions/24919148/android-org-xmlpull-v1-xmlpullparserexception-error – bbesase