Join Fribiz, place bids and win prizes | Next Tip »Home

Echo method latest update

OkAvarageGoodVery GoodExcellent (2 votes, average: 4.50 out of 5)
Loading ... Loading ...

Related Posts


Article by neel

Authors bio is coming up shortly. neel tagged this post with: Read 416 articles by neel
View Comments Post a Comment
  1. JB says:

    Hi

    We are working on an order capture project in Siebel where we’ll be generating quote and proposal off of quote. Once proposal is generated we’ll be sending proposal document to our document repository. We’ll be sending document using inline XML in a web service call.

    The issue is our document repository system wants proposal in READ ONLY fashion. Is there any way we can change file attribute dynamically to read only

    Thanks

  2. Chris says:

    We experienced the same problems with Siebel 8 – setting properties via dot notation does not work correctly.

    I logged the issue with Siebel in May 2008 – they confirmed it was a defect (see Doc ID 577329.1 on Metalink3).

  3. Viswanath says:

    Dear Siebel Unleashed,

    I want to know whether there is any way in EAI to split a single Siebel message containing 3 blocks in to three different Siebel messages ( For ex: a Siebel message containg three Accounts details in to three diff Siebel messages with one Account details each)so that I can traverse through each of the Siebel message using Echo step and work on the individual parameters.

    Please let me know.

    Thanks.

  4. neel says:

    This is an interesting requirement.

    I think it might be possible to do that using EAI Disptach Service and Echo method combination. I have not tried it but it will be intresting to try.

    Will update if I am able to do that

  5. Jimit says:

    Hi Viswanath,

    Yes you can do that, you can use the XSLT transformation functionality supported my siebel. And while XSLT transformation you can include specific conditions and split (listofAcccounts) in to different Siebel message(individual Account) accordingly.

    Cheers,
    Jimit

  6. Piyush says:

    Hi Neel,

    I have a requirement to add property in a siebel message. Similarly like AddChild() function in eScript. Can this be possible using Echo Method.

    I tried dot notation but it adds new attributes not elements.

    E.g

    in XML

    If I pass this as an input argument and one more Literal value
    “SiebelMessage.Arg1″ Value = 123

    output argument = SiebelMessage

    then

    Output will be

    but i want

    123

    If I change my dot notation to SiebelMessage.ListOf Account.Account.Arg1 Value = 123
    (Add space in ListOf & Account in “ListOfAccount”)
    then it shows me

    123

    in watch window but when I saves it doesnt saves Arg1

  7. Piyush says:

    In my above comment XML hierarchies are deleted when posting

    Please let me know any way of adding the same.

    Regards,
    Piyush

  8. Viswanath says:

    Jimit,

    Thanks for your kind response for replying to my requirement.
    I would request you to kindly suggest me the exact Business Service names in EAI to divide the Siebel Messages.

    Thanks a lot!

  9. yirat says:

    hi Jimit,

    Can you explain more about split Siebel message in to different Siebel message?
    how exactly to work with the EAI XSLT Service?

  10. Piyush says:

    Hi Neel,

    Is there any way to extract child PS using ECHO Method.
    eg. Account is parent and Contact is child . I want to extract Contact in other PS , Is it possible ?

    Thanks
    Piyush

blog comments powered by Disqus