Forum OpenACS Q&A: Re: SOAP Gateway Package ready

Collapse
Posted by Dan Wickstrom on
Just being able to generate the stubs would be nice, but having Stub management would be a plus.

As far as complex types, I'm currently using arrays of structures (java beans), but I'm sure that having other complex types like multi-dimensional arrays and structures that contain nested structures would also be useful.

I haven't used attachments, other than to try a few attachment based demos, but I definitely think they would be worth having.

With regards to the use of tDom, using the xml abstraction procs in openacs would probably be the way to go for now, so you don't have to rewrite everything when openacs goes from ns_xml to tDom.

Collapse
Posted by William Byrne on
Funny you should mention XML abstraction. I almost created an abstraction in SG when I rolled back the ns_xml version from 1.5 to 1.4 a couple of days ago. So, there's a XML abstraction somewhere?

I'd be more than happy to use tDOM. I noticed it delivers namespace info which ns_xml didn't do very well.

I agree Bart would be a good person to contact since this entire SOAP Gateway package began with the need to connect to the ecommerce package.