Click here to Skip to main content
15,912,756 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralXML Pin
Mazdak13-Apr-02 4:17
Mazdak13-Apr-02 4:17 
GeneralRe: XML Pin
MS le Roux13-Apr-02 9:36
MS le Roux13-Apr-02 9:36 
GeneralRe: XML Pin
Mazdak13-Apr-02 10:07
Mazdak13-Apr-02 10:07 
GeneralRe: XML Pin
Michael A. Barnhart16-Apr-02 11:38
Michael A. Barnhart16-Apr-02 11:38 
GeneralRe: XML Pin
Mazdak16-Apr-02 20:29
Mazdak16-Apr-02 20:29 
GeneralRe: XML Pin
jkgh20-Jun-02 7:20
jkgh20-Jun-02 7:20 
GeneralRe: XML Pin
Mazdak21-Jun-02 8:31
Mazdak21-Jun-02 8:31 
GeneralSOAP Newbie Pin
Tom Archer12-Apr-02 8:24
Tom Archer12-Apr-02 8:24 
Being extremely comfortable with XML, I'm finally learning some SOAP.

I know the following is a SOAP request, but can someone shed some
light on what each part represents?

POST /StockQuote HTTP/1.1
Host: www.stockquoteserver.com
Content-Type: text/xml; charset="utf-8"
Content-Length: 323
SOAPAction: Some-Namespace-URI#GetLastTradePrice
<SQ:Envelope
    xmlns:SQ="http://schemas.xmlsoap.org/soap/envelope/"
    SQ:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
  <SQ:Body>
    <m:GetLastTradePrice xmlns:m="Some-Namespace-URI">
      <symbol>DIS</symbol>
    </m:GetLastTradePrice>
  </SQ:Body>
</SQ:Envelope>


Here again with the response package, I could really use some help
deciphering it:

HTTP/1.1 200 OK
Content-Type: text/xml; charset="utf-8"
Content-Length: nnnn
<SP:Envelope
xmlns:SP="http://schemas.xmlsoap.org/soap/envelope/"
    SP:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
  <SP:Body>
    <m:GetLastTradePriceResponse
    xmlns:m="Some-Namespace-URI">
      <Price>34.5</Price>
    </m:GetLastTradePriceResponse>
  </SP:Body>
</SP:Envelope>


Thanks!!

Cheers,
Tom Archer
Author, Inside C#

Please note that the opinions expressed in this correspondence do not necessarily reflect the views of the author.
GeneralRe: SOAP Newbie Pin
Michael A. Barnhart16-Apr-02 11:52
Michael A. Barnhart16-Apr-02 11:52 
GeneralRe: SOAP Newbie Pin
Tom Archer16-Apr-02 12:14
Tom Archer16-Apr-02 12:14 
GeneralXML,Oracle+sqlserver integration Pin
vins8-Apr-02 3:54
vins8-Apr-02 3:54 
GeneralHTML Question Pin
[James Pullicino]7-Apr-02 22:34
[James Pullicino]7-Apr-02 22:34 
QuestionIs this a bug of Internet explorer? Pin
wilbur7-Apr-02 21:53
wilbur7-Apr-02 21:53 
AnswerRe: Is this a bug of Internet explorer? Pin
MS le Roux8-Apr-02 0:01
MS le Roux8-Apr-02 0:01 
GeneralXSL and Netscape Pin
Jon Newman2-Apr-02 7:01
Jon Newman2-Apr-02 7:01 
GeneralRe: XSL and Netscape Pin
Philip Patrick5-Apr-02 4:13
professionalPhilip Patrick5-Apr-02 4:13 
GeneralRe: XSL and Netscape Pin
markkuk6-Apr-02 9:51
markkuk6-Apr-02 9:51 
GeneralDisplaying an excel spreadsheet with xsl Pin
28-Mar-02 6:11
suss28-Mar-02 6:11 
GeneralRe: Displaying an excel spreadsheet with xsl Pin
Michael A. Barnhart28-Mar-02 9:06
Michael A. Barnhart28-Mar-02 9:06 
GeneralRe: Displaying an excel spreadsheet with xsl Pin
Lilian Chan-Grant28-Mar-02 9:29
Lilian Chan-Grant28-Mar-02 9:29 
GeneralRe: Displaying an excel spreadsheet with xsl Pin
Lilian Chan-Grant28-Mar-02 9:58
Lilian Chan-Grant28-Mar-02 9:58 
GeneralEditable XML from MSXML Pin
David Chamberlain28-Mar-02 4:27
David Chamberlain28-Mar-02 4:27 
GeneralRe: Editable XML from MSXML Pin
28-Mar-02 4:58
suss28-Mar-02 4:58 
GeneralRe: Editable XML from MSXML Pin
Michael A. Barnhart28-Mar-02 8:52
Michael A. Barnhart28-Mar-02 8:52 
GeneralRe: Editable XML from MSXML Pin
David Chamberlain28-Mar-02 10:37
David Chamberlain28-Mar-02 10:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.