Webservices for Interfaces

Hi ,
I had a scenario where currently External System uses a VB proxy classes to send input to webservice  and response comes back to th ext system.
Now with SAP implementation , the requirement is to have an update in SAP.
So i decided to use recvr proxy to update SAP, but how do i design the scenario...????
or do i use a sender proxy so when it is triggered from SAP the response coem from the webservice?
Im confused...appreciate ur help

Hi,
I did not get clear idea of your requirement and E2E scenario.
But based on your info, I can give you some idea -
Your external system - 3rd party (VB) will consume SAP XI web service .
You can create objects in IR/ESR which will contain data types/messages/message Interface. Here you can decide if you want to make the scenario as syncronous or asynchronous.
In ID, you can configure 3rd party service/business system and SOAP sender/ (receiver adapaters in case of Async ).
Now on SAP R/3 side, you can create proxy class/interface of Inbound proxy ( and outbound proxy in case of async).
Hope, the above info suits to your requirement.
Thanks,
Sach

Similar Messages

  • Problem releasing webservice for runtime in non-modifiable client

    Hi
       I created a webservice definition ( virtual interface & all dependent objects )  in a development client ( client- A ) of a ECC5.0 instance.
    Now, we have another client ( client-B ) in the same server that we want to release the webservice for SOAP runtime. ( reason is that the webservice is not available at runtime in this client-B client )
    This client-B has status - non-modifiable and hence cannot use WSCONFIG --> create option to release it for runtime.
    How do we release this webservice definition to client - B . I tried a SCC1 transaction on client-B pointing to the transport that contains the WS definition in client-A. I got dictionary errors indicating that the WS definition objects are all client independent.
    Is there something I am missing ? Any thoughts/similar experiences shared is appreciated.

    Good to hear it worked out for you. But like I already said, I haven't experienced anything like this, but for similar problems this is exactly what we did to solve it. But you're probably right, that this is no long term solution. There should be another way of doing this, but no experience in that field expertise.

  • Sender SOAP Adapter issue with webservices for authorization.

    Hi All
    Issue:
    As we are developing a Web Service to fetch account balance from SAP(upon receiving the account no from client) and have given the wsdl file to J2EE application  to call or make use of the service.  But as a part of that service they expect userid/password to be entered manually from client  pop-up.  At this point of time, we don't want to enter userid/password manually but  we want this to be hardcoded/embedded in Webservice so that  there is no need of manual intervention upon calling this service.
    Actual Requirement:
    From Webservices to R/3-ECC6.0-IS-Banking-RFC (Synchronous Interface)
    Sender: SOAP Adapter synchronous
    Receiver: RFC Adapter synchronous
    Note: Requesting a account number and getting response from RFC is account Balance and Date to webservice
    Regards
    Kiran kumar.s

    Hi praveen,
    Thanks for ur  reply.What you said is exactly right but for time being i have to make the client not get the authorization(password--Username and password(pop-up)) when he invokes the WSDL into webservice for that u told that to write some hardcode in J2EE application,but i don't know that where to write and what to write.so, if possible can u give me the code and procedure.
    This is the URL:
    http://hcl3sap:50000/XISOAPAdapter/MessageServlet?channel=:BS_WEBSERVICE:CC_SOAPSENDER
    Regards,
    kiran kumar.

  • Error while creating WebService for BAPI

    Hi,
    I am trying to create a webservice for BAPI, i created Virtual interface and Webserice and activated.
    In transaction code WSCONFIG i checked webservice has been released. When i test webservice i am getting following error in browser.
    - <soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
    - <soap-env:Body>
    - <soap-env:Fault>
      <faultcode>soap-env:Server</faultcode>
      <faultstring xml:lang="en">SOAP processing failure, error id = 112</faultstring>
      </soap-env:Fault>
      </soap-env:Body>
      </soap-env:Envelope>
    Could u please tell me whats wrong on this?
    thanks for ur time.
    Murali.

    Does tht mean i need to add the following code
    Line item number.
    item-itm_number = '000010'.
    itemx-itm_number = 'X'.
    Material
    item-material = p_matnr.
    itemx-material = 'X'.
    Plant
    item-plant    = p_plant.
    itemx-plant   = 'X'.
    Quantity
    item-target_qty = p_menge.
    itemx-target_qty = 'X'.
    APPEND item.
    APPEND itemx.
    For second item.
    Line item number.
    item-itm_number = '000020'.
    itemx-itm_number = 'X'.
    Material
    item-material = '600020001'.
    itemx-material = 'X'.
    Plant
    item-plant    = p_plant.
    itemx-plant   = 'X'.
    Quantity
    item-target_qty = p_menge.
    itemx-target_qty = 'X'.
    APPEND item.
    APPEND itemx.
      Fill schedule lines
    lt_schedules_in-itm_number = '000010'.
    lt_schedules_in-sched_line = '0001'.
    lt_schedules_in-req_qty    = p_menge.
    APPEND lt_schedules_in.
      Fill schedule lines
    lt_schedules_in-itm_number = '000020'.
    lt_schedules_in-sched_line = '0002'.
    lt_schedules_in-req_qty    = p_menge.
    APPEND lt_schedules_in.
      Fill schedule line flags
    lt_schedules_inx-itm_number  = '000010'.
    lt_schedules_inx-sched_line  = '0001'.
    lt_schedules_inx-updateflag  = 'X'.
    lt_schedules_inx-req_qty     = 'X'.
    APPEND lt_schedules_inx.
      Fill schedule line flags
    lt_schedules_inx-itm_number  = '000020'.
    lt_schedules_inx-sched_line  = '0002'.
    lt_schedules_inx-updateflag  = 'X'.
    lt_schedules_inx-req_qty     = 'X'.
    APPEND lt_schedules_inx.
    But i guess it is overwritting my frst material..
    Also i m gettin a error 
    For object rv_beleg, number  range interval doesnot exist
    Pls suggest

  • No endpoints found for interface

    Hi All,
    I have the following scenario: RFC in the backend system (ECC 6.0 SP09 no EhP's) and PI 7.1 as an Integration Broker.
    I have imported the RFC into Enterprise Services Repository and done the necessary tasks to configure an Enterprise Service.
    After that I have published the Interface to the Services Registry, Testing the Interface in WSNavigator is working fine.
    I have imported the Enterprise Service into Web Dynpro as a model and when running the Web Dynpro application I am receiving the following error:
    com.sap.esi.esp.service.server.query.discovery.ExtendedServiceException: no endpoints found for interface TreeInformationQuery_Out
    defaultTrace:
    Caused by: com.sap.tc.webdynpro.model.webservice.exception.WSModelRuntimeException: Exception on creation of service metadata for web service mass config parameters service reference ID 'TreeInformationQuery_Out_FICSIT_BASIC' and application name 'demo.sap.com/ficsit~tree'. Check mass configuration has been done properly.
         at com.sap.tc.webdynpro.model.webservice.metadata.WSModelInfo.getOrCreateWsrService(WSModelInfo.java:522)
    Any idea's?
    Regards,
    Ridouan

    Hi Sergei,
    My backend system is ECC 6.0 SP9 (no EhP's) and therefore I can't use the trx SOAMANAGER.
    I have imported an RFC from the ECC system into the PI 7.1 Enterprise Services Repository (Builder) and then published the Service (from Sender Agreement) into Services Registry also on the PI 7.1 system.
    Testing the service in WS Navigator is working fine, I can see an endpoint here.
    Also testing the WSDL with third-party application is working fine.
    JAVA Web Dynpro is given me the error: no endpoints found for interface...
    Thanks again.
    Regards,
    Ridouan

  • Webservices for soap adapter

    Hi,
    how to Create Webservices for XI message interfaces?
    Please help me out.
    Thanks.

    hi
    For more information check this links
    /people/shabarish.vijayakumar/blog/2007/11/07/walkthrough--soap-xi-rfcbapi
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7ccd3e4e-0501-0010-95ae-afa58cb46b75
    /people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi
    /people/community.user/blog/2006/10/24/exposing-bapi-as-web-services-through-sap-xi
    http://www.riyaz.net/blog/index.php/2007/12/10/xipi-consuming-xi-web-services-using-web-dynpro-part-i/
    http://www.riyaz.net/blog/index.php/2007/12/11/xipi-consuming-xi-web-services-using-web-dynpro-part-ii/

  • How to add a webservice to webservice test interface?

    Hi,
    i have to deploy a webservice for LDAP lookup in the form. I have seen the Webservice test interface URL where already some webservices have been deployed.My question is how to upload or deploy my webservice in it so that i can use it in my form.
    Plz help me on this.
    Raghava Kumar V.S.S.

    Generally your GUI code might be in a class extending JFrame, for example. It is good practice to try to keep your GUI separate from the rest of your application. So you can control your application from the GUI by public methods in the main part of the code, calling them from the GUI.
    This is best done by passing an instance of the main application to the GUI when it is constructed. For example:
    public class Host {
      public static void main(String[] args) {
        new Host();
      public Host() {
        GUI iface = new GUI(this);
      public doSomething(int value) {
         // A method that does something,
         // called from the GUI
    public class GUI extends JFrame implements actionListener {
      private Host app;
      public GUI(Host parent) {
        app=parent;
        // Do more stuff here
      // Rest of the GUI here
      public void actionPerformed(ActionEvent ev) {
        // Method called as a result of a button press
        // or something...
        app.doSomething(42);
    }Hope this helps a bit. Look around on the web for good GUI tutorials.

  • Help With Webservices for BankAccountStatementNotification_In

    Hello All,
    Want to use the webservice BankAccountStatementNotification_In from PI to upload bank statements into R/3.
    Found the webservice under the package FSCMBNK_XI_PROXY, proxy name "II_BNK_BANK_ACCOUNT_STATEMENT1".
    When I try checking the proxy in R/3 getting an error "Unable to find software component version for namespace http://sap.com/xi/APPL/SE/Global".
    Also on trying to execute the Service Interface " No Service Definition found for Interface II_BNK_BANK_ACCOUNT_STATEMENT1."
    1. Could anyone please suggest what are things that I should be checking for to avoid the above errors.
    2. Steps in PI to call this webservice, I will be reading the txt files from one of the PI directories and send them to target R/3 via webservice. .
    --Prashanth

    >
    Srinivas wrote:
    > Hi Prashanth,
    > 4. Now identify the web service definition from the proxy
    > 5. Open SOAMANAGER and search for the  service definition , use internal as search creteria, you will be able to see
    >   BankAccountStatementNotification_In service there.
    > 6. Now you need to create the end points for the selected service.
    > 7, test using the WSnavigator
    >
    > You can refer the soamanager and testing part in this blog /people/shibaji.chandra3/blog/2010/02/17/soa-web-service-expose-and-consume-configuration-with-soamanager
    >
    > Regards,
    > Srinivas
    Hi Srinivas,
    Got through until step3, I actually imported the wrong content into ESR of PI. So now I can see my service interface BankAccountStatementNotification_In under the http://sap.com/xi/APPL/SE/Global namespace.
    But Cannot find my service definition in SOAMANAGER. Under
    Application and Scenario Communication -> Single Service Administration -> Search
    Am I missing any step of creating a service definition.
    --Prashanth

  • Webservice for EJB DC

    I'm trying to create a webservice for an EJB with the Webservice Creation Wizard of NDS. While this is no problem for an "old fashioned" EJB, it does not seem to work for an EJB DC. The context menu "New -> Virtual Interface / Webservice" appears, just as described in the <a href="http://help.sap.com/saphelp_nw04s/helpdata/de/f7/af60f2e04d0848888675a800623a81/frameset.htm">Java Development Manual</a>, but nothing happenes when I select one of this options. No error message, no dialog, nothing...
    I have created an Enterprise Application DC with an EJB Module DC as Child DC. The EJB Project contains a Stateless Session Bean with a Business Method. Is there anything else I have to do, so that the Wizard works?
    Thanks for your help,
    Frank

    Hi,
    Which version of Studio are you using? Mine is SP18 and it works fine. I'm able to create a virtual interface for an ejb in ejb dc with no problems.
    You might consider re-installing your studio.
    Hope that helps,
    Thanks,
    Rajit S

  • I looked at system.log in the system profiler today and see lots of activity at 2 a.m. when I was fast asleep, should I worry? It seems to reset hostname and mentions frequent transitions for interface, looks weird to me (I'm not a teckie!)

    I looked at system.log in the system profiler today and see lots of activity at 2 a.m. when I was fast asleep, should I worry? It seems to reset hostname and mentions frequent transitions for interface, looks weird to me (I'm not a teckie!)
    This is a section:
    May 12 02:05:10 wendy-drapers-macbook configd[14]: setting hostname to "wendy-drapers-macbook.local"
    May 12 02:05:29 wendy-drapers-macbook kernel[0]: Auth result for: 00:26:44:14:17:a3 MAC AUTH succeeded
    May 12 02:05:29 wendy-drapers-macbook kernel[0]: AirPort: Link Up on en1
    May 12 02:05:29 wendy-drapers-macbook mDNSResponder[16]: Note: Frequent transitions for interface en1 (192.168.1.92); network traffic reduction measures in effect
    May 12 02:05:29 macbook configd[14]: setting hostname to "macbook.lan"
    May 12 02:05:31 macbook mDNSResponder[16]: Note: Frequent transitions for interface en1 (FE80:0000:0000:0000:021E:C2FF:FEB3:1A3E); network traffic reduction measures in effect
    May 12 02:05:34 macbook com.apple.launchd[1] (org.samba.nmbd): Throttling respawn: Will start in 5 seconds

    I've been seeing messages exactly like that (and many, many other kinds) in the Console since the first version of OS X.  They look menacing but are harmless.
    You don't need any kind of security software.
    Just surf the web carefully, pay attention to where you're going and don't install anything that you don't recognize.  If you are asked to enter an admin user name and password, DON'T.  Unless you know for sure that you initiated the installation from a known and reliable source (like Apple).
    Mac malware relies on social engineering.  No amount of security/anti-virus, blah, blah, blah software is going to help.

  • BW error:  "invalid call sequence for interface when recording changes"

    I am getting the error "invalid call sequence for interface when recording changes" when I try to activate a datasource in BW.  Any ideas on how to resolve this error?
    Thanks.

    I already tried that.  This is what's happening..  When I get this error, if I try again it will activate and gets collected into a transport.  I moved this transport to our QA system.  As soon as I try to execute an infopackage under this datasource in QA, I get the error datasource   xxxxx must be activated.   Before the excecution of the infopackage, the datasource is in "Active version executable".   After I get the error message "datasource must be activated", the datasource in the QA system changes to "Active version not executable".   I am not sure all these issues are related back to the "invalid call sequence" error I am getting when I try to activate the data source.
    I also tried recollecting the transport from our Dev system to QA and it still gives the above errors.
    Any help?
    Thanks.

  • Error message: Multiple definitions exist for interface

    Hi experts,
    I am developing a scenario that involves a BPM, that receives a certain abstract interface, and sends out another abstract interface.
    I have created a service interface for the result abstract interface.
    I have tested the before BPM and it worked, but now it has stopped working.
    In the java ui no errors are seen, and the BPM activates successfully, but in transaction SXI_CACHE the BPM is in status 99, and in the activation log there is a message saying: Multiple definitions exist for interface [Name of the result abstract interface].
    I have tried activating the service interface, the BPM, and doing a delta cache refresh, but it didn't change.
    What can I do to solve this problem?
    Thanks in advance,
    Gershon Osmolovski

    Hi Gershon,
    Try following thing, might help.
    Go to ID and check which communication component you have created. Check if there is any other inactive version of it. If it is existing.Delete it.
    Edit and activate the original Communication component and do cache refresh.

  • How to set up XMLA webservice for Essbase 7.1.5?

    <p>Hi</p><p> </p><p>I would like to set up XMLA webservice for Essbase so that I canquery Essbase OLAP databases on the web using XMLA Discover andExecute methods from client application.</p><p> </p><p>Will anybody point to the right document / provide me with anyinfo?</p><p> </p><p>Thanks</p><p>Shailesh Valera</p>

    It is not a supported feature for home screen wallpaper.

  • How to call webservice for each record in a table using ODI

    Hi
    I am new to ODI and Webservice. I want to invoke a scenario in ODI using web service. I hava a weblogic application server with axis 2 deployed.
    But I want call webservice for each record in a table
    For eg: "EMP" table have 50 records, for each record web service should invoke
    Can any one help me on it.
    Thanks,
    phani
    Edited by: user12774166 on Jun 6, 2010 11:16 PM

    If your goal is "call" a web service, Jason's Straub's [flex-ws-api|https://flex-ws-api.samplecode.oracle.com/] is by far the best I've seen. You might want read more about it on [his blog|http://jastraub.blogspot.com/search?q=+flex_ws_api+].
    Tyler Muth
    http://tylermuth.wordpress.com
    [Applied Oracle Security: Developing Secure Database and Middleware Environments|http://sn.im/aos.book]

  • Webservice for File Scenario

    HI Everyone,
         Can i develop a webservice using .net platform for a file to file scenario using XI. How do i proceed.
    I know how to configure file to file scenario using XI, but how shd i replicate the same scenario as webservice.
    Any valueable inputs would be appreciated.
    Regards,
    Varun.

    Hi,
    I hope the below blog's scenario is similar to your requirement.
    and here the RFC should be replaced by the Webservice for your requirement.
    RFC Scenario using BPM --Starter Kit
    These 3 documents should explain it all,
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/befdeb90-0201-0010-059b-f222711d10c0
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5f3ee9d7-0901-0010-1096-f5b548ac1555
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d23cbe11-0d01-0010-5287-873a22024f79
    And also
    Testing XI exposed Web-Services
    Testing XI exposed Web-Services
    Invoke Webservices using SAPXI
    Invoke Webservices using SAPXI
    Regards,
    Suryanarayana

Maybe you are looking for

  • Help: Which cable to connect my macbook to my HDTV?

    Hi, Perhaps somebody has posted something on that. I bought a Sony 17-inch HDTV and I have a macbook. The Sony TV came with a cable called HD15-H15 video signal cable. Should I buy the Mini-DVI to DVI cable? Is there any other cable I should buy? I h

  • Where ODBC Connector is defined in Windows registry?

    Good day! I have an app which use ODBC Connector, and it don't works as well. When I trying to access ODBC programmatically, I get an error from ODBC Driver Manager, smth like: " Data source not found and no driver specified, the default " (my OS lan

  • Can I apply credit memo against a Deposit through Autoinvoice

    We have a requirement to credit back the amount from deposit which has balance > 0. I'm planning to use the Autoinvoice Program. I'm populating the REFERENCE_LINE_ID as the CUSTOMER_TRX_LINE_ID of the Deposit Line from CUSTOMER_TRX_LINES_ALL. I'm get

  • Oracle db Migration from one server to another

    Can any body guide me why companies migrate Oracle db from one server to another , & what is the process for doing that?

  • Mixed PC/Mac environment with Mac 10.6 server sharing issue

    In this mixed environment, I can't figure out how to get new documents created on the Macs (saved onto a shared folder on the server) to be set as read/write for the PC user. I'm not a Mac system admin, just to start with, but I do use Macs all the t