16:33:26 RRSAgent has joined #xmlprotocol 16:33:26 logging to http://www.w3.org/2005/11/30-xmlprotocol-irc 16:33:37 I am on conflicting call as well 16:34:07 dhull has joined #xmlprotocol 16:34:21 mikeem has joined #xmlprotocol 16:34:48 -Dave_Hull 16:35:14 +Dave_Hull 16:35:19 + +1.858.831.aaaa 16:39:58 Misc 16:40:09 Two new members: Glen Daniels 16:40:15 David Hull 16:40:17 + +1.514.878.aabb 16:40:24 - F2F 16:40:39 Mike: trying to have F2F at W3C Tech meeting. 16:40:52 However scheduling problems due to other group meetings 16:41:18 Solution: saturday after TP. 16:42:23 anish has joined #xmlprotocol 16:42:33 3. Minutes 16:42:49 +Anish 16:42:54 16 november: no pushback, minutes approved. 16:43:51 4. Action Items 16:44:01 Anish: pending 16:44:12 Mike: pending 16:44:23 Mike: done 16:44:45 Noah: done 16:44:59 5. Administrative 16:45:26 Yves: PP and charter, vote still going on. 16:45:37 1 week for PP. Then 1 more week for new charter. 16:45:49 Probably finished by EoY 16:46:14 (may need to respond to charter comments) 16:46:40 7. MEP issue 16:48:35 Glen: 1 of main questions: shall MEP exists? And if yes, at what layer? 16:49:11 What to do with a WSDL MEP? HTTP has a build-in req-resp paradigm, other protocols may have other paradigm. 16:49:34 No consensus about where MEP lives. 16:50:23 1 way to see it, is that as SOAP MEP is close to a WSDL MEP. 16:51:06 Other way: SOAP MEP is an abstraction of a protocol MEP. HTTP has req-resp, SOAP req-resp MEP that binds to HTTP req-resp. 16:51:30 In first case 1 WSDL MEP binds to 1 SOAP MEP that binds to multiple protocol paradigm. 16:51:50 In second, 1 WSDL MEP binds to multiple SOAP MEP linked to protocol paradigm. 16:53:21 With a SOAP MEP close to HTTP transport, no need of 1-way MEP. Only need req-resp MEP with optionnaly empty response. 16:53:27 Think that MEP should stay. 16:53:59 +Pete_Wenzel 16:54:02 Yves: HTTP natively does have ability 1-way stuff with empty response. 16:55:21 Dave: good summary of where things are. 16:55:45 Dave: agree that SOAP MEP are usefull abstraction and should be close to transport level. 16:56:09 Dave: SOAP MEPs describe what a protocol can propose. 16:56:42 Tend to think that every transport should provide a 1-way MEP. 16:58:24 To map WSDL MEP to SOAP MEP, it makes sense to have 1-way for everything, even HTTP. 16:59:20 Glen: fundamental difference is about where you bound your decision? 16:59:47 Dave: no, question is how do we model the way it is signaled. 17:00:26 1 approach: in case of HTTP, allways send a response (even if empty). Other way, use 1-way. 17:00:49 Glen: choice may be done late. 17:01:29 Dave: if define both (req-resp and 1-way), have to build them well, because have to distinguish them at response time. 17:02:18 Noah: new pb that can not decide at binding level from the outbound message which MEP is used. 17:02:49 Need to do it compatibly with existing REC. 17:02:57 Dave: possible to do it. 17:03:29 Dave: when define 1-way for HTTP need to have it compatible with req-resp. 17:04:01 Noah: can have spec level compatible, but need to have it with software implementations. 17:04:16 May have a problem with current implementations. 17:04:57 Only way do it, is to add some marker. 17:05:18 Means that this new stuff will not be compatible with current implementations. 17:05:34 Think it is an incompatibility. 17:06:10 But thinks probably a murkier, because many implementations have ignored the REC on this point. 17:06:28 Noah: this is not an errata, but a change, because nothing is broken. 17:08:26 Noah: case with 2 responses (ack to original sender + true response) common? 17:08:42 Marc: Does not append like this. 17:09:54 Noah: 1 way: add something in message to say that 1-way MEP is used. 17:10:14 Marc: could assume that if not there, then req-resp. 17:11:41 Noah: 2 way: create a new MEP, somewhat incompatible with current MEP: send a SOAP message with perhaps a response. 17:11:57 Noah: 1st way is compatible, 2nd not. 17:12:27 q+ to ask why adding a http header makes it compatible, as opposed to something in the SOAP message 17:12:47 Noah: say in spec for new binding, that it is largelly compatible with existing binding, but not completely compatible. 17:13:06 I'm wondering if maybe what is needed is just a oneway SOAP MEP that is NOT supported by HTTP but possibly by other underlying transports such as TCP or BEEP 17:13:16 Noah: 3rd option is just to ignore compatibility and rewrite current binding. 17:13:29 Noah: 4th option is to use the uberMEP option. 17:13:42 I am actually thinking that maybe we got it right... that for HTTP, there should always be a response SOAP envelope even if it is empty 17:14:22 I am increasingly concerned about the conflation of SOAP MEP and WSDL or higher-level MEP 17:14:31 I think it is a mistake to conflate them 17:14:36 they are completely orthogonal 17:14:47 We mean *not* to conflate them (at least Glen and I) 17:14:59 Anish: if we add HTTP header, would not break compatibility. What about using a SOAP header? WSA make it clear whether there will be response or not. 17:15:06 E.g in-out -> either req-rep or two one-ways, depending 17:15:08 Noah: think that it is a good point. 17:15:12 Can turn question over. 17:15:27 i *really* dislike the idea of sending round empty SOAP messages, what is the point ? 17:15:38 HTTP header: very early signalling that compatibility is broken. 17:15:38 they might not always be empty 17:15:41 dialing 17:16:06 Making SOAP depending on WSA is not good. 17:16:10 +1 17:16:11 getting two separate response SOAP messages is just adding complexity with no benefit IMO 17:16:17 well, what I dislike is disalowing a SOAP envelope in cases where the WSDL says oneway 17:16:25 Feels more natural that the binding knows about transport. 17:16:27 +Chris_Ferris 17:16:49 More a matter of taste, whether or not making the HTTP binding dependant on WSA header. 17:17:05 E.g, BEEP request, BEEP "OK" response includes [message id] to say exactly which message it's ack-ing 17:17:23 Glen: in spec, 2xx has a blank significance. 17:17:27 (that was aimed at Marc's objection to empty SOAP messages) 17:17:32 right so there's no need to repeat that in a SOAP payload 17:17:39 Therefore is it OK to fix this. 17:17:52 (? [message id] *is* a SOAP thing) 17:18:18 i missunderstood, i meant the BEEP level correlation 17:18:32 GlenD has joined #xmlprotocol 17:18:36 Chris: pb: what WSDL says is at application level. Nothing to do with real message exchange. 17:18:53 That's another way to do it. Maybe better. IMHO there is still an open question as to how WSA MAPs relate to analogous transport-level things 17:19:18 SOAP req-resp MEP maps nicely with HTTP messages. 17:19:58 People are binding WSDL MEP with SOAP MEP. Is it necessary? 17:20:09 Need to make clear what a MEP means. 17:20:27 Noah: part of thing to do is to help people to be organized. 17:20:49 Intersting thing about SOAP MEP is that allows to make statement about multiple transport. 17:21:27 Allowed to remove the transport details from the application. 17:21:53 In many cases, it means that SOAP MEP maps pretty close to transport level. 17:23:05 Chris: if you have multiple MEP supported by a transport, what signals what MEP to use. 17:23:46 Noah: a year ago, seems natural to know from outbound message what MEP is used. Not more the case, with WSA use-cases. 17:24:00 Dave: you know what case you have by the response you get. 17:24:06 anish2 has joined #xmlprotocol 17:24:44 +1 to not including blank soap messages 17:24:58 Chris: putting blank soap message is not good. 17:25:48 Dave: there were cases where it was usefull to send back a SOAP OK message, with something more in it. 17:26:15 Not only say: OK I got this 1-way message, but also for e.g. something about reliability. 17:26:48 please attribute "Chris: putting blank soap message is not good." to Marc 17:26:56 Anish: if sending back some information, would'nt that be SOAP req-resp? 17:27:14 Dave: it could still be a 1-way message at application level. 17:27:47 Montreal people are going to head out.... 17:28:15 AOB 17:28:25 Mike: Christmas schedule. 17:28:44 - +1.514.878.aabb 17:30:32 Mike: 28 dec is off. 17:31:08 Mike: probably do 21 dec. 17:31:28 Mike: will do 4 jan. 17:32:13 - Test collection errata. 17:32:23 Anish: one issue is a type. 17:32:30 s/type/typo/ 17:32:36 Mike: already discuss? 17:32:41 Anish: yes. 17:32:50 Mike: what is needed to do? 17:32:58 Anish: need to agree how to fix it. 17:33:23 Mike: take this next week. 17:33:42 Mike: If any pushback for the resolution, make it this week. Will make decision next week. 17:34:27 action: mike to put e-mail to list for sending response to proposed changes to test collection issues. 17:34:39 -Marc_Hadley 17:34:40 -Chris_Ferris 17:34:40 -Anish 17:34:40 Mike: call adjourned. 17:34:44 - +1.858.831.aaaa 17:34:50 -Pete_Wenzel 17:35:19 I was just looking for that 17:36:01 -Canon 17:36:02 rrsagent, draft minutes 17:36:02 I have made the request to generate http://www.w3.org/2005/11/30-xmlprotocol-minutes.html cferris 17:36:18 rssagent, list actions 17:36:31 zakim, please list actions 17:36:31 I don't understand 'please list actions', cferris 17:36:33 rrsagent, make log public 17:37:32 Yes - it is in the html 17:37:38 Thanks guys 17:37:39 yep 17:38:01 looks like there were errors generating the minutes... not sure how that gets cleaned up 17:38:09 been away too long:-) 17:38:33 I'll manual elide when I insert minutes 17:38:41 s/manually/manual 17:39:27 rrsagent, show actions 17:39:27 I see 1 open action item saved in http://www.w3.org/2005/11/30-xmlprotocol-actions.rdf : 17:39:27 ACTION: mike to put e-mail to list for sending response to proposed changes to test collection issues. [1] 17:39:27 recorded in http://www.w3.org/2005/11/30-xmlprotocol-irc#T17-34-27 17:40:58 ciao 17:41:00 cferris has left #xmlprotocol 17:45:46 dorchard has joined #xmlprotocol 17:48:31 anybody here? 18:13:15 mike has joined #xmlprotocol 18:35:00 disconnecting the lone participant, Dave_Hull, in WS_XMLP()11:30AM 18:35:02 WS_XMLP()11:30AM has ended 18:35:04 Attendees were Marc_Hadley, Dave_Hull, Canon, +1.858.831.aaaa, +1.514.878.aabb, Anish, Pete_Wenzel, Chris_Ferris 18:45:17 noah_montreal has joined #XMLProtocol 18:46:29 noah has joined #XMLProtocol 18:48:13 noah_montreal has joined #XMLProtocol 18:48:17 noah_montreal has joined #XMLProtocol 20:01:57 Zakim has left #xmlprotocol 20:23:39 noah has joined #XMLProtocol 20:28:21 noah_montreal has joined #XMLProtocol 21:43:14 noah_montreal has joined #XMLProtocol