Trying to build a correct SOAP Request

前端 未结 4 581
滥情空心
滥情空心 2020-12-10 04:16

I have been struggling for hours trying to build the correct SOAP request using ksoap2 for Android with no luck. The ideal request looks like this:



        
4条回答
  •  囚心锁ツ
    2020-12-10 04:26

    set

     envelope.implicitTypes = true;
    

    and DO NOT set

     envelope.setAddAdornments(false)
    

    this worked for me.

提交回复
热议问题