Note that there are some explanatory texts on larger screens.

plurals
  1. POwebservices using nusoap
    primarykey
    data
    text
    <p>i am using nusoap for webservices to intigrate hotel api into my web application.</p> <p>I create soapclient and called webservice. request is </p> <pre> POST /API/xyz.asmx HTTP/1.0 User-Agent: NuSOAP/0.6.3 Host: xyz.com Authorization: xyz Content-Type: text/xml; charset="ISO-8859-1" Content-Length: 646 SOAPAction: "xyz" &lt;?xml version="1.0" encoding="ISO-8859-1"?>&lt;SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:si="http://soapinterop.org/xsd">&lt;SOAP-ENV:Body> &lt;username xsi:type="xsd:string">xyz&lt;/username>xxx000000&lt;/hotel_id>&lt;/ns1:getwebservice> </pre> <p>and response is</p> <pre> HTTP/1.1 200 OK Cache-Control: private, max-age=0 Content-Type: text/xml; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 Date: Tue, 31 May 2011 07:18:28 GMT Connection: close Content-Length: 387 &lt;?xml version="1.0" encoding="utf-8"?>&lt;soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">&lt;soap:Body>&lt;Get_hotel_infoResponse xmlns="http://tempuri.org/">&lt;getwebservice>&lt;hotels xmlns="" />&lt;/getwebserviceResult>&lt;/soap:Body>&lt;/soap:Envelope> &lt;/SOAP-ENV:Body>&lt;/SOAP-ENV:Envelope> </pre> <p>I am getting the xml response empty in response i.e ,so how could i get the xml data in response.</p> <p>I am not getting the xmlns link in response. so how will it come?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload