How to configure Soap to RFC adapter in J2SE engine

Hello,
i want to configure a scenario using J2SE engine..
want to configure soap to rfc..
can anyone please help me out in configuring the scenario.
Thanks,
Soorya.

hi,
  check the below link..
[http://help.sap.com/saphelp_nw04/helpdata/en/bf/27fd3b651f6a1ce10000000a11402f/content.htm]
[http://help.sap.com/saphelp_nw04/helpdata/en/6f/246b3de666930fe10000000a114084/content.htm]
*Reward Points its Useful*
Regards,
Prakasu

Similar Messages

  • How to use IDOC and RFC adapter in 1 scenario?

    We have AAA field and BBB field and we want to send AAA field to receiver sap system using IDOC adapter and BBB field to receiver sap system using RFC adapter. But how to use IDOC and RFC adapter in 1 scenario and how to map and  what are the design and configuration objects we require to create?

    To achieve this you have to use
    Two Interface Determinations
    Two Communication Channels (IDOC & RFC)
    & Two Receiver Aggrements.
    Use the Enhanced Interface determination and give your conditions there. Based on you condition your interface mapping will be triggered and data will be sent to IDOC & RFC respectively.

  • How to configure soap service?

    Hi
    I have installed the oracle9ias, and read all meassages about soap in the otn forums, but I do not know how to configure the soap service and test it.
    Anyone help me? thanks

    I have resovled the problem.
    first you should get the soap.ear file.
    then deploy it in the OC$J_home instance.
    url bind is /soap
    after deployment, you can test it.

  • How to configure the tcpip RFC destination

    Hi,
               Can any one help me to how configure the TCP/IP rfc destination.
      Thanks in advanced

    Hi Micky,
    Create RFC Connection:
    1. Start the transaction Display and Maintenance of RFC Destinations (transaction code SM59).
    2. Choose Create.
    3. Maintain the RFC destination:
    - RFC destination: <RFC_DESTINATION>
    - Connection type: T for TCP/IP connection
    - Description: <Description>
    - Technical settings
    - Activation type: Registered server program
    - Program ID: <PORTAL_HOSTNAME>_PORTAL_<SID>
    - Gateway host: <GATEWAY_HOST>
    - Gateway service: sapgw<SYSTEM_NUMBER>
    - Logon/security
    - Send SAP logon ticket: Activate
    4. Save your entries.
    Hope this will help.
    Regards,
    Ferry Lianto

  • How to configure ViaTalk (VoIP) Linksys Adapter for newbie...

    Greetings Peers,
    I just got my *Time Capsule (TC)* yesterday and absolutely have very limited experience with Airport Utility or networking - that said I somehow figured out how to setup a new secured wireless network and it is up & running!
    Here's my dilemma, +Belkin N router (predecessor)+ to which I had this *ViaTalk (VoIP) Linksys Adapter* connected directly through the 1st port with ethernet cable, use to work fine. So, I just simply tried to replicate same connectivity with this new TC router but doesn't work!
    _Comparable Past Tweaks_:
    1) Can not figure out where the language is DMZ for TC
    2) Can not judge if port forwarding is needed (if yes, is it even feasible?)
    _On the bright side_:
    1) ViaTalk tech support as advised to *turn off* Static IP configuration (from possible old settings)
    2) Also advised to enable DHCP which should give me dial tone and should go live!
    Wondering:
    1) If anyone has success setting up similar VoIP service thru TC?
    2) Is there a way to enable (turn ON) those 3 ports or are they always ON?
    Will report my findings by tomorrow.
    Cheers!

    i posted this in another post near yours:
    i use callvantage VoIP from AT&T. you may need to map some ports.
    i've found the best setup for me is to have the VoIP box behind my APE(n), in one of the ethernet ports. there's plenty of bandwidth so calls are not garbled nor get interrupted with other network traffic.
    wiring
    Cable Modem to APE(n) via WAN
    APE(n) to VoIP box via WAN
    *port mapping*
    after finding the VoIP box's IP address i logged on to it and set a proper manual IP so i can reliably port map via the APE(n).
    _Public / Private UDP / TCP Port (to the VoIP IP address)_
    2727, 2427, 2500, 30000-31000
    You probably need to obtain a user manual for your VoIP device or contact the VoIP provider for specifics on your ports needed... if i'm on the right track with your needs.
    does this help?

  • How to configure the Http sender adapter

    Now i have look through the sap lib about the http sender adapter
    and i know the url is
    http://hostname:port/path?namespace=<...>
    &interface=<...>&service=<...>&cmd=T&loaderXML=< message object >&end=yes
    My questions are:
    1)the path in the URL is "/sap/xi/adapter_plain", if not, what is it?
    2)the message payload is right?
    any reply is appreciated
    Thank you very much

    Hi Leo,
    For a HHTP Scenario:
    DESIGN:
    1. Create DataTypes for source and Destinations. Create elements for all the text fields of your HTTP Client so that they can all be mapped into the destination file
    2. Create MessageTypes for the two datatypes.
    3. Create Message Interfaces. The One for HTTP is the sender, Asynchronous ( as no response is expected) and one for File is receiver, asynchronous.
    4. Do the mapping. It will be mostly a one to one mapping of the fields.
    5. Create the Interface Mapping.
    Configuration:
    1. Import your Business System under your Configuration Scenario.
    2. Create 2 communication channels. One for Http as a sender and one for your receiver say IDoc.
    Check these links for the configuration part.
    http://help.sap.com/saphelp_nw04/helpdata/en/43/64db4daf9f30b4e10000000a11466f/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/bc/bb79d6061007419a081e58cbeaaf28/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/44/79973cc73af456e10000000a114084/content.htm
    3. Do the Receiver Agreement for Idoc. HTTP doesn’t need a sender agreement.
    4. DO the Receiver Determination and Interface Determination.
    Weblog which talk about the same scenario:-
    /people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi - although this weblog is
    aimed at explaining the sync-async bridge.. Sriram has taken http-to-file scenario as the example
    (use case) and explained it...
    Check this SDN tv demo, it has detail of HTTP adapter setup.
    https://media.sdn.sap.com/SDNTV/main.asp?mediaId=107
    Refer to this link for adapter settings.
    http://help.sap.com/saphelp_nw04/helpdata/en/0d/5ab43b274a960de10000000a114084/frameset.htm
    You should also have a HTTP client to send message to XI. In the connecting parameters to XI u have to use the URL in the pattern mentioned . U have to give all the configuration details in the URL.
    If you give me your mail id or if you can mail me at [email protected], i can send you a HTTP CLIENT.....In which you need to view the source code and change the username and password to send message to XI.
    Regards,
    Abhy

  • How to configure pi jdbc sender adapter

    Dear all:
    i know adapter can poll data at a interval time ,but  i have a special requirement.does the  interval time  that pi poll data can modify in a webdynpro project .if possible.how to do?
    thinks very much !

    Hi Kevin ,
    The way you want may be scheduling the adapter can help you.
    checkout the threads  :
    Scheduling adapters
    File adapter schedule
    Scheduling the file adapter
    Re: Availability Time Planning for communication channels
    check the concept of availabilty time planning concept of XI/PI :
    http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=%28J2EE3417400%29ID0150513450DB01316163558791549419End?blog=/pub/wlg/5078
    Regards ,

  • How to configure BAAN or PeopleSoft adapter?

    Hi,
    Can anyone please provide me an online guide that helps me with the steps involved in configuring a BAAN or PeopleSoft or any other application adapter?
    Thanks,

    Hi,
    See the below links
    /people/sap.user72/blog/2003/10/24/what-peoplesoft-earnings-mean
    /people/alessandro.guarneri/blog/2006/03/27/sap-xi-lookup-api-the-killer
    /people/prasadbabu.nemalikanti3/blog/2006/02/24/collecting-and-bundling-vendor-records-from-different-multiple-interfaces-file-systempeoplesoft-and-sending-to-sap-r3-system-part-1
    /people/prasadbabu.nemalikanti3/blog/2006/02/27/collecting-and-bundling-vendor-records-from-different-multiple-interfaces-file-systempeoplesoft-and-sending-to-sap-r3-system-part-2
    /people/sap.user72/blog/2003/07/08/single-vs-multi-vendor-it-shops
    /people/mark.finnern/blog/2004/11/22/palo-alto-event-sensornet-queries-and-data-acquisition
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/327dc490-0201-0010-d49e-e10f3e6cd3d8
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/34a1e590-0201-0010-2c82-9b6229cf4a41
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b501be90-0201-0010-5b9a-9852b412fb2f
    https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_weblog&query=peoplesoft&adv=false&sortby=cm_rnd_rankvalue
    Regards
    chilla..

  • How to configure SOAP in OC4J Standalone

    Hi
    I recently installed the soap.ear in OC4J 903 standalone. I'm using Oracle JDeveloper 903 to access the web service but the test operation throws:
    Testing connection...
    Not using Proxy Server
    java.lang.Exception
         org.apache.soap.rpc.Response oracle.jdevimpl.webservices.util.JDevServiceManager.invokeMethod(java.lang.String, org.apache.soap.rpc.Parameter)
              JDevServiceManager.java:255
         java.lang.String[] oracle.jdevimpl.webservices.util.JDevServiceManager.list()
              JDevServiceManager.java:297
         void oracle.jdevimpl.webservices.wizard.connection.TestConnectionPanel$2.run()
              TestConnectionPanel.java:275
    Unable to connect to SOAPServer (http://localhost:8888/soap/servlet/soaprouter)
    Connection test failed: unable to connect
    Can somebody tell me step by step how can I make OC4J 903 standalone work with JDeveloper 903 for web services?

    This posting has the trick that you need to follow to get the standalone OC4J to work with soap.ear:
    access HttpRequest in web service?
    It sounds like your deployment went fine, its just the JDev piece that doesn't work - edit soap.xml and make sure the following lines are there:
    <osc:serviceManager>
    <osc:option name="autoDeploy" value="true" />
    </osc:serviceManager>
    My guess is, that if you type that URL into a browser, you will get back the "correct" error message saying something like the Oracle SOAP server only accepts posts not gets.
    Mike.

  • How to configure soap-2_3_1 and Tomcat5.0?

    I have some problem in configuring the soap-2_3_1 and Tomcat5.0 . I copy the folder c:\soap-2_3_1\soap to C:\Tomcat 5.0\webapps\soap , and successfully in running the soap administration . but didn't touch c:\Tomcat 5.0\webapps\soap\WEB-INF\web.xml
    my application is in C:\Tomcat 5.0\webapps\b2b2c .
    I set the rpcrouter address is : "http://localhost:8080/servlet/rpcrouter"
    http://localhost:8080/soap/admin/ configure as follow
    'urn:CheckOrder' Service Deployment Descriptor
    Property Details
    ID urn:CheckOrder
    Scope Session
    Provider Type java
    Provider Class CheckOrder
    Use Static Class false
    Methods checkOrderStatus
    Type Mappings
    Default Mapping Registry Class
    when I input "http://localhost:8080/b2b2c/jsp/checkorder.jsp" and submit the order No. the application can connect the mysql database successfully , but when it use RPC ,it is failure! And I try to delete the C:\Tomcat 5.0\webapps\soap , it was the same situation . I think there must be something wrong in configure the apache SOAP !
    and the tomcat told me that the "rpcrouter" ia unavailable!
    I have no idea, could u help ?

    the error information:
    caught SOAPException <SOAP_ENV:Protocol>: Unsupport response content type "text/html;charset
    =GB2312", must be :"text/xml". Response was:< html><head><title
    Apache Tomcat/5.0.27 -Error report</title><style><!--H1{font-family:Tahoma,Arial,san-serif;color:white;background-color:#525d76;font-size:22px;} H2{font-family:Tahoma,Arial,san-serif;
    type</b> Status report</p><p><b>message</b> <u>type<
    /b> Status report</p>lt;p><b>message</b><u>/servlet/recrouter<
    /u></p><b>description</b> <u>The requested resourse </servlet/rpcrouter>
    is not available.</u></p><HR size="1" noshade=" noshade"
    "><h3>Apache Tomcat/5.0.27</h3><body></html>

  • Need how to configuration on Receiver File adapter

    Hi,
    I am working on File to File scenario. I need to create a file in output directory with time stamp.
    I am also need to create File output directory.
    I used create target directory. But the file is not creating in the directory.
    Please help me on this issue.
    Thanks,
    Swathi

    Hi Swathi,
    1. To have the file with the Timestamp, use the option "Add Timestamp" in File construction mode.
    2. Check the receiver communication channel and in MONI. If the file is not created and is successful in MONI, then the message might stuck in Queue. Check the queues.
    Ensure the provide target directory path is correct.
    Check this:  /people/shabarish.vijayakumar/blog/2007/07/26/troubleshooting-the-file-adapter-last-updated-on-02-july10
    Thanks,

  • Configuring receiver RFC adapter to use RFC destination

    Hello,
       I have been doing some digging, but I can't find a solid answer on how to configuring a receiver RFC adapter to use an existing RFC destination to call a 4/6C R/3 backend system...  Our scenario is to WS --> SOAP --> RFC which is up and running in production just fine on NW 7.0, SP12.
       I ask this question because we, as a company, do not like to maintain passwords in multiple systems.  That is necessary when we use the receiver RFC adapter now since SNC is a distant pipe dream for us and we would like to use an existing RFC destination that is set up to call the backend system using a logon ticket.
       I checked the relevant links I could find below, but I can not resolve the answer from them.  Has anyone set this up successfully?  This link (RFC Destination type RFC Receiver Adapter?) mentions it briefly, but it does not go into any length on how to set it up.
    Thanks!
    John
    http://help.sap.com/saphelp_srm40/helpdata/fr/33/c6e63b60c25767e10000000a11402f/content.htm  
    http://help.sap.com/saphelp_nw04/helpdata/en/33/c6e63b60c25767e10000000a11402f/content.htm
    Re: Asynchronous RFC call

    Hi John !!
    I suggest you to create a new user, without dialog access in your ECC system to be used exclusively by the XI system to access ECC. And then, always use this user in all RFC receiver adapter communication channels.
    Regards,
    Matias.

  • Http to RFC or SOAP to RFC (synchronous)

    Hi,
    I need to connect PHP with RFC via XI/PI
    Request will be send from php developed web pages to R/3 (RFC) to get data back to web page.
    I think to resolve this scenario 1u2019ve two options
    1: SOAP to RFC (synchronous)
    2: HTTP to RFC (synchronous)
    Can you please suggest me the scenario?
    Thanks for you time
    Regards,
    Farrukh Ghani

    Hi Ghani,
    The two options you mentioned we can use,but it depends on how PHP web site going to  send data,if it is going to send webserive then use SOAP adapter,you are expecting response ,the RFC wil work as synchronous.
    If it is not  Web Service other option is HTTP,receiver would be RFC only.
    How to configure SOAP->XI>RFC or HTTP->XI-->RFC scenarios,simple search in sdn will give many blogs,search in sdn,
    if you unable to find right one let me know..
    Regards,
    Raj

  • How to setup SOAP Adapter in order to include BinarySecurityToken element

    Hi,
      I am building an integration scenario where I need to configure a SOAP receiver that will include the BinarySecurityToken element (as described in http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0.pdf). The value of the element must be the hash value of the canonicalisation on the XML using SHA-1 hash algorithm and encode it in Base64. Is there a way to configure the SOAP adapter receiver channel to perform such a task? I have see the security settings in the channel and the setting in the receiver agreement but I am not sure how to produce the value as above. Any help is appreciated.
    Regards,
    S.Socratous

    Kiran look into this
    As per my knowledge any RFC - enabled function can be exposed as a webservice which can be consumed by any application written in any language directly..
    an XI message interface can also be exposed as a Webservice.
    RFC is function-oriented webservice.
    XI interface is integration webservice
    Check the following blogs for webserivces
    /people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1
    /people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions
    /people/sap.user72/blog/2005/11/22/xi-faqs-provided-by-sap-updated
    /people/shabarish.vijayakumar/blog/2006/03/28/rfc--xi--webservice--a-complete-walkthrough-part-2
    /people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi
    /people/siva.maranani/blog/2005/03/01/testing-xi-exposed-web-services
    /people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2131 [original link is broken] [original link is broken] [original link is broken] [original link is broken]
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/336365d3-0401-0010-9884-a651295aeaa9
    Webservice Development
    Consuming webservice
    /thread/122211 [original link is broken]
    Regards
    Sreeram.G.Reddy

  • How to configure RFC scenarios

    Hi all,
    I am creating an outbound RFC async interface and an inbound RFC async interface.  I have read the SAP Help documentation on 'Configuring Sender RFC Adapter' and 'Configuring Receiver RFC Adapter'.  What are the steps involved for each?
    Outbound:
    1. Create RFC connection in SM59 in R/3.  The outbound connection must be type TCP/IP.
    2. Configure the sender RFC adapter in XI.  The Program IDs in the RFC connection and RFC adapter must match.
    3. Activate the sender RFC adapter to register the Program ID in the Gateway.
    Inbound:
    1. Create RFC connection in SM59 in R/3.  The inbound connection must be type R/3.
    2. Configure the receiver RFC adapter in XI.
    3. Done.
    Am I missing any steps or are any steps not correct?
    Does anything need to be configured in the SLD for the RFCs?
    Are the RFC types TCP/IP and R/3 correct?
    Thanks in advance!
    Dan

    Hi Daniel
    You already got replies from experts
    I can add some load to thread that can be helpful
    Troubleshooting RFC
    Troubleshooting - RFC and SOAP scenarios *** Updated on 20/04/2009 ***
    Sender RFC
    The specified item was not found.
    RFC calls from Adapter modules...the Web Service Way!
    RFC adapter reconnect issue
    XI : RFCAdapter ReConnect Issue
    Thanks
    Gaurav

Maybe you are looking for

  • How to add Value Table or Search Help for a field which is on Standard SAP?

    Hi All,     I have a field HERST (tcode IE01) which doesnt have any value table or search Help. I have the same field in a Z table which I should display for the standard screen field in tcode IE01. So Pls suggest me on this.     Thanks in advance. R

  • My hp 2450 is asking for a password which I never set up

    I am trying to set up my printers wifi and its asking for a password but i never set one up and don't know where I would find it

  • NEWLY DOWNLOADED DESKTOP WILL NOT OPEN IN XP ....HELP

    I have been using my m505 on a new XP machine for 6 months. Suddenly the desktop would not open. I suspect this was caused by an automatic Windows update. I went on Palm site and downloaded the new software. This also will not open. It starts up init

  • Can/Should we use Party in SOAP based B2B scenarious

    Hi All, We are exposing some SAP standard proxy content via PI. We plan to use a Sender SOAP adapter for the same. We are basically interacting with Suppliers. My question are about the configuration best practices. 1) Do we create one business servi

  • Download Service Pack for NetWeaver CE 7.2

    Hi everybody, i want to download and install SP5 for our CE 7.2 (Initial Shipment) on Win 2003 Server x64 with Oracle. In Service Market Place -> Support Packages and Patches i choose the needed Usage Types like: - Application Server Java - Adobe Doc