Hi mate,
Thanks for the help. I'll take a look at that site for the tutorials and give it a whirl. Excuse me for the delay in replying but I have not been around much this week as my partner took a ceasure last Friday and things have been hectic since. So im struggling to get the time to post at present.
Ive been given code such as this in a manual but its all new to me and going to have to find a starting point to get a foothold because at present im just getting errors.
Code:
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<LoginWeb xmlns="http://www.domain.com/somewhere/">
<strErrMessage>string</strErrMessage>
<strLoginID>string</strLoginID>
<strPwd>string</strPwd>
</LoginWeb>
</soap:Body>
</soap:Envelope>
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<LoginWebResponse xmlns="http://www.domain.com/somewhere/">
<LoginWebResult>string</LoginWebResult>
<strErrMessage>string</strErrMessage>
</LoginWebResponse>
</soap:Body>
</soap:Envelope>
Bookmarks