hi all,
I am a newbie in Qt and i am not familiar with SOAP request and wsdl files..
I want to do a soap request corresponding to it....
i have given one sample request below....
HostURL: http://www.service.om/MobileApps/
SoapAction: http://www.service.om/MobileApps/LoginDetails
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:mob="http://www.service.om/MobileApps>
<soap:Header/>
<soap:Body>
<mob:LoginDetails>
<mob:UserName>username</mob:UserName>
<mob:Password>password</mob:Password>
</mob:LoginDetails>
</soap:Body>
</soap:Envelope>
Please help me over this issue..



