Unmarshalling Error
问题 I have a pretty abnormal(IMHO) error that it's being raised whenever I try do a request to a SOAP service: Unmarshalling Error: unexpected element (uri:"http://www.domain.com/ws/servicename/", local:"dummyArg"). Expected elements are <{}dummyArg> The method that I'm calling has is defined as: function GetData(const dummyArg: WideString): Array_Of_Data; stdcall; I have little experience with SOAP therefore I'm this [ ] close to lose my mind, I couldn't find any useful information on this. Feel