How do i access this webservice. I.I am new for this field.I have a service with authentication function. Please help me to access this.
<?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:Header>
<MQUserNameToken xmlns="http://tempuri.org/">
<User_id>string</User_id>
<Password>string</Password>
<ExternalPartyName>string</ExternalPartyName>
</MQUserNameToken>
</soap:Header>
<soap:Body>
<GetCustomerInfo xmlns="http://tempuri.org/">
<CustomerInfoXML>string</CustomerInfoXML>
<ReferenceNo>string</ReferenceNo>
</GetCustomerInfo>
</soap:Body>
</soap:Envelope>