- From: Jacek Kopecky <jacek@systinet.com>
- Date: Fri, 3 May 2002 17:21:18 +0200 (CEST)
- To: noah_mendelsohn@us.ibm.com
- cc: moreau@crf.canon.fr, <skw@hplb.hpl.hp.com>, <xml-dist-app@w3.org>
Noah, I believe you described below the case where you recognize the QName. In the other case - RPC as an application of SOAP, you just assume that what's come in is an RPC request. There's no mixing RPC with non-RPC on one endpoint then. So the fault is simple - it's supposed to be RPC but I don't recognize the method - ProcedureNotPresent is the fault. Best regards, Jacek Kopecky Senior Architect, Systinet (formerly Idoox) http://www.systinet.com/ On Fri, 3 May 2002 noah_mendelsohn@us.ibm.com wrote: > The case where you do recognize the QName is easy, for the reason you > state. I think the questionnable case is: the QName is a representation > of the procedure name. So a QName comes in. Your code does the > following: > > 1) Is it one of the QNames I process as a known body document type -- NO > 2) Does it correspond to one of the methods I process as RPC - NO > > OK, which fault do I return. > > ------------------------------------------------------------------ > Noah Mendelsohn Voice: 1-617-693-4036 > IBM Corporation Fax: 1-617-693-8676 > One Rogers Street > Cambridge, MA 02142 > ------------------------------------------------------------------ >
Received on Friday, 3 May 2002 11:21:20 UTC