in reply to soap-lite issue
And this server was like..<username>string</username> <password>string</password>
After thinking about it.. I realized this may mean that the server has no idea if it should be expecting a string, or an intiger, or boolean, etc, so changing the XML to below.. fixed it..<Username /> <Password />
<AdminUsername xsi:type="xsd:string">bla bla</AdminUsername> <AdminPassword xsi:type="xsd:string">bla bla</AdminPassword>
|
|---|