asked on
Connector.BeginMessage;
CREATE(Serializer);
Serializer.Init (Connector.InputStream); <-- use some other istream here?
Serializer.StartEnvelope ('soap','NONE','utf-8');
For the response I usaually use MSXML DomDocument
XMLDOM.load (Connector.OutputStream);
XMLDOM.save path
XMLDOM being MSXML DomDocument. I'm not sure how to use XMLDOM.QueryInterface, if that can be used...
Web development can range from developing the simplest static single page of plain text to the most complex web-based internet applications, electronic businesses, and social network services using a wide variety of languages and standards, including the familiar HTML, JavaScript and jQuery, ASP and ASP.NET, PHP, ColdFusion, CSS, PHP, Flex and Flash, but also the implementation of a broad list of standards including XML, WSDL, SSDL, VoiceXML and many more.
TRUSTED BY