Siebel eai xml Converter

Source: Internet
Author: User

Eai xml converter is generally used together with EAI Siebel Adapter. The Code mainly uses the javasbjhiertoxmldoc Method for reference.

If other methods are sorted out later, they will be updated continuously.

VaR bsquotemsg = theapplication (). getservice ("EAI Siebel adapter"); var psinputs = theapplication (). newpropertyset (); var psoutputs = theapplication (). newpropertyset (); If (objid! = "") {Psinputs. setproperty ("primaryrowid", objid);} psinputs. setproperty ("output1_bjectname", jsonbjectname); If (searchexpr! = "") {Psinputs. setproperty ("searchspec", searchexpr);} psinputs. setproperty ("executionmode", "forwardonly"); bsquotemsg. invokemethod ("query", psinputs, psoutputs); // var serialno = "gcrm" + psoutputs. getchild (0 ). getproperty ("messageid") var serialno = getmessageidbydatetime (); var sblmsg = psoutputs. getchild ("siebelmessage"); var numoutputobjects = psoutputs. getproperty ("numoutputobjects"); // data conversion var bscon = theapplication (). getservice ("eai xml converter"); var psinputscon = theapplication (). newpropertyset (); var psoutputscon = theapplication (). newpropertyset (); psinputscon. setproperty ("escapenames", "false"); psinputscon. setproperty ("generatenamespacedecl", "false"); psinputscon. setproperty ("usesiebelmessageenvelope", "false"); psinputscon. setproperty ("generateprocessinginstructions", "false"); psinputscon. addchild (sblmsg); bscon. invokemethod ("intobjhiertoxmldoc", psinputscon, psoutputscon); var conmsg = psoutputscon. getvalue (); var realmsg = conmsg. substring (38 );

 

Siebel eai xml Converter

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.