Re: SOAP 1.2, GET, and Axis

2002-07-03 Thread Mark Baker
one thing and one thing only. But the second is more reusable than your suggestion, because I can use it for retrieving many types of quantities ("InStock", "OnOrder", etc..). So why don't we generalize it just a little bit further to; get( http://example.org/quantity-in

Re: SOAP 1.2, GET, and Axis

2002-07-03 Thread Mark Baker
On Wed, Jul 03, 2002 at 05:49:43AM -0400, Sam Ruby wrote: > Mark Baker wrote: > > You guys are losing me. > > OK, I will try to speak in one syl a ble words this time. [*] Hey old man, don't taunt the n00b! > > Sam's suggestion to punt the retrieval of the res

Re: SOAP 1.2, GET, and Axis

2002-07-02 Thread Mark Baker
ng of SOAP, i.e. not as a layer, but that's what the Web Method feature is for; exposing HTTP, through SOAP, to the developer. MB -- Mark Baker, CTO, Idokorro Mobile (formerly Planetfred) Ottawa, Ontario, CANADA. [EMAIL PROTECTED] http://www.markbaker.cahttp://www.idokorro.com

Re: SOAP 1.2, GET, and Axis

2002-07-02 Thread Mark Baker
MEP. > I agree with Sam that there are still serious issues about how exactly you construct >useful URLs which mean useful things, but that's another issue. [1] http://lists.w3.org/Archives/Public/xml-dist-app/2002Jul/0016.html MB -- Mark Baker, CTO, Idokorro Mobile (formerly

Re: SOAP 1.2, GET, and Axis

2002-07-02 Thread Mark Baker
On Mon, Jul 01, 2002 at 10:47:58PM -0400, Sam Ruby wrote: > Glen Daniels: "when GET is specified"... what Axis API would you > envision for this semantic? How about Call.setOperationName( "GET" ) or similar? MB -- Mark Baker, CTO, Idokorro Mobile (formerly Planetfre

Re: SOAP 1.2, GET, and Axis

2002-07-01 Thread Mark Baker
ociated with such requests as > "updateQuantityInStock(PartNumber="123", NewQuantity="200") and > "getQuantityInStock(PartNumber="123"). Both of these examples are from > the SOAP 1.2 spec, part 2, section 4.1. In general, it's not autom

Re: SOAP 1.2, GET, and Axis

2002-06-30 Thread Mark Baker
roup to provide more details first? I don't think that's necessary. SOAP 1.2 is independant of WSDL. MB -- Mark Baker, CTO, Idokorro Mobile (formerly Planetfred) Ottawa, Ontario, CANADA. [EMAIL PROTECTED] http://www.markbaker.cahttp://www.idokorro.com

Re: SOAP 1.2, GET, and Axis

2002-06-30 Thread Mark Baker
, the developer provides the URI via Call.setTargetEndpointAddress(). GET is invoked directly on that, the same way it would be if you typed that URI into a browser. >From the server/service POV, I don't see that it makes a difference either. MB -- Mark Baker, CTO, Idokorro Mobile (formerly Planetfred) Ottawa, Ontario, CANADA. [EMAIL PROTECTED] http://www.markbaker.cahttp://www.idokorro.com

Re: SOAP 1.2, GET, and Axis

2002-06-30 Thread Mark Baker
e HTTP method in use to the SOAP developer. If they specify the GET method, and a URI, then they don't need to specify any SOAP message, and an HTTP GET happens which may return a SOAP envelope. MB -- Mark Baker, CTO, Idokorro Mobile (formerly Planetfred) Ottawa, Ontario, CANADA.