Point to Point webservice communication

Hi Experts,
Could you please tell me, how to do point to point webservice communcation using Enterprise Portal?
Regards
Sara

Hi Harini,
I have to call more than 10 RPC encoded webservice from Enterprise Portal for a single scenario(Business Process). Calling many webservices are possible using XI/PI (BPM). But RPC encoded webservices I can't create it from XI, so please let me know the steps to do it using Enterprise portal.
Regards
Sara

Similar Messages

  • Point to Point webservice communcation

    Hi Experts,
    Could you please tell me, how to do point to point webservice communcation using Enterprise Portal?
    Regards
    Sara

    Hi Sara,
             Check with this link 
             http://weblogic.sys-con.com/read/42976.htm
             https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b00bbb77-75bc-2a10-6b9a-a6f8161515a6
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a08916d9-b28b-2a10-12a2-99517c9432ef
    Regards,
    kishore.
    Edited by: kishore kumar on Jun 9, 2008 12:13 PM

  • Problems WebService Communication.

    Hy everybody, im building a flex application with webservice communication and i've had any problems whith it.
    I connect with my webservice, and apparently the answer its right:
    <?xml version="1.0" encoding="UTF-8"?>
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soapenv:Body>
    <getTerminalGroupListResponse xmlns="http://ssap.conduits.nokia.movired.com">
    <getTerminalGroupListReturn>
    <getTerminalGroupListReturn>
    <group>probando</group>
    <price>75.25</price>
    <prodType>BDTipo1</prodType>
    </getTerminalGroupListReturn>
    <getTerminalGroupListReturn>
    <group>BDGruop2</group>
    <price>500.0</price>
    <prodType>BDTipo2</prodType>
    </getTerminalGroupListReturn>
    <getTerminalGroupListReturn>
    <group>BDGruop3</group>
    <price>800.0</price>
    <prodType>BDTipo3</prodType>
    </getTerminalGroupListReturn>
    </getTerminalGroupListReturn>
    </getTerminalGroupListResponse>
    </soapenv:Body>
    </soapenv:Envelope>
    But this result appear in the message property of the resultEvent. Here is my code:
    import mx.rpc.soap.WebService;
    import mx.rpc.events.ResultEvent;
    import mx.rpc.events.FaultEvent;
    private var ws:WebService;
    private function beginService():void{
         ws = new WebService();
         ws.loadWSDL("wsdl url");
         ws.getTerminalGroupList.addEventListener("result", listHandler);
         ws.getTerminalGroupList.addEventListener("fault", errorHandler);
         ws.getTerminalGroupList();
    private function listHandler(event:ResultEvent):void{
         //THIS IS MY PROBLEM, THE RESULT ONLY APPEAR IN THE message.body PROPERTY
         trace(event.message.body)
    private function errorHandler(event:FaultEvent):void{
         trace(event.fault.faultString);
    I've used web service previously in flex, and my result were always in event.result.
    Please anyboy know something about why this is happened?
    Thank you.

    Hi all,
    today I found the reason for the crash, whcih occure when my
    app called the webservice function in the new flashplayer 9.0.115).
    The reason was that in the ResultHandler-function of the
    webservice call there were nested "switch" conditions used and in
    two of the "case" branches a "break;" missed. So the problem could
    easily be fixed, but I just want to inform people if the got a
    similar problem they should try to start the problem with "empty"
    Result/Fault Handler functions.
    ( the old version (9.0.47) seems to be more robust against a
    missing "break;" , but for sure have other leaks)
    so kepp on flexing ;)
    best regards,
    kcell

  • Aironet 1300 Point to Point not Communicating

    Hi,
    I am trying to set up (2) 1300 bridges, but I can not get them to talk to eachother. They currently have no external antennas connected, and are about 50ft apart (for setup/configuration purposes). Is there any where to find a document that shows how to set them up w/o a radius server or leap configurations. I'm really looking to just get them to talk to eachother first and formost. Thanks for any help.

    Hi,
    I guess that you must be referring to this document:
    http://www.cisco.com/en/US/tech/tk722/tk809/tech_configuration_examples_list.html
    The main thing is to configure the same SSID, with the same security settings, on both the root and non-root. So you can use the Web interface, no VLAN, one radio.
    1. Go to express security, on the Web interface, and create an SSID, with no security. Do the same on both access points.
    2. Go to the AP radios, set one AP to root bridge, the second to non root bridge, enable the radios, it should work...

  • Getting point here - Community Feedback and Suggestions forums

    Point system bad or good, it seems we have to live with that. So, just a thought.
    Is there any sense to have this point system in the Feedback and Suggestions forum ?
    This is not product related (according to the forum's title, isn't it), so people are "classified" as newbie/expert/... on what ? Forum knowledge ? What's a good knowledge on a product ! I should add it in my resume :-)
    Nicolas.

    well designed business application,BBS? well designed business application? Getting a touch of cognitive dissonance here.
    Maybe metalink bug search needs a space invaders front end.

  • Applet - WebService communication

    I have an Applet which must request binary data from a .NET webservice .
    There is a .NET web method which sends some Images to the web service in byte format.
    I must read these bytes from WebService and recreate the received image.
    I can recreate the image in Applets but dont know how an applet reads the bytes from Web Service.
    Can anyone suggest me some links ?
    Thank You,
    KK.

    Sending a request from an applet is just like any request from a browser.
    You can do something like this:
    Send a request to a servlet. Implement the calling of webservice client on the server. And return the bytes received to the applet.

  • Webservice Communication Software

    Hai,
    I got the WSDL file and use the adobe livecycle 7.0 WSDL connection method and after the successful connection the controls are available in the dataview tab.
    I drag and drop all the control including the button generated.
    When I invoked the button there is no action and few of my collegues suggested that I need to have SOAP listener installed in the webserver.
    Please let me know whether SOAP listener is mandatory to execute the webservice since it is listed in the WSDL file about SOAP action and the SOAP listener URL.
    Also let me know is there any other method to execute the webservice through adobe 7.0 forms.
    Thanks and Regards,
    A.Mohammed Rafi.

    I use Minicom as installed using Macports which works very well. Needs a bit of setup though.
    I've also tried from a terminal:
    screen /dev/tty.USBSerial1
    I need a little more functionality - but it might do what you need.

  • Change Soap Header in P2P WebService (No PI available)

    Hi Experts,
    I need your help with a Webservice we are building.
    --Facts--
    We have the requirement to build a WebService in CRM that will be consumed by an external system. (We are service Providers)
    Since we have no PI available we are building it as a Function Module that will be later transformed into a WebService.
    The WebService / communication will be Asynchronous. We want to use WS-Adressing to handle the asynchonous process. (Check the requirement Backgroud at the end)
    We have a sample xml message in which we need to base and build the service WSDL based on:
    <?xml version="1.0" encoding="utf-8" ?>
    - <NS1:Envelope xmlns:NS1="http://schemas.xmlsoap.org/soap/envelope/"> 
    - <NS1:Header xmlns:wsa="http://www.w3.org/2005/08/addressing"> 
    - <requestHeader> 
    <systemID>DEFAULT</systemID>  
    <messageID>MSGID</messageID>  
    <aplicativoOrigen>bizagi</aplicativoOrigen>  
    <timeStamp>2014-12-06T20:24:33.839428</timeStamp>  
    <operacion>crearProspecto</operacion>  
    </requestHeader>
    <wsa:To>http://127.0.0.1:7700/dummy</wsa:To>  
    - <wsa:ReplyTo> 
    <wsa:Address>http://127.0.0.1:7700/IA_asynchronousWS</wsa:Address>  
    </wsa:ReplyTo>
    <wsa:MessageID>414d51204d4237514d47522020202020484f835403110120</wsa:MessageID>  
    <wsa:Action>crearProspecto</wsa:Action>  
    </NS1:Header>
    + <NS1:Body> 
    - <crearProspecto xmlns:ges="http://grupobancolombia.com/intf/GestionarProspectosCRM"> 
    - <datosGenerales> 
    <agenteRetencion>ac</agenteRetencion>  
    </datosGenerales>
    </crearProspecto>
    </NS1:Body>
    </NS1:Envelope>
    -- Background --
    1- We have a CRM system with no PI and an external system (INT) to which we need to communicate in an Asynchronous way. Simply put, we need to provide to and consume from this non SAP System.
    (This INT system is the equivalent of an SAP PI system and it will be responsible to transform and reroute the messages to the corresponding legacy systems)
    2- We want to allow the creation of BPs in an Asynchronous way. The way we want to achieve Asynchronous communication is by means of two Web services.
    a.      CRM publishes a WS that is consumed by the INT (directly no PI)
    In the header of this message we will be using WS-Adressing standard and receiving from the INT the MessageID field.
    CRM receives the messages, stores the information (does not process it) and immediately sends an accepted HTTP 202 code as a response to the INT.
    b.      INT also publishes a WS that is consumed by the CRM and is used to receive the response of the first message from INT to CRMAfter X amount of time (Hours or days), the CRM gets the stored data and processes it finally creating the BP in the system. Once the BP is successfully created, CRM Consumes this WS exposed by the INT and sends the information that the BP has been finally created. The RelatesTo field in the header is then matched with the MessageID field sent before in the WS-A header and this way the INT finds out to which original message this second Web Service correlates to.
    3- Please consider no PI is available,
    --Question--
    How can we build a WSDL for this service? I am asking in specifically how do you build a WSDL with a header with 4 fields and WS-Adressing fields also. Keep in mind that we have no PI and we are using a Function Module to Build the Service.
    - <requestHeader>
    <systemID>DEFAULT</systemID>  
    <messageID>MSGID</messageID>  
    <aplicativoOrigen>bizagi</aplicativoOrigen>  
    <timeStamp>2014-12-06T20:24:33.839428</timeStamp>  
    <operacion>crearProspecto</operacion>  
    </requestHeader>
    <wsa:To>http://127.0.0.1:7700/dummy</wsa:To>
    - <wsa:ReplyTo>
    <wsa:Address>http://127.0.0.1:7700/IA_asynchronousWS</wsa:Address>  
    </wsa:ReplyTo>
    <wsa:MessageID>414d51204d4237514d47522020202020484f835403110120</wsa:MessageID>
    <wsa:Action>crearProspecto</wsa:Action>
    I am attaching the XML and a WSDL that was provided to us, but not generated by us in CRM. We need to create a service with a WSDL similar to that one in the CRM
    Thanks!
    Pablo.

    Hi Ganesh,
    Please go through this link.
    http://www.sapag.co.in/SAP-XI-SOAP-Adapter-FAQ'S.html
    I think this would be helpful for you..
    Reward points if useful,
    Swamy Kunche

  • Webservices : can't debug

    Hi ,
    I have upgrade a long running LabVIEW 2010 application (on windows) with webservices. It now has a web-based front-end, that communicates with the LabVIEW-application via webservices.
    Everything is working well, but I want to be able to debug the deployed webservice-communication VI.
    This should be possible using this method : http://zone.ni.com/reference/en-XX/help/371361H-01/lvhowto/ws_debugging/
    However, when I select the webservice and click connect, no front panel opens. In the build-properties of the webservices, debugging is enabled.
    How can I open the front panel and debug my deployed VI?
    A 2nd question :
    the webservices are being used to so that the local webserver can request data to labVIEW. So the deployed webservice VI needs to be able to communcate with the host application (on the same PC).
    I found out that using TCP socket communication works well. But for every request, I need to open the connection, request data, send data back, and close the connection.
    I wasn't able to keep the TCP session open en keep using the same session (application is pretty time critical).
    Thanks for your suggestions.
    Thomas

    Hello Thomas,
    Does absolutely nothing happen? (no errors/messages)
    Are you using the webservice whjen you're trying to debug it?
    Are there any breakpoints in your VI?
    Can you try it with a breakpoint in your  web service VI?
    About the communication:
    Is there a specific reason why you need/want to use TCP/IP while you're sending data from one point to another point on the same PC?
    You could also go for a (functional) global approach, which will most likely go faster with less overhead.
    Looking forward to hear from you!
    Kind Regards,
    Thierry C - Applications Engineering Specialist Northern European Region - National Instruments
    CLD, CTA
    If someone helped you, let them know. Mark as solved and/or give a kudo.

  • Exposing a webservice on ECC 5.0 in a load balancing setup

    Hi
       We have a webservice exposed on ECC 5.0 that is being invoked by an external system. When we move this webservice to our production environment - which is load balanced and has a logon group setup - we need to be able to expose this webservice - not on a single application server - but be available on the logon group ( message server ) so that the url that we provide for the webservice to the external system does not contain  a single application server - but points to the logon group. We do not have a web dispatcher in our environment/architecture.
    How do we go about exposing this point-to-point webservice on ECC 5.0 in a load balanced setup ? Any suggestions, experiences that can be shared ?

    This  can be done though SICF.
    If you click on a service, their is a service data tab.
    underthat tab is a Load Balancing option.
    This then points the service at the SMLG logon group.
    Regards
    James

  • Provider Webservice in Backend ECC system (NW 7.0, Enp1) and PI /XI 7.0,

    Hello
    Our backend ECC is on EnhP4 (there by NW 7.0, EnhP1), As I understand, since NW 7.0, SP 14, webservices runtime has been changed significantly to support asynchronous webservices (through WS-RM).
    This ECC system is connected to our PI 7.0 system. In the back end ECC system, when I create ABAP server proxy for a synchronous interface from SPROXY, the generated proxy is also visible as a service in SOAMANAGER. However, when I do the same for asynchronous interface, the service is not visible in SOAMANAGER.
    Is this an expected behavior? Does this mean, we can only expose 'out side in' approach webservices in synchronous mode if the ESR is of version 7.0? The reason I say this is when I connect the same ECC system a PI 7.1 system, I am able to expose asynchronous services that are generated out of SPROXY.
    The intent here is to design the interfaces in XI 7.0, expose them as web service in ECC and consume the webservice using another EAI tool that supports WS-RM.
    Any help will be appreciated.
    Thanks
    KK

    Stefan
    Thanks. Your answer makes sense with what we are observing. Do you know if this is documented somewhere in help documentation or some note.
    On another note what doesn't make sense to me is why this limitation? Not sure what I am missing. Doesn't the webservice runtime in NW 7.0 support WS-RM from SP14. Why should it be dependent on the version of PI in case of point to point webservice. Unless you say we can use WS-RM in back end NW 7.0 through PI 7.1's WS adapter only.
    For me this sounds like a limitation on the NW 7.0/SP14 side. What do you think?
    KK
    Edited by: Krishnakumar Ramamoorthy on May 31, 2009 5:50 PM

  • Role of "Community Leader"

    I see that the top members relative to points are "community leaders"  what is the role of the community_leader? What are they responsible to do?
    Just curious...
    thanks

    i believe more and more businesses are offering this type of community. we definitely don't replace any paid employees. however, we do enjoy helping out when we can, and often times may be a quicker option. a lot of questions people have, have already been answered here so they can find it without going to a store or holding for customer service. it's much more generic than actual customer service, but if you happen to have a device that someone else here has and is more familiar with it than you, than they can often answer your question. i think it's great because with SO MANY different devices now, i couldn't possibly expect a customer service rep to know them all inside and out. they can pull up a manual, or may happen to know a particular device well, but here you can find others with your device and your questions/issues.

  • Isuues in EJB being invoked as webservice

    i have created an EJB and exposed it as webservice at this point webservice.jar is created to which only bean classes are added and not the dependent classes i.e my bean classes uses LOgManager.class..so when i invoke the service..i am getting classnotfound exception.. how should i configure such that all classes are included in jar please specify the exact xml and path for it

    Hi,
    According to your description, this problem mostly caused by 3rd app, please check if you have made any change to your system before this problem occurs?
    If there is any progress, please feel free let us know.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Specific features for webservice scenario

    Hi All,
    Do we have any specific features which are used for webserice scenario in XI compared to other platforms (ORACLE, Microsoft, IBM)?
    Regards
    Sara

    Hi Sara,
    In ID you can generate WSDL used for Webservice communication in Tools -> Define Webservice. 
    Regards,
    Sreenivas

  • Mapping schema one Webservice Url to another Webservice URL

    Hi ,
    I am working on Webserivce to Webservice communication(converting one response URL format to another response URL format) through SOA suite.
    The usecase: I have one Webservice URL(WSDL URL) which contains UniqueID,name etc in that scehama.
    I have to communicate with another web service url (Helloworld url) which contains some String in its schema.
    SO I want to convert Helloworld URL(one response URL) schema to first Webservice URL(which contains UniqueDI,name etc,I have get the response format of UniqueID,name etc from HelloWorld URL which gives response like 'Helloworld name'.
    So how do u do this?
    I hope u understand my problem,I need to get this done as soon as possible.It is very urgent.
    If u guys want me to talk on phone,I will talk and explain the situation on phone.
    I am from bangalore.I can talk to any phone.
    Please help me as it is critical situation for me.
    Thanks in advance

    Hi neeraj,
    Thank you very much for your response.
    As you mentioned about A ,B and C,
    I will explain about the usecase in those terms.
    A has request and response schemas.A has some response format. Both A and B are intended for meter reading after we give some input from A.B is from external vendor(external refarence).That vendor is going to give their WSDL url (It is not yet given).
    I am giving the Oracle Jdewveloper SOA composite editor picture also( I am assuming this based on input,Correct me If I am wrong):
    A sits in 'exposed services' swimlane and B sits in 'External References' Swimlane.I want to create one BPEL Process (That is C) which acts as bridge between both services.
    The requirement is : Request goes from A (A will have its own request and response schemas) to BPEL process(C).BPEL PRocess ( C ) talks to B and it has to take the(transform the) response from B and it should transform that response into A response fornat.Because A can't understand B's response.So B's response should be converted into A's response format.
    I assume that A and B services response formats have similar kind of fields(suppose A has one field like name ,B may have it as company name.I need to map or transform those parameters using transform activity(This is assumption)
    That was the reuirement.
    In order to get that, Do I need to map A's response schema to B's response Schema so that whatever response we get from B is converted into A's response format?
    How do I send request from A(What happens to response schema of A?) and How do I transform from B's response format into A's response format?
    I hope this has given clear picture about the requirement.
    Can u give guidance in this regard?
    Thanks in advance.
    Please help me out as it is very critical.
    Edited by: 899283 on May 29, 2012 12:21 PM

Maybe you are looking for

  • New technique to place multiple anchored objects in InDesign story

    Hello, For a while I have been trying to figure out how to insert multiple anchored objects into an Indesign story. As far as I can tell, you cannot copy multiple objects that have already been placed in a document (such as a multi-page pdf) into an

  • Can't make simple 'IF' statement work in MS Query!?

    I have read the existing threads on the subject but can't seem to make a simple 'IF' statement work in MS Query with a single table. I always get the following error: Returns error message: "Incorrect syntax near the keyword 'if' Incorrect syntax nea

  • How To Get The CLOSE Event In a JSP File?

    Hello everybody, Right now I am working in a JSP project which is about access log, when the users start , oprate, or close the system, the access log system works. I am in trouble in that when the users close the system, how can I get the close even

  • Cd/dvd drive inoperable

    My CD/DVD drive will not open, nor will it "spin" after I place a disc in the draw (I had to manually open the drawer).  I have a Presario  F756NR notebook operating under Windows Vista  (32 bit).  The drive (according to the Device Manager screen) i

  • EMac display shaking and squeezing in, IVAD cable?

    Hi, I'm trying to determine if my eMac is experiencing an IVAD cable problem. The screen will pinch in on the sides and both the top and bottom disappear. It shakes and pinches in and then will go back to normal and then the squeezing and shaking beg