You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by "ryan.tecco" <rt...@neochi.com> on 2000/08/08 19:18:04 UTC

Re: Apache C++ SOAP Implementation Proposed Architecture

> Standard Handler Instances (derived from PayloadHandler)
> -------------------------------------
> 	CRPCHandler
> 		Handles RPC messages to generic C++ classes exposed by DLL's
> 
> 	CORBARPCHandler
> 		Handles RPC messagers to CORBA objects


	Are you suggesting any sort of language bindings in your
implementation? How do C++ methods get called with the proper parameters
extracted from a payload?

-- 
----------------
ryan.tecco

"Everything is controlled by a small 
evil group to which, unfortunately,
no one we know belongs."


Re: Apache C++ SOAP Implementation Proposed Architecture

Posted by "ryan.tecco" <rt...@neochi.com>.
> 	Are you suggesting any sort of language bindings in your
> implementation? How do C++ methods get called with the proper parameters
> extracted from a payload?


	I have a grammar for XIDL under yacc. I would be willing to 
	write an XIDL compiler that could generate stubs.

-- 
----------------
ryan.tecco

"Everything is controlled by a small 
evil group to which, unfortunately,
no one we know belongs."


Re: Apache C++ SOAP Implementation Proposed Architecture

Posted by "ryan.tecco" <rt...@neochi.com>.
> 	Are you suggesting any sort of language bindings in your
> implementation? How do C++ methods get called with the proper parameters
> extracted from a payload?


	I have a grammar for XIDL under yacc. I would be willing to 
	write an XIDL compiler that could generate stubs.

-- 
----------------
ryan.tecco

"Everything is controlled by a small 
evil group to which, unfortunately,
no one we know belongs."