SOA-Siebel Integration

Hi
I am currently working on Siebel(Call Center)-SOA Integration. In the Siebel , I have exposed the Siebel Inbound service "PRODUCT IMPORT" and using the wsdl of "PRODUCT IMPORT " which contains the inbuilt schema I created a SOA Composite thus by invoking (Insert operation ) Siebel Service from the composite.
I am facing issue while passing the Input : - the service is able to create workspace items in the Siebel "Administration Product" but its not able to create Siebel Product Information
[ Product Info like "product Type ..etc ]
Can any one send me a valid input or a sample request to craete a product info in Siebel .
Thanks

Hi ,
Following are the steps to Create a product in siebel :-
1. Get the Siebel Product Inbound Service (.wsdl file )
2. Above service contains the inline schema.
3. Create a BPEL Process based on the Inline schema.
4. Invoke product Import Service ( create opearation ) to create the product in siebel.
5. Build and deploy the composite
6. Please make use of below mentioned SOAP request :-
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
     <soap:Body>
          <ns1:ListOfProductImport xmlns:ns1="http://www.siebel.com/xml/ProductImport">
               <ns1:ProductImport>
                    <ns1:Id>1-DVE2F</ns1:Id>
                    <ns1:Created>19-MAY-13</ns1:Created>
                    <ns1:Updated></ns1:Updated>
                    <ns1:ConflictId>0</ns1:ConflictId>
                    <ns1:ModId>4</ns1:ModId>
                    <ns1:OverrideLockedFlag>Y</ns1:OverrideLockedFlag>
                    <ns1:WorkspaceId></ns1:WorkspaceId>
                    <ns1:WorkspaceName>Test16</ns1:WorkspaceName>
                    <ns1:WorkspaceReleaseFlag>Y</ns1:WorkspaceReleaseFlag>
                    <ns1:WorkspaceReuseFlag>Y</ns1:WorkspaceReuseFlag>
                    <ns1:ListOfProductDefinition>
                         <ns1:ProductDefinition>
                              <ns1:Id>1-DVE2F</ns1:Id>
                              <ns1:Created>19-MAY-13</ns1:Created>
                              <ns1:Updated></ns1:Updated>
                              <ns1:ConflictId>0</ns1:ConflictId>
                              <ns1:ModId>4</ns1:ModId>
                              <ns1:AutoExplodeFlag>Y</ns1:AutoExplodeFlag>
                              <ns1:BillableFlag>Y</ns1:BillableFlag>
                              <ns1:BillingServiceType></ns1:BillingServiceType>
                              <ns1:BillingType></ns1:BillingType>
                              <ns1:BusinessUnitId>0-ACWP</ns1:BusinessUnitId>
                              <ns1:CheckEligibilityFlag>Y</ns1:CheckEligibilityFlag>
                              <ns1:CommonId></ns1:CommonId>
                              <ns1:Description>NewProd</ns1:Description>
                              <ns1:EffectiveEndTime></ns1:EffectiveEndTime>
                              <ns1:EffectiveStartTime></ns1:EffectiveStartTime>
                              <ns1:InclusiveEligibilityFlag>Y</ns1:InclusiveEligibilityFlag>
                              <ns1:IntegrationId>1-DUYH</ns1:IntegrationId>
                              <ns1:OrderableFlag>Y</ns1:OrderableFlag>
                              <ns1:PriceType>One-Time</ns1:PriceType>
                              <ns1:ProductId>1-GHI2</ns1:ProductId>
                              <ns1:ProductName>LatestProduct20</ns1:ProductName>
                              <ns1:ProductType></ns1:ProductType>
                              <ns1:SalesProductFlag>Y</ns1:SalesProductFlag>
                              <ns1:ServiceInstanceFlag>Y</ns1:ServiceInstanceFlag>
                              <ns1:ServiceProductFlag>Y</ns1:ServiceProductFlag>
                              <ns1:StructureType>None</ns1:StructureType>
                              <ns1:TrackAsAssetFlag>Y</ns1:TrackAsAssetFlag>
                              <ns1:Type>Insurance</ns1:Type>
                              <ns1:UnitofMeasure>Dollar</ns1:UnitofMeasure>
                              <ns1:VendorId></ns1:VendorId>
</ns1:ProductDefinition>
</ns1:ListOfProductDefinition>
                    <ns1:ListOfProductStructure>
                         <ns1:ProductStructure>
                              <ns1:Id>1-DVE2F</ns1:Id>
                              <ns1:Created>19-MAY-13</ns1:Created>
                              <ns1:Updated></ns1:Updated>
                              <ns1:ConflictId>0</ns1:ConflictId>
                              <ns1:ModId>4</ns1:ModId>
                              <ns1:ComponentProductBusinessUnitId></ns1:ComponentProductBusinessUnitId>
                              <ns1:ComponentProductId></ns1:ComponentProductId>
                              <ns1:ComponentProductName></ns1:ComponentProductName>
                              <ns1:ComponentProductVendorId></ns1:ComponentProductVendorId>
                              <ns1:IntegrationId>1-DUYH</ns1:IntegrationId>
                              <ns1:ProductBusinessUnitId></ns1:ProductBusinessUnitId>
                              <ns1:ProductId></ns1:ProductId>
                              <ns1:ProductName></ns1:ProductName>
                              <ns1:ProductVendorId></ns1:ProductVendorId>
</ns1:ProductStructure>
</ns1:ListOfProductStructure>
</ns1:ProductImport>
</ns1:ListOfProductImport>
</soap:Body>
</soap:Envelope>
7. After successful testing , have a look at the Invoke_output variable which contains the primary Id of the created product.
8. Use the primary ID of the product to query product details.
9. Also you can find the same in database ( if you have access to ..
select from S_PROD_INT where ROW_ID like 'PRIMARY_ROW_ID';*
Edited by: Surya on May 21, 2013 9:13 AM

Similar Messages

  • Business Objects - Siebel Integration kit - Generate Query

    Hello
    Thank you for reading this post.
    I am designing reports using Crystal reports 2008 from Siebel CRM using the BO - Siebel integration kit. With the help of kit, all the business components (BC) of Siebel are exposed as tables in Crystal reports and can be fetched in the query to run a report.
    When I run a report from Account BC, I am getting multiple records in the report. When I checked the SQL query from Siebel server, I found that there is a cartesian product in the query due to which duplicate records are coming.
    Is there any way to modify the query which is generated by the integration kit??
    When I discussed the issue with the Siebel Configuration team, they suggested that there should be a way to choose links in the BC. Can you please suggest a way to expose links in BC??
    Waiting for reply..
    Thanks
    Devesh

    Hi Devesh,
         In Business Objects Enterprise Integration for Siebel document, Chapter 6 Using Crystal Reports with Siebel, there is content talking about:
         Linking tables in reports, and introduce how to link between parent and child Business Components, how to use the parent's multi-value field, etc, etc.
         Could you please have a look at the content there and let us know if it contain the information you need?
         Business Objects Enterprise Integration for Siebel document is available here:
        http://service.sap.com/~sapidb/011000358700000559442010E/xi31_sp3_siebl_install_en.pdf
    Thanks and Regards
    Carlos Chen

  • Siebel Integration Object and XI HTTP adapter

    Hi All,
        Is it possible to consume Siebel XML Message which is sent out using Siebel Integration Object in XI using HTTP adapter? Note: Without using iWay Adapter.
    Thanks in advance.
    Regards,
    Vedavyas

    Hi,
    I too have a similar requirement. Kindly tell me if ur problem is solved..?
    Cheers,
    Siva Maranani.

  • Siebel integration with Portal

    Hi
    Can anybody tell me how the Siebel integration can be done with Portal.
    Pl send me steps.
    thx
    PRadeep

    Pradeep,
    You might want to check this weblog.
    Adapters to Integrate SAP XI and Siebel system
    James

  • How to configure SOA in Integrated WLS Server for JDEV 11.1.1.1.0

    Hi,
    I am trying to deploy a SOA Application but it says No SOA Configured targets found. How can I configure SOA on Integrated Weblogic Server in JDeveloper.
    Thanks

    Okay, so the Admin server controls the connection. Is there a screen that shows this? My JDev is reporting that the soa server does not exist, though the WebLogic administrator shows that it's there.
    I have checked the AdminServer.log and the soa_server1.log files and found nothing that would indicate an error. I also noticed there is something called a Work Manager. wm/SOAWorkManager This guy is pointing to just the soa server.

  • POS-Siebel Integration (External Orders Query)

    Hi,
    I have to implement POS and siebel integration for querying and retrieving external orders from Siebel in POS using an out-of-box integration method @
    https://docs.google.com/viewer?url=http%3A%2F%2Fdocs.oracle.com%2Fcd%2FE12517_01%2Fback_office%2Fpdf%2F133%2Fsss-133-imp4.pdf
    After doing all the setup required at both ends, whenever i go to query external order in POS it shows me this message : "The system is currently offline. The orders cannot be retrieved for payment during offline."
    Please advise how to proceed further.
    Also for configuring DefaultConnectorTechnician.xml the mystoreID and pwd are POS admin username and password???
    Thanks in advance,
    Ayush

    Hi,
    Have exposed the web service from Siebel side and also the both Default and retail technician XML files in POS have been updated to proper webservice URI: "http://<Host>:<port>/eai_anon_enu/start.swe?SWEExtSource=SecureWebService&SWEExtCmd=Execute"
    Still the error msg appears stating: The system is offline.
    Do i need to bounce the Oracle Retail POS server before the changes take effect??
    Or is there any more setup that i need to verify in siebel to make sure the webservice respond correctly???
    Regards,
    Ayush

  • Best practice multi-org, MW, SOA, Siebel authen with static or dynamic url

    All,
    My client integration lead had a question about the current best practices for multi-org structures with MW, SOA and Siebel. Internally the client contact is being pressured to get dynamic urls for authentication (for each area and new addition…currently exposed web services include Acct, Payment, Contact, etc… currently 60-70 services). However, he would like to stay with his current process for web service integration and just add pos id, user id, org id, etc. in the message string that is passed.
    Please let me know what you think and why so I can pass this information along.

    Hi even we too struck up with the same kind of issue.Please let me know if you got any solution for this.Your help is highly Appreciated.
    Thanks,
    Ravi Kasu.
    [email protected]

  • Sap-Siebel integration

    HI Friends,
    I need detail steps on how SIEBEL system can be
    integrated with SAP system.if possible plz send
    me the info abt this integration.
    Thanks,
    Lavanya.

    Please refer to your post in the ABAP forum and <b>close this one</b>.
    Sap-Siebel integration

  • Siebel Integration with SUN Access Manager

    Hi Guys,
    We are trying to integrate siebel with Sun access Manager.
    I have gone thro the sun site but unable to find any documentation and policy agent to download.
    Please guide me where can i find documenttaion and policy agent software download.
    Thanks
    Regards,
    Mohit

    There is no agent to integrate with Siebel directly. However it should be possible by using Sun web server or IIS agent. Here is an old document that may still apply.
    http://docs.sun.com/source/816-6901-10/Chapter.html#wp19548
    There was more detailed integration document on Siebel web site. But it has been removed after Oracle acquisition (http://www.siebel.com/partners/portal/docs/integrationbriefs/siebel77_sjsam_tib.pdf)
    thanks,
    shivaram

  • Oracle SOA Suite integration with HP SOA Policy Enforcer

    Has anyone tried integrating Oracle SOA Suite with HP SOA Policy Enforcer?
    will appreciate your help.
    Thanks,
    V

    Hi Vivek
    Integration with Oracle Access Manager is possible. The documentation points to some custom handlers that can be used for the integration.
    If you have addtional questions please feel free to contact me directly
    Dutta Satadip

  • Oracle SOA Suite integration vs Oracle AIA

    HI,
    Oracle soa suite provides the environment to make use of existing service by providing oracle adapters including Legacy,package and application adapters. futher which suituation and why need to use oracle AIA in order to make use existing resources. am little bit confuse both of this approach over integration.
    can anyone clear my doubt
    regards
    ashok.v

    Hi,
    You can find the answer in AIA white paper in below link.
    www.oracle.com/us/products/applications/057018.pdf
    'The Oracle Application Integration Architecture Foundation Pack heralds a new approach to integrating your application portfolio based on composite business processes. It combines the power of Oracle’s Fusion Middleware along with a set of best in class application Enterprise Business Objects and Services that form the building blocks for a new generation of composite applications that leverage your existing investments to fulfill mission critical business processes.'

  • Siebel integration - sending from XI to Siebel

    Hi,
    Can anyone confirm in this scenario where I am sending to Siebel rather than receiving from Siebel I will have to use the iWay adapter for Siebel.
    I have read on various posts that the HTTP adapter can also be used for integration with Siebel but it looks like this is only valid for Siebel sending into XI not the other way around.
    Cheers
    Colin.

    Colin,
    Kindly have a look at the below forum discussion, and see whether it  helps u.
    http://eai.ittoolbox.com/groups/vendor-selection/eai-select/adapters-to-integrate-sap-xi-and-siebel-639308#
    Best regards,
    raj.

  • Siebel Integration with Lotus Knowledge Management Tool

    Hi,
    I am currently working on Siebel 8.1 and have a requirement to integrate it with Lotus Knowledge Management tool.
    Does Oracle provide OOTB adapters for integration for Lotus KM just like Inquira?
    Please let me know.
    Regards.

    Hi,
    I am not able to find any information regarding integration of Lotus Knowlegde Management with Siebel.
    Unless someone else in this forum has an answer, I recommend you to open a Service Request in support.oracle.com to confirm if such integration exists, and if not ask for a product enhancement request for this integration or request another solution that may be suitable. You can also contact IBM to verify if they have performed any validation using both products.
    Thanks,
    Wilson

  • Siebel integration using URL SWE Commands

    Hi everybody,
    I am working on SAP EP6 and I want to integrate Siebel 7.0.
    The 1° step I 've tried to implement is an URL iView calling the Siebel specific SWE Commands:
    http://<myserver>/callcenter/start.swe?SWECmd=ExecuteLogin&SWEUserName=<username>&SWEPassword=<password>
    And then I was thinking to use Application Integrator to dynamically pass userName and password to the URL system.
    But I encounter problem trying to implement the 1° step:
    - I have the following error calling SWECmd=ExecuteLogin:
    'top._swe._sweapp.S_App' is null or not an object
    - I read that this can be coming from IE proxy parameter. So I add Siebel server in proxy setting so as to not use proxy going on Siebel sever.
    ==> After this, if I make a preview on my URL iView, it is working, I have no error any more and I go on Siebel Home page.
    BUT when I access this iView by the portal (not as preview), I always have the error !! 
    Has somebody any idea ?
    Has somebody already integrate Siebel Home page in the Portal using URL iView or Application Integrator ?
    Thanks a lot,
    Fabien

    Hi Fabien,
    did you find a solution for this in the end? I am getting a javascript error also.
    For now: my solution is to launch in a New Window outside the Portal
    Have you come up with anythign better?
    Regards,
    Jim

  • LDAP Authentication in Siebel integrated OBI

    Hi, We have OBI integrated in Siebel through Symbolic URL. We want to implement LDAP Authentication in OBI. Can anybody tell me the high level steps on the Siebel side which we need to do for supporting LDAP Authentication.
    thx,
    parag

    1.Register LDAP server on OBIEE Repository and test.
    2. modify authentication init block to use LDAP server.
    3.Create siebel responsibilities in RPD
    4. test obiee answers with a user exist in ldap
    Thanks
    Jay.

Maybe you are looking for

  • Fix for BT headset nightmare in VMWare Fusion? (Macbook Leopard)

    Appreciate any help after struggling for over a day trying to connect a top Bluetooth headset (Jawbone)... Thanks, Mark Openworld.com CASE: 2 GB Ram Macbook Leopard OS Fusion 1.0 running WinXP Service Pack 2 Jawbone Bluetooth Headset Bluetooth headse

  • Mac Pro graphics failure

    I have a Mac Pro 1.1 2.0gb dual processor and fitted a ATi5770 card in the spring. Today the machine has developed a serious problem. It appears that the graphics are not being initialised and the monitor remains blank. I swapped out the Ati5770 and

  • AT selection-screen : Processed 2 times!

    I do have a selection screen and event at-selection-screen. Some checkbox with usercommand When box is uncheck something has to be done but it is done 2 times! any idea +?

  • Fading display brightness?

    Dear everybody, I received my new x201 4 days before. Before the X201 I had a T61 with no LED backlit. I just have one question: If I turn the brightness to zero in Windows 7 and then raise it again, the screen brightness sometimes goes black and the

  • File Select Popup not restricing multiple file types

    I have a Bitmap picture in which I call GetBitmapFromFile right after this popupfile select.  So I want the user to pick one of the folowing filetypes seen below. I have the following call FileSelectPopup ("", "*.*", "*.tif;*.pcx;*.bmp;*.dib;*.rle;*.