× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Here is one from our getVersion service:

<?xml version="1.0"?>
<soap:Envelope
   xmlns:soap="http://www.w3.org/2001/12/soap-envelope";
   soap:encodingStyle="http://www.w3.org/2001/12/soap-encoding";>

 <soap:Body xmlns:m="http://xxx.xxx.xxx/xxx";>
   <m:getVersion>
   </m:getVersion>
 </soap:Body>

</soap:Envelope>

Pillai

Andrew Papada wrote:

Hi All:



We're currently trying to initiate a SOAP request to a document based
Web Service running on a WebLogic8 server.  We are attempting to build
this SOAP message on-the-fly, piecing it together as a String.  We then
use Scott Klement's socket programs
(http://www.scottklement.com/httpapi/index.html) to open the socket and
send the request.  Unfortunately, we have yet to successfully send a
SOAP request.  We have successfully opened sockets to general Web sites
and received valid responses, but have yet to be successful when
connecting to a Web Service.  This leads me to believe that our SOAP
request is not structured properly.


I guess my question is has anyone else attempted to do this and if so,
would you possibly mind sending an example of the SOAP request that you
sent?  I appreciate any advice you can offer.



Thanks,

Andy







As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.