- From: Jean-Jacques Moreau <moreau@crf.canon.fr>
- Date: Fri, 15 Jun 2001 09:41:58 +0200
- To: Frank DeRose <frankd@tibco.com>
- CC: xml-dist-app@w3.org
Frank, Am I missing something obvious, or does the spec allow you to have two RPC requests within a single SOAP message? (I am also wondering why the usual QName+actor dispatching mechanism does not work here.) BTW, in your example, why couldn't "id1" be a header? Frank DeRose wrote: > <SOAP-ENV:Body > SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> > <SOAP-ENC:int id="i1" SOAP-ENC:root='0'>34.5</SOAP-ENC:int> > <m:GetLastTradePriceResponse xmlns:m="Some-URI"> > <PriceAndVolume> > <LastTradePrice href="#i1"/> > <DayVolume>10000</DayVolume> > </PriceAndVolume> > </m:GetLastTradePriceResponse> > </SOAP-ENV:Body> Jean-Jacques.
Received on Friday, 15 June 2001 03:42:28 UTC