Lukas Gebauer wrote: >> Is there demo/source examples of using synapse to interact with SOAP >> services? > > What is SOAP in the depth? > > it is just well formed XML dcoument with SOAP request. Thsi XML is > deliveder by HTTP protocol to some webservice, what produce response > in XML too. > > So, SOAP is rules for creating XML documents and rules for reading > XML output. HTTP is used as just transport over the net. > > Synapse not contains any XML tool. So, if someone create code for > producing and decoding SOAP XML format, Synapse can be used as > transportion layer. >
Thanks Lukas, I thought there was code for SOAP...sorry my mistake. This is not a 3rd party webservice so I'm not much concerned with validating the schmea of the xml so I'll try using just the HTTP routines... -- Warm Regards, Lee ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ synalist-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synalist-public
