SalesForce XI Integration...

Hi,
   We are trying SalesForce-XI Integration using WSDLs. We are facing the following issues:
  a. The SalesForce SOAP Calls require a session id string to be passed as part of the SOAP header. This soap header is not visible as part of the message type(only the soap body is seen). How do we pass data as part of SOAP headers using XI?
  b. The Target URL for the SOAP calls is dynamic, while in XI, in the SOAP communication channels, this is Hardcoded. Can this be parameterised in anyway?
  Any help regarding these is welcome.
Thanks,
Harsh
PS: Anyone who's worked on SalesForce XI Integration before?

Harsh,
Take a look at this document,
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d23cbe11-0d01-0010-5287-873a22024f79
Part 4 ADVANCED FEATURES :
<i>4.1 SOAP Header Fields
The SOAP adapter creates the SOAP envelope. You cannot influence this procedure. If
you need to apply special tags inside the SOAP header, the only option is to create the
whole SOAP envelope during mapping, and in the case of a synchronous call, to remove
the SOAP envelope in the mapping.
In the SOAP adapter channel, select Do Not Use SOAP Envelope.
By using this parameter, you can use the SOAP adapter to send or receive non-
SOAP messages. In this case the sender SOAP adapter requires an additional
parameter nosoap=true in the URL. For example:
http://<host>:<j2ee-port>/XISOAPAdapter/MessageServlet?
channel=<party>:<service>:<channel>&nosoap=true</i>
Should address a few issues..hopefully
Regards,
Bhavesh

Similar Messages

  • SALESFORCE - SOA INTEGRATION

    Hi ,
    I am currently working on SALESFORCE - SOA Integration.
    Followed the link +
    http://www.oracle.com/ocom/groups/public/@ocom/documents/webcontent/337439.pdf
    Can any one tell me the way to simply create an Account in SALESFORCE through BPEL PROCESS.
    Thanks
    Surya

    Hello,
    Users connecting to salesforce using weblogic will have to do one of the
    following:
    1. Disable Host Name Checking.
    2. Upgrade to Weblogic 10.3.6+ and use the "Wildcarded Host Name Verifier"
    http://docs.oracle.com/cd/E23943_01/web.1111/e13707/ssl.htm#CHDIEIEE
    3. Configure a custom host name verifier:
    http://docs.oracle.com/cd/E23943_01/apirefs.1111/e13952/taskhelp/security/ConfigureACustomHostNameVerifier.html
    Hope this helps.
    cheers,
    Praveen

  • Oracle salesforce Adapter integration in SOA 11.7

    I have implemented a scenario given in Chapter-5 of this pdf
    http://www.oracle.com/technetwork/middleware/adapters/documentation/ug-sfdcadapter-ps6-2104970.pdf
    I am facing an issue while invoking Salesforce Adapter. My composite has a bpel process which invokes sales force adapter.
    I have configured the adapter by following the pdf. I am trying to create an Account.
    <bindingFault>
    <part  name="summary">
    <summary>Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'create' failed due to: Error sending bytes: Unknown exception while transforming request message. ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution. </summary>
    </part>
    <part  name="detail">
    <detail>Unknown exception while transforming request message.</detail>
    </part>
    <part  name="code">
    <code>null</code>
    </part>
    </bindingFault>

    Hello,
    Users connecting to salesforce using weblogic will have to do one of the
    following:
    1. Disable Host Name Checking.
    2. Upgrade to Weblogic 10.3.6+ and use the "Wildcarded Host Name Verifier"
    http://docs.oracle.com/cd/E23943_01/web.1111/e13707/ssl.htm#CHDIEIEE
    3. Configure a custom host name verifier:
    http://docs.oracle.com/cd/E23943_01/apirefs.1111/e13952/taskhelp/security/ConfigureACustomHostNameVerifier.html
    Hope this helps.
    cheers,
    Praveen

  • Salesforce CRM and SAP Integration

    Hello Experts,
    I am supposed to come up with salesforce integration with SAP. Can you please let me know how do I start? What is that I can pick up from SAP to integrate this with salesforce and what are the hardware details required?
    If somebody has worked on this please do let me know.
    Thank you in advance,
    Cheers,
    Deepak

    salesforce integration with SAP
    salesforce->XI->SAP
    1) send salesforce data through webservice to SAP XI. it will be done by using SOAP adapter.
    2) XI will send data to SAP by idoc/rfc/proxy,depending on scenario.
    this thread ll bring clarity on the same :
    Salesforce.com integration with XI

  • How to create external content type in sharepoint for salesforce account

    Can anybody help me on How to create external content type in sharepoint for salesforce account.
    I wanto upload documents to a document library which should sync with accounts in saleforce.
    thanks in advance

    Hi,
    The following materials would be helpful:
    Tutorial: Access Salesforce Leads in SharePoint through an External List
    http://geekswithblogs.net/dataintegration/archive/2014/02/03/tutorial-access-salesforce-leads-in-sharepoint-through-an-external-list.aspx
    Salesforce SharePoint Integration – Best Practices
    http://rainforce.walkme.com/salesforce-sharepoint-integration-best-practices/#.VFxra3mKAeE
    If you want to upload documents to SharePoint document library from the Saleforce, we can also customize your own web service using SharePont .Net Client Object Model or REST to achieve it.
    Best Regards 
    Dennis Guo
    TechNet Community Support

  • Retrieving data from Salesforce SOAP API

    Hi
    I would like to using BizTalk 2010 to call the 'query' web method of the SalesForce SOAP API and have it return some data I further process in BizTalk.  There are various online examples, albeit quite old ones, of sections of what I want to achieve
    this but no complete examples with sample code.  I would like to avoid doing any SalesForce APEX customisation.
    So far I have a SalesForce account and have created some contacts.  In BizTalk I've created an orchestration, which calls a Helper class.  This C# helper class just logs into SalesForce and returns a Session ID and Server URL.  BizTalk then
    creates a SalesForce 'query' message, with a query such as 'SELECT FirstName, LastName FROM Contact'.  I then populate the message header with the Session ID and using a dynamic port, set the address to be the Server URL.  This seems ok, I get the
    sessionID and Server URL, but when calling the 'query' method from the orchestration I just get a 'The remote server returned an error: (500) Internal Server Error.' error.
    I really can't see what I doing wrong.  Any advice would be greatly appreciated.
    Colin.

    Correctly pointed out by Ashwin, this error is definitely due to wrong message structure/data value being passed across to the server.
    Periodically there are refresh happening in Salesforce Sandbox database to bring it in sync with production Salesforce database. After such refresh
    there might be problems to connect or communicate with Salesforce.com using SOAP receiver adapter.
    To debug the issue further you can import the latest enterprise WSDL into the SOAP UI tool and set up proxy server details if any. Under each project
    there will be operations such as login, logout, query etc. Right click on query and generate new instance of query. This is because this helps to find out the exact structure of the SOAP message being accepted by Salesforce.com.  There cannot be any change
    in number of tags or name of tags in SOAP message.
    Compare the message structure with the message you have created in orchestration. Issue could be as simple as difference in namespace information.
    For more details refer: Troubleshooting
    SAP-PI and Salesforce.com integration scenario
    Rachit

  • Validation on external content type in sharepoint 2010

    Hi,
    I have created one external content type.
    Table which used by this content type contain primary key.
    SO whenever i created a record with same id, its giving me following error:
    Please help to solve the issue.

    Hi,
    The following materials would be helpful:
    Tutorial: Access Salesforce Leads in SharePoint through an External List
    http://geekswithblogs.net/dataintegration/archive/2014/02/03/tutorial-access-salesforce-leads-in-sharepoint-through-an-external-list.aspx
    Salesforce SharePoint Integration – Best Practices
    http://rainforce.walkme.com/salesforce-sharepoint-integration-best-practices/#.VFxra3mKAeE
    If you want to upload documents to SharePoint document library from the Saleforce, we can also customize your own web service using SharePont .Net Client Object Model or REST to achieve it.
    Best Regards 
    Dennis Guo
    TechNet Community Support

  • Nsite supported browsers

    Post Author: rnagahori
    CA Forum: Nsite
    The Nsite platform currently only supports Microsoft Internet Explorer 6.x and Internet Explorer 7.x. 

    Post Author: rnagahori
    CA Forum: Nsite
    slider: rnagahori:
    Hello Maverick -
    Thank you for your post.  Please reference attachment &#91;ie6x_&_ie7x_configuration_settings.pdf&#93;.  This document will provide you with some tips on how to configure and enable your browser for the best Nsite experience.
    Ryan
    Hello Nsite Forum Team -
    I reviewed the browser configuration document and I am still experiencing some issues.  I just installed the Salesforce Nsite Quote and Proposal Management AppExchange program.  Do I need a browser plug-in to enable the integration to work?
    Thanks.Slider Hello Slider -No browser plug-in is required to enable the Salesforce/Nsite integration.  Please reference attachment &#91;sfdc+nsite_ie6x_&_ie7x_configuration_settings.pdf&#93;.  This document is similar in nature but it includes a couple of extra tips for adding Salesforce as a trusted site.Ryan

  • SAP PI 7.0 to Salesforce integration.

         HI Expats,
    I have a requirement on SAP7.0 to Salesforce Integration Could anyone of you suggest me how to proceed further. Highly appreciated if anyone of you can Please share any related blogs, docs.
    Thanks,
    Satya,

    Hi,
    refer the below link.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d23cbe11-0d01-0010-5287-873a22024f79?QuickLink=index&overridelayout=true&5003637722665
    To integrate SAP-CRM and Salesforce through web services in java some of the sites can be useful:
    http://sap.ittoolbox.com/topics/t.asp?t=437&p=437&h1=437
    http://www.sap.com/about/press/press.epx?PressID=9527
    http://blog.tmcnet.com/telecom-crm/2008/05/19/sugarcrm-spackle-bayer-picks-sap-crm-bigmachines-completes-audit-vinst.asp
    http://www.amctechnology.com/solutions/Nortel_solution.html
    Regards
    srinivas

  • Biztalk 2013 Salesforce Integration error

    Hi,
       I am implementing sales force Integration to BizTalk2013 WCFwebhttp Adapter. Here is the below code of MSDN I followed.
    http://msdn.microsoft.com/en-us/library/dn198272(v=bts.80).aspx
    Here is the Code sample
    http://code.msdn.microsoft.com/Integrating-BizTalk-Server-f31e4286
      Code will be working fine outside of corporate network. After connecting to corporate network i am facing the below error. 
    Please help me to resolve.
    System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://na15.salesforce.com/services/data/v24.0/query?q=SELECT+Amount%%2c+Id%%2c+Name%%2c(SELECT+Quantity%%2c+ListPrice%%2cPricebookEntry.UnitPrice%%2c+PricebookEntry.Name+FROM+OpportunityLineItems)+FROM+Opportunity+Where+Name+%%3d+'Opportunity3+with+Customer+1'
    that could accept the message. 
    This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException:
    Unable to connect to the remote server ---> 
    System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after
    a period of time, or established connection failed because connected host has failed to respond 96.43.146.88:443 at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult) at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket
    s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception) --- End of inner exception stack trace --- at
     System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelAsyncRequest.CompleteGetResponse(IAsyncResult
    result) --- End of inner exception stack trace --- Server stack trace: at System.Runtime.AsyncResult.End[TAsyncResult](IAsyncResult result) at System.ServiceModel.Channels.ServiceChannel.SendAsyncResult.End(SendAsyncResult result) at System.ServiceModel.Channels.ServiceChannel.EndCall(String
    action, Object[] outs, IAsyncResult result) at System.ServiceModel.Channels.ServiceChannel.EndRequest(IAsyncResult result) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&
    msgData, Int32 type) at System.ServiceModel.Channels.IRequestChannel.EndRequest(IAsyncResult result) at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfClient`2.RequestCallback(IAsyncResult result) 

    HI,
      can you help me to get the data from saleforce to Biztalk with out using Windows Azure. I got the code snippet from MSDN to fetch the data when workflow action is triggered in Salesforce oubound message is sent to Biztalk, but using windows azure account
    I need the same but with out windows azure.
    My requirement is same but I dont want to use the WindowsAzure account
    Here is the MSDN code
    http://code.msdn.microsoft.com/Integrating-BizTalk-Server-f31e4286

  • Oracle - Salesforce Integration and xml/BI Reporting

    Hi All,
    Any one has done real-time data integration between oracle and salesforce.com.
    We are using oracle E-Bunsiness suite 11i and salesforce and want to integration between these two applications so that we can generate BI/XML publisher report from salesforce data for users.
    Thanks
    Ravi

    Hi Jorge,
    This is good idea but we have to spend $ for this kind of application.
    I have done with Oracle E-Business Suite 11i (Web service integration).
    Now i can generate any report like Discoverer or BI Publisger report from salesforce data.
    Now i am set.
    Thanks
    Ravi

  • Using SOAP for integration of salesforce and crm sap

    Hi All,
    I have to integrate CRM SAP and salesforce in order to sync the business partner data real time.
    I learnt from articles that in this process CRM XIF adapter will be used.Also I learnt integration can be brought using either IDOCS or XML messages.
    From where can i get help for developing SOAP interfaces?
    How is the process going to look like?
    I am very new to SAP.I am on my own on this assignment.I would really appreciate ur support.
    Regards
    Shilpi

    Hello Shilpi,
    You have posted your message to the wrong area.  This area is specific to Business Objects Enterprise solutions used to report of SAP datasources using such tools as Crystal Reports, Webi Intellegence etc...
    thanks
    Mike

  • Salesforce and SAP Integration

    Hi
    Is there any docs for SAP and Salesforce integration
    Regards
    JM

    Hello John,
    Refer the below link:
    http://help.sap.com/saphelp_crm50/helpdata/en/65/9ee737b2837a6ee10000009b38f8cf/frameset.htm
    Regards,
    Shanthala Kudva.

  • Oracle Service Bus & Salesforce Integration

    Hi there,
    Does anyone know if there is an Oracle-issued or 3rd party adapter for use with OSB in integrating to Salesforce?
    I came across this thread created in February,
    Re: Adapters for Salesforce Integration
    and was wondering if anyone has any further updates or thoughts since then.
    This Oracle PDF does very briefly mention a salesforce.com adapter..
    http://www.oracle.com/technetwork/community/developer-day/otnvdd-soademo1-mediator-494868.pdf
    Any ideas as to how we could find more information?
    Thank you!

    interesting
    would like to know what functionality the adapter is supplying.
    we currently have integration from the soa suite with salesforce, but this is just for the authentication, the calls after this are plain webservice calls, so i'm wondering what functionality is build in the adapter itself.

  • Biztalk Salesforce Integration

    Hi,
     can you help me to get the data from saleforce to Biztalk with out using Windows Azure. I got the code snippet from MSDN to fetch the data when workflow action is triggered in Salesforce oubound message is sent to Biztalk, but using windows azure account
    I need the same but with out windows azure.
    My requirement is same but I dont want to use the WindowsAzure account
    Here is the MSDN code i followed
    http://code.msdn.microsoft.com/Integrating-BizTalk-Server-f31e4286

    Hi,
    See also the SalesForce blogposts from Steef-Jan Wiggers.
    BizTalk, SalesForce and MSMQ – Part I
    http://soa-thoughts.blogspot.nl/2010/08/biztalk-salesforce-and-msmq-part-i.html
    BizTalk, SalesForce and MSMQ – Part II
    http://soa-thoughts.blogspot.nl/2010/08/biztalk-salesforce-and-msmq-part-ii.html
    Kind regards,
    Tomasso Groenendijk
    Blog 
    |  Twitter
    MCTS BizTalk Server 2006, 2010
    If this answers your question please mark it accordingly

Maybe you are looking for

  • IPod and Windows: Demuxing video for transfer??

    I have been working on this for almost a week now downloading all sorts of crap that i read on this forum but to no avail. Can any one help me?! I have Windows XP MCE and i can rip the video fine into avi, mpeg2, or mpeg, and videora will convert it

  • *ACTUAL* event handling mechanism in java

    Hi there! Could someone please help me find resources that explain how EXACTLY the event handling mechanism works in java? My searches on google and java.sun take me to pages that explain how to code or something close to that. But what I actually wa

  • Can't Upgrade to Mavericks, 10.7.5, 2009 MBA, country issue suspected.

    Mac OS X, 10.7.5 on a late 2009 Macbook Air.  All Sofware updates have been installed.  Clicking the 'Free Upgrade' button in the app store change the button automatically to green 'Install App' button.  Clicking on the 'Green Install App' button cau

  • Dreamweaver 8 Error: Cannot connect to mySQL

    I am trying to access my database in Dreamweaver 8, I get an error message 'An ftp error occurred, cannot make connections to host. The remote host cannot be found' The following is what I have been doing on the wizard in Dreamweaver 8 for Site Defin

  • Can't update software, Can't update software

    Each time I try to update my Apple TV software I Get a message that the update can't be installed now. Try again later