On the web service there is the following method:
<xs:element name="ModifyInformationRegister"> <xs:complexType> <xs:sequence> <xs:element name="Name" type="xs:string"/> <xs:element name="DimensionsSelect" type="xs1:ParameterList"/> <xs:element name="DimensionsResources" type="xs1:ParameterList" nillable="true"/> </xs:sequence> </xs:complexType> </xs:element>
As I explained 1snik nill means that I can not pass a parameter. In php example, it is also not transmitted. If I try not to insert this parameter into the request, I get the following answer:
SoapFault - faultcode: 'soap:Client' faultstring: 'Неизвестная ошибка. Недостаточно параметров операции по причине: Недостаточно параметров операции' faultactor: 'null' detail: org.kxml2.kdom.Node@2c72282a
I use ksoap2-android 3.6.0