Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


how to format GET for a SOAP request

From: JRough <jlrough@-----.--->
To: 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,


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent