Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » Make a SOAP / XML Request?
Closed Thread
Old 08-07-2008, 12:19 AM   #1 (permalink)
 
Ultra Techie

Join Date: Sep 2005

Posts: 638

tommyboy123x is on a distinguished road

Send a message via AIM to tommyboy123x
Default Make a SOAP / XML Request?

This is a topic I'm very unfamiliar with, however it seems easier than I'm making it out to be. Basically I'm logging into the site through an API and making a SOAP Request. I understand the basics but what I don't get is how to actually "run" the request

This is an affiliate API for a DirectTrack script

Below is the XML code (word choice?) used, however I just can't figure out how to run it or make the request to get the result.

Code:
<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soapinterop.org/">
  <soapenv:Header/>
  <soapenv:Body>
     <soap:optionalInfo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
        <client xsi:type="xsd:string">affiliate_site</client>
        <add_code xsi:type="xsd:string">username</add_code>
        <password xsi:type="xsd:string">password</password>
        <start_date xsi:type="xsd:string">2008-07-01</start_date>
        <end_date xsi:type="xsd:string">2008-07-22</end_date>
     </soap:optionalInfo>
  </soapenv:Body>
</soapenv:Envelope>
Any help is appreciated!

Tom
__________________

Some real (as in actual) surveys that pay money!
tommyboy123x is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
can I make this an active link? cliffhucker Programming Discussions 4 06-11-2007 11:32 PM
Make an AVI Smaller sir nerdalot Computer Audio & Multimedia 14 05-31-2007 08:27 AM
Nero 6 to make VCD sir nerdalot Computer Audio & Multimedia 0 05-21-2007 04:42 AM