Altova Mailing List Archives>Archive Index >comp.text.xml Archive Home >Recent entries [Thread Prev] >Thread Next - Re: how to format GET for a SOAP request how to format GET for a SOAP requestTo: NULL Date: 12/12/2008 4:03:00 PM 'm just playing with this bible Web Service to figure out how to make SOAP requests. I think it should be a simple GET.. but I don't know how to properly format the GET request. I just want to request the string "Jesus" and see what comes back from the request. I don't know if I should type the whole GET... into the browser or what? I typed this: GET /BibleWebservice.asmx/GetBibleWordsbyKeyWord?BibleWords=Jesus HTTP/ 1.1 and didn't get anything. Then I tried this: http://www.webservicex.net/BibleWebservice.asmx/GetBibleWordsbyKeyWor... and I got this error: System.InvalidOperationException: GetBibleWordsbyKeyWord=Jesus Web Service method name is not valid. at System.Web.Services.Protocols.HttpServerProtocol.Initialize() at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean& abortProcessing) So what is the correct method I'm looking for? Do I have to type in the URL www.webservicex.net before or after the GET? I got this web service here; --------- http://www.webservicex.net/BibleWebservice.asmx ------------ The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values. GET /BibleWebservice.asmx/GetBibleWordsbyKeyWord?BibleWords=string HTTP/1.1 Host: www.webservicex.net HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <string xmlns="http://www.webserviceX.NET">string</string> Thanks for any suggestions, | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
