From: Michael (M. S. <mi...@kn...> - 2007-01-23 03:13:03
|
I've been given the task of replacing a windows based SOAP server (SOAP toolkit wrapped around a COM object) with a linux one. I have to mimic its interface and nuances closely enough so that current clients will not notice the difference. So far I think I can handle the standard calls, but there are DIME-encapsulated requests to handle. So where is the DIME support at currently? I am wading through the 0.69 sources. I can see bits & pieces of DIME support but it's not working yet. Is there a CVS repo? Does it have fixes to the DIME support? If not, how should I approach it? I could write a wrapper class, say SOAP::Attachment, and subclass it to wrap around MIME::Entity and DIME::Payload or something. Mick. |