soap request

Discussion in 'PHP' started by eupaca, Jan 19, 2014.

  1. #1
    Hi

    Can anyone help me to make a request using soap and php. All time when I try to make it I get this error: looks like we got no XML document ...

    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:fram="http://framework.zend.com">
         <soapenv:Header/>
         <soapenv:Body>
                <fram:getLocations>
                      <securityInfo>
                            <userName>test</userName>
                           <password>test</password>
                          <agentCode>test</agentCode>
                          <pos>UK</pos>
                         <lang>en</lang>
                 </securityInfo>
               <country>GB</country>
             </fram:getLocations>
         </soapenv:Body>
    </soapenv:Envelope>
    Code (markup):
    Methods name: getLocations

    WSDL Location - http://ach.kamadhenu.co.uk/en/soap/index?wsdl
    Server End Point - http://ach.kamadhenu.co.uk/en/soap/index


    Thanks
     
    eupaca, Jan 19, 2014 IP