Webservice sender and Receiver. Pls advice urgent

Hi All,
My Scenario
System A (WebService) -- XI -- System B (WebService)
Pls let me know
1. What does it mean by WebService needs WebServer?
2. For System A (WebService) -- XI
    Do I require WebServer to be installed at System A or XI?
3. For XI -- System B (WebService)
Do I require WebServer to be installed at System B or XI?
Pls advice urgent.
Regards

Hi Piyush,
Hi Piyush,
System A (WebService) -- XI --- System B (WebService)
I know the flow -- like both webservices will be impoted as External Definations and will me mapped.
I was asking about Webserver.
a. XI --- System B (WebService)
System B is providing wsdl.
WebServer is required at System B -- fine.
b. System A (WebService) -- XI
System A is providing WebService(wsdl) to XI
XI is NOT providing WebService to System A.
So It is a webservice(wsdl) of System A. It will be given to XI and XI will import it as wsdl.
So do we or not require require Webserver in
System A or XI?
Pls tell System A (WebService) -- XI
Webserver part.
Regards

Similar Messages

  • Webservice to XI. Pls advice urgent

    Hi All,
    My scenario:
    Partner A(Webservice) -- XI -- Partner B(Webservice)
    Partner A do not have Webservice.
    So for Partner A I will make O/B Interface and make WSDL
    and export that WSDL to Partner A.
    Partner B has webservice
    So I will take webservice of Partner B make External Defination and map to the O/B Interface of Partner A.
    I will use Soap Sender and Soap Receiver Adapter.
    Question:
    1. Is my above approach corrcet?
    2. Does Partner A and Partner B requires webservers
        at their side or not?
    Regards

    Hi Henry,
    Question:
    1. Is my above approach corrcet?
    Yes, your approach is correct.
    2. Does Partner A and Partner B requires webservers
    at their side or not?
    Web Services cannot be deployed without Web Servers. Web Server is mandatory. But for consuming Web Services, it is not mandatory.
    So Partner B requires a Web Server
    Partner A doesn't require web server to consume XI web service if it is a standalone client.
    A lot of Web Servers are available like Tomcat, SAP WAS, JBOSS, Sun Web Server, Web Sphere etc.
    Piyush

  • HTTP Sender and HTTP Receiver .Pls advice urgent

    Hi All,
    Partner A (http) -- XI -
    Partner B(http)
    Now Trade Partner do not want to use HTTP client tool.
    He wants to send data through URL.
    Please make the full sender URL for the details below
    for Sender HTTP:
    XI system -- sapd0aa
    Client -- 100
    Port -- 8000
    Sender Service -- SS
    Sender Interface -- SI
    Sender Namespace -- http:
    abc
    Qos -- EO
    In Receiver HTTP Aadapter if I use RFC Destination does it has to be of Type G
    Regards

    Hi Henry,
    1. Where sender partner will send his XML if he uses the above URL?
    Whatever technology , partner is using to send the data, there are some APIs available for establishing the http connection and then sending the data on this HTTP connection.
    2. How the user name and password will be sent in the above URL as XI requires User Name and password.
    You can embed in the URL by adding sap-user=xyz&sap-password=abc
    Piyush

  • TS4268 Hello, it's been 5 days now since my imessage has not working..and i have chatted to the costumer for two times. I took thier advice and instructions just to enable to send and receive on it but unfortunately until now its still NOT working. Pls.he

    Hello, it's been 5 days now since my imessage has not working..and i have chatted to the costumer for two times. I took thier advice and instructions just to enable to send and receive on it but unfortunately until now its still NOT working. Is there anybody who could help me please?

    Try this even if you have already.  Just make sure to follow the steps specifically.
    Go to settings > Facetime > send and recieve > tap on your apple id and sign out.  If your not signed in then that will work as well.
    Go to settings > Messages > sent and recieve > tap on your apple id and sign out.
    Restart the iPad by doing the slide to power off setup.  Just hold the power button on the top right till it turns off.
    After the iPad has been restarted:
    Go to settings > Facetime > and sign in
    Go to settings > Messages > and sign in
    Wait about 3 min then restart the iPad again.  Same instructions as above.
    When you restart you should be able to use messages again.  If not then call support again and talk to someone higher than the first level support they have.

  • TS2755 Me and my wife r sharing the same Apple ID, with the conversion IOS7 all of a sudden my wife can read all my sended and received iMessages! What t.f is going on? I tried all kind of things, pls help

    Gentlemen,
    Me and my wife r sharing the same Apple ID, with the conversion to IOS7 all of the sended and received iMessages on my phone comes in also on my wife's phone! Tried all kind of things, pls help
    Marco

    Are you both using the same Apple ID?
    What do you have here:
    Settings > Phone > My Number > ?

  • UDF in message mapping instead of Java Mapping. Pls advice urgent

    Hi All,
    My scenario
    CRM --- XI -- CRM
    In XI I have to open socket connection.
    Pls refer link:
    /people/saravanakumar.kuppusamy2/blog/2005/12/15/socket-integration-with-xi
    Can Java Mapping code given in above link for socket connection can be used in Message Mapping (CRM -- CRM)UDF?
    Pls advice urgent
    Regards

    Hi Henry,
    I understood your requirement.
    But as per the architecture of XI/PI some message has to trigger your scenario.
    In this case there is no adapter where you can directly communicate with CRM system.
    Do one thing configure a dummy scenario on the sender side.
    Use File adapter for simplicity. once it pools the file with some dummy data in the file it comes to Interface mapping(message mapping) of the PIPELINE steps. Now use the code as you mentioned above(within UDF) for opening socket to CRM system and implement you business logic within that program and write the response to target interface which will infact talk with CRM system.
    Dont forget to do the coding in an infinite loop with some delay (if required). Other wise every time you have to put a message for File Adapter for triggering purposes.
    You can also acheive the same if you use Java Mapping instead of Graphical mapping with UDF(code for Opening socket and business logic). I suggest you to use Java Mapping.
    I dont know how you will comunicate with CRM system on receiver side.?
    Thanks,
    Gujjeti

  • HTTP adapter. Pls advice urgent

    Hi,
    Some cleint wants to send data to PI (7.0)  through HTTP.
    Now should that client send through HTTP or it can also use
    HTTPS.
    Pls advice urgent.
    Regards

    Hi,
              All XI runtime components using the HTTP protocol support the encryption of the HTTP data stream by means of the SSL protocol, also known as HTTPS. HTTPS data streams are completely transparent to the Exchange Infrastructure
         HTTPS (Hyper Text Transfer Protocol Secure) is a secure version of the Hyper Text Transfer Protocol (http). Secure means of transferring data using the https protocol in the World Wide Web where secure ecommerce transactions, such as online banking transactions and other financial transactions are involved.
    Https encrypts the session with a digital certificate i.e., HTTP over SSL (Secure Sockets Layer) which can be used by Web browsers and HTTPS - capable client programs.
    If the website begins with https:// instead of http://, it is a secure site. Almost 99% of the browsers can connect to web servers either using http or https. The address bar in the browser will begin with https instead of http, if a web site is secured.  
    HTTPS Protocol work with the combination of programs including the browser programs which takes care of the encryption/decryption routines that exist on the web hosting servers.
    HTTP data is sent over TCP/IP port 80, whereas  HTTPS  data is sent over port 443.
    HTTPS comes in two flavors, both ensuring the confidentiality of data sent over the network
    1)Server authentication :
    Only the HTTP server identifies itself with a certificate that is to be verified by the client.
    2)Client authentication:
    Additionally, the HTTP client identifies itself with a certificate that is to be verified by the server
    Regards,
    sangeetha

  • Trouble send and receiving messages and trouble calling people or receiving phone calls

    Hello everyone, I bought a Blackberry Q5 one year ago and has worked perfectly since but on christmas day I had was struggling to send message to people I thought nothing of it since it was christmas and people would be wishing there families and friends a merry christmas. So i just carried on as usual not aware that the problem was much worse then i thought, since then I have tried time and time again to try text people and call them but nothing would happen.
    The Problems I am experiencing,
    Everytime I try sending a message it fails and times out after a while doesn't matter whom they are being sent to it's the same story no matter who I send them to, and then of course when i try calling someone the phone goes to the calling screen but doesn't make a sound for atleast 10 seconds then a message pops up saying "Call Failure, The call could not be connected. Please try again later". This message appears even when I ring '789' which is the number to find out what my balance is on my contract.
    At first I thought it was the Sim what was cauing the problems but when i swapped it into another Virgin phone i received quite an alarming amount of messages what would not come through on my phone, this is when i realised I am not just struggling to send messages but to receive them as well. I have scoured the internet for possible answers but nothing has worked, so far I have tried manually scanning for available networks and selecting the correct one which did not change the problem this didn't make things better nor did it make things worse.
    I have also tried changing the data services while roaming settings which again did not make any differences, I have tried changing network mode no changes again, turning the mobile network off all together and then turning it back on after 5 minutes no success there either. I have even reset the phone back to factory setting to try and fix the problem, but no, the problem still will not go away.
    Please if there is anyone out there who has any ideas on how to fix what is happening to my phone please do give me your advice, at this moment I really need a miracle to come around at the next corner.

    Hi rhupa!
    Here is an article that will help you troubleshoot this issue:
    OS X Mail: Troubleshooting sending and receiving email messages
    http://support.apple.com/kb/ts3276
    Mail Connection Doctor shows one or more red dots in the account Status column
    Check your Incoming IMAP or POP and Outgoing SMTP email account settings
    Use Apple's online Mail Setup Assistant to discover what the correct settings should be for both your Incoming (IMAP or POP) and Outgoing SMTP email servers. If your email service provider is not listed in the Mail Setup Assistant, visit your email service provider's website or contact their support staff to get the correct settings. You can use this "cheat sheet" when asking your email service provider about the settings you need.
    After you have the correct email service provider settings, make sure Mail is configured properly.
    Click here if your Incoming and Outgoing email account settings are correct, but the issue persists
    Thanks for coming to the Apple Support Communities!
    Regards,
    Braden

  • Microsoft Exchange is not updating local Outlook - Send and Receive issues.

    Hi everyone,
    Our office has just moved to using Office 365 business edition where we are sending and receiving emails via Microsoft Online Exchange. 
    It has been running for 3 days so far and we do love the product however we are having a major issue at the moment and that is our local outlook 2010 and 2013 folders are not constantly synching with the exchange.  We are finding that it can be hours
    before emails push through to our inbox and we will receive 20 emails all at once.  It is also occuring when we send emails, they will sit in the Outbox and the only way it seems to get them to send or receive is to close Outlook and re-open the program.
    We also find that sometimes when we are out of the office and using the 'Outlook Web App' that emails we send to clients via here and not always synching with the local Outlook its a bit of a mess really.  This is not great as we are a legal office
    and need to attend to emails urgently at times and must have all emails arrive locally.
    Can anyone shed some light on how this matter can be fixed urgently?
    Thanks
    Lisa

    Hi,
    As far as I know, for the sync issue in the on-premise Exchange server environment, we can check if we have selected the option ”send immediately when connected”:
    Outlook 2013: file>options>advanced> send and receive> send immediately when connected
    However, since your server is Exchange online, I recommend you ask for more professional help on our Exchange online forum:
    http://social.technet.microsoft.com/Forums/msonline/en-US/home?forum=onlineservicesexchange
    Thanks,
    Angela Shi
    TechNet Community Support

  • FTP to FTP scenario. Pls advice urgent

    Hi,
    I have FTP to FTP scenario.
    Do I need to install FTP server on both
    Sender and Receiver File Systems
    Regards

    Hi Aashish,
    Since my Sender File System and Receiver File System are different:
    1. I will install FTP Server A on Sender File System.
    2. I will install FTP Server B on Receiver File System.
    3. I will open the port for FTP request  -- Port 21
    4. I will open the port for FTP response -- Port 21
    5. I will provide all authrozaitions
    Pls let me know if anything missing

  • Simple file to file transfer.  Pls advice urgent

    Hi All,
    I have Simple file to file transfer.
    There are text files at source side that need to send at receiver side.
    Source text files name are different so I have used
    Adapter Specific Attributes for Sender and Receiver Adapetrs
    Question
    As these are text files and there is no mapping required what interface name should I give at Sender Aggrement and
    at Interface Determination.
    Pls describe steps
    Regards

    Rider,
    Its very simple scenario. For ur satisfaction I did the same, it's working perfectly. I don't know what mistake u did. Let me give the complete picture.
    Step1: Create new Scenario
    Step2: Create new Business Service, let say File_BusService
    Step3: In File_BusService add the outbound and Inbound Interface name and namespaces , like
    Outbound Interface: MyInterface
    Outbound Interfacenamespace: http://my-own-namespace.com
    Inbound Interface: MyInterface
    Inbound Interfacenamespace: http://my-own-namespace.com
    Step4: Create two communication Channels under File_BusService
    Step5: Receiver Determination.
    Sender:File_BusService
    Outbound Interface: MyInterface
    Outbound Interfacenamespace: http://my-own-namespace.com
    Configured Receivers
    File_BusService
    Step6: Interface Determination.
    Sender:File_BusService
    Outbound Interface: MyInterface
    Outbound Interfacenamespace: http://my-own-namespace.com
    Inbound Interface: MyInterface
    Step7: Receiver agreement
    Receiver Service: File_BusService
    Inbound Interface: MyInterface
    Receiver Comm.channel
    Step8: Sender Agreement.
    Sender:File_BusService
    Outbound Interface: MyInterface
    Outbound Interfacenamespace: http://my-own-namespace.com
    Sender Comm.channel.
    raj.

  • RTP sender and receiver reports

    Hi all!
    Does JMF, when using RTP make available sender and receiver reports? I read that within RTP, sender reports include monitoring
    information such as RTP time stamps and the number of transmitted packets or bytes. Receiver reports contain statistics about
    the received flows, such as interarrival jitter and fraction of lost packets since the last report.
    What class gives us this info?
    Thanks for any advice!
    Rob
    :)

    With RTPManager you have a function getGlobalReceptionStats()
    you can write:
         GlobalReceptionStats stats=avReceive.mgrs[0].getGlobalReceptionStats ();
         System.out.println("Statistiques video : ");
         System.out.println("Nombre total de paquets re�us :"+stats.getPacketsRecd());
         System.out.println("Nombre de paquets re�us en RTCP :"+stats.getRTCPRecd());
         System.out.println("Nombre de bytes re�us :"+stats.getBytesRecd());
         System.out.println("Nombre de collisions locales :"+stats.getLocalColls());
         System.out.println("Nombre de collisions distantes :"+stats.getRemoteColls());
         System.out.println("Nombre de paquets non re�us :"+stats.getTransmitFailed());

  • WBS Element as Sender and Receiver in New GL Allocation

    Dear Experts,
    Please need your advice how to configure WBS Element as Sender and Receiver in New GL Allocation, since this field is not activated in New GL Allocation (FAGLGA11 - General Ledger: Create Act. Assessmt) ?
    We already tried to activate this field, but the system forced to include this field also in the total table ( FAGLFLEXT). And since we can't add the WBS Element as PSP_PS_NR, we add as ZZPSP_PS_NR to the total table. But the issue come up, since the transaction(FAGLFLEX) cant detect this field, and show error as below "Field FAGLFLEXT-PS_PSP_PNR is not defined in the ABAP Dictionary"
    Please kindly advise. Many thanks for your valuable inputs

    Hi,
    I believe you have added the field in these 2 places:
    1. Add field 'ZZPS_PSP_PNR' (WBS element) to FAGLFLEXT table in configuration (menu SPRO   > Financial accounting (new)   > Financial accounting global settings (new)   > Ledgers   > customer fields   > Include fields in Totals table) and activated the same.
    2. And, added this field in 'Assign scenarios and customer fields' to your leading ledger.
    WBS element data gets populated by assigning ZZPS_PSP_PNR to the ledger itself (IMG: Assign Scenarios and Customer Fields to Ledgers -> select ledger -> "custom fields"). Necessary field mapping logic is generated by this customizing for the system to populate ZZPS_PSP_PNR in FAGLFLEXT and FAGLFLEXA.
    Afterwards, please regenerate GLU1 structure by running report RGZZGLUX while no posting is being made in the system.
    I believe this will help you.
    Best Regards,
    Vanessa.

  • COPA: how to identify which cost element for sender and receiver in IMG

    Hi Guru,
    I know my cost element for sender and receiver from the settlement document, but where in IMG, i can identify how it settup to use which cost element for my sender - order , which cost element should be used for my reciever profit segment.
    Thanks,
    Kick

    Hi,
    Go to KEI1
    Select your transfer structure
    double click on assignment lines
    check the source and value fields to get the mapping.
    Regards,
    Sridevi
    <i><b>Pls. assign points, if useful</b></i>

  • How can we send and receive voice in same program

    Please can any one suggest me how to send and receive voice in the same program. I want both AVTransmit & AVReceive in the same program i tried it but its too difficult to do it.. Any one has got that code? And also i want my program to know if any third person is wanting to call me.. I mean how to recognise a new call. Please relpy to the following mail id.. Please i need it urgently..
    [email protected]

    Sir please execute this code.
    printf("I need it ");
    for(i=0;i<=infinity;i++)
    printf("V E R Y ");
    printf("U r g e n t");
    Now Please Send it to me sir.Please..Does not compile!

Maybe you are looking for

  • Having problems creating new playlists...

    When I get on iTunes i get a message saying The songs on the ipod cannot be updated because all of the playlists selected for updating no longer exists...but i have tried to create new ones and i still recieve the same message   Other OS  

  • HP z6100 Photo prints are too dark and magenta density is too high, etc...

    Hi, Here's the problem. I am having digital portrait photos printed at 20" by 26" in. for wall displays on an HP Z6100 designjet using universal adhesive vinyl. The test prints came back dark and with strongly pronounced magenta and red in the skin t

  • I have a laptop with two users and want to share my musice between the two of them on seperaye id's

    I want to share music on my laptop with two different users and two different apple id's but i can find a way of doing this any ideas as you can't have itunes open at the same time on on laptop even in different users

  • Mounting USB devices in arch guest

    I'm new to virtualbox, but not to linux.  I have been using arch for at least 3 years, so I have some familiarity with it.  I have recently installed arch as a guest OS on virtualbox (on OSX host).  I am having some trouble accessing an attached USB

  • Presenter 9 installation error

    I tried to install Presenter 9 and got the error that a conflicting version exists. I have already done the following: Uninstalled Presenter 8 through control panel Restarted my computer Check my office version (64-bit) When installing, chose the 64-