Application that receive SOAP and normal http request

Hi Guys,
I've been working onto web service right now using Spring. Been using this for receiving SOAP requests... Right now its working smoothly. But I want my application to cater both SOAP request and normal http request. Is that possible? If yes, can you guide me how?

Sorry for the formatting above.  I interspersed lines between the questions, but they seem to have mostly disappeared.

Similar Messages

  • PI 7.1 receiver SOAP adapter using https

    Hi all,
    In PI 7.1 receiver SOAP adapter using https, what are the configurations necessary in PI box?
    Certification, and key store values, security etc etc
    -Michael.

    >
    Michael Johnson wrote:
    > I did n't find anything related to 7.1 version
    Some leads are provided by help: http://help.sap.com/saphelp_nwpi71/helpdata/EN/56/992d4142badb2be10000000a1550b0/frameset.htm
    Regards,
    Abhishek.

  • Hi, I'm developing a application thats need read and log a large tag database at

    Hi, I'm developing a application thats need read and log a large tag database at period of 1 second. My system have actually 1200 tags and when I try to increase the number of tags my system slowdown and not update at requested period anymore. I'm using NI OPC Servers to read data of 4 different PLC's. In the SVE I've created an IO Server to bind variables and all variables are located in a single process. All variables are logging alarms and data. The Log Deadband and Update Deadband are set to 0. My machine is a DELL Precision T5400 with Dual Intel Xeon Quad Core with 4GB of RAM and Windows XP Sp3 installed. Bruno Costa Automation Enginner

    Duplicate Post
    Why did you create an identical post under a different username?
    You'll have to be patient.  It is the 4th of July holiday, so the forums are going to be less active than a usual Monday.

  • Is there an application that will open and view MS publisher?

    Is there an application that will open and View MS Publisher files?

    Afraid not. You can run Windows on your Mac then run Publisher in Windows. You can find out then if Publisher can export in a "standardized" format other applications might import.
    Windows on Intel Macs
    There are presently several alternatives for running Windows on Intel Macs.
    Install the Apple Boot Camp software.  Purchase Windows XP w/Service Pak2, Vista, or Windows 7.  Follow instructions in the Boot Camp documentation on installation of Boot Camp, creating Driver CD, and installing Windows.  Boot Camp enables you to boot the computer into OS X or Windows.
    Parallels Desktop for Mac and Windows XP, Vista Business, Vista Ultimate, or Windows 7.  Parallels is software virtualization that enables running Windows concurrently with OS X.
    VM Fusionand Windows XP, Vista Business, Vista Ultimate, or Windows 7.  VM Fusion is software virtualization that enables running Windows concurrently with OS X.
    CrossOver which enables running many Windows applications without having to install Windows.  The Windows applications can run concurrently with OS X.
    VirtualBox is a new Open Source freeware virtual machine such as VM Fusion and Parallels that was developed by Solaris.  It is not as fully developed for the Mac as Parallels and VM Fusion.
    Note that Parallels and VM Fusion can also run other operating systems such as Linux, Unix, OS/2, Solaris, etc.  There are performance differences between dual-boot systems and virtualization.  The latter tend to be a little slower (not much) and do not provide the video performance of the dual-boot system. See MacTech.com's Virtualization Benchmarking for comparisons of Boot Camp, Parallels, and VM Fusion. Boot Camp is only available with Leopard or Snow Leopard. Except for Crossover and a couple of similar alternatives like DarWine you must have a valid installer disc for Windows.
    You must also have an internal optical drive for installing Windows. Windows cannot be installed from an external optical drive.

  • Creating exe for application that contains ARINC and MIL Codes

    Hi all,
    I am not able to create exe for my application that contains ARINC and MIL. To be precise, the ARINC and MIL part is not working in the exe created. 
    Please tell me how to create an EXE with ARINC and MIL codes.

    Did you install the according device drivers on the target machine? And no I don't mean the instrument drivers that you use in LabVIEW but the OS device drivers from NI (resp. AIT), that will access the hardware boards and provide an interface to the LabVIEW application. I would expect them to be part of the AIT SDK kit that comes with the boards.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Air application throws security alert every time 'HTTPS' request made to server.

    Have a look at the following screenshot.
    On click of next button, application internally sends an https request. Appliction throws Security Alert dialog. The text can also be seen clearly.
    Strange thing about this alert dialog is that, it appears every time when application send a request in given session.
    If I run the same thing in flex (i.e. in browser), it asks for SSL handshake and that is also only once. So why it is happening here in case of Air.
    Regards,
    Prithvee Zankat.

    Back up all data. From the Safari menu bar, select
    Safari ▹ Reset Safari...
    Check these boxes:
    Clear history
    Remove all website data
    Uncheck all other boxes. Press return. Test.
    If Safari crashes immediately on launch and you can't do as above, hold down the shift key and launch it by clicking its icon in the Dock, then try. Failing that, ask for guidance.

  • My understanding of net.SOAP and net.HTTP

    Hi,
    I've spent the evening Googling around for information on how to access a web server from within a PDF file via JavaScript.  I'd like to summarize my understanding and see if I've got it right.  Here are my take-aways:
    1. The SOAP methods and properties have been deprecated and net.SOAP
         should be used in new designs.
    2. Relative to the net.HTTP request method, the API page indicates:
             "Note: This method can only be made outside the context of a document
               (for example, in a folder level JavaScript)."
         I've never dealt with a "folder level JavaScript".  I believe this is a JavaScript that
         is outside of the PDF file and that can be invoked by the PDF file.  If I want to
         deliver a single PDF file (not a PDF file and a separate JavaScript), then I
         presume I should avoid net.HTTP, and use only net.SOAP.
    3.  I can develop and test JavaScripts that use net.SOAP in Acrobat -- true?
          However, to have the resultant PDF file work in Reader, I would need to go
          down the path of LiveCycle Reader Extensions, paying Adobe a fee that
          is a function of how many customers are expected to read the PDF file.
    4. It *appears* that, when a customer opens a Reader Extensions-enabled PDF file,
         they are allowed to only open, modify & save it once. They would be prevented from
         opening/modifying/saving it a second time -- true?  Well, I bet they can open it,
         perhaps even modify it, but they probably can't save it again.  If the customer wanted
         to open/modify/save it a second time, they would need to get a new copy from the
         provider (me) -- true?  If so, this seems very cumbersome.
    5. I believe that net.SOAP is conveyed by HTTP protocol -- true?  I also believe that
         net.SOAP functionality can be used with HTTPS.
    6. Final observation -- it looks like Adobe has changed their JavaScript SDK from PDF
        format to web page format for Acrobat 9.0.  I looked everywhere for the "standard"
        PDF JavaScript API Reference supported by Acrobat 8.0 and before, but never found it.
        Seems like a step backwards, since I can no longer easily print the entire API reference.
    Thanks for your help in letting me know if/if not my understandings are correct. Thanks also for your help in answering my questions interspersed above.
    Dave

    Sorry for the formatting above.  I interspersed lines between the questions, but they seem to have mostly disappeared.

  • ACE 4710 and mangled HTTP requests

    After replacing a Cisco CSS/SSL  Accelorator and PIX firewall with an ACE 4710 to do load balancing and  SSL encryption behind an ASA firewall we started seeing mangled HTTP  requests in the Apache access logs for the servers in the server farm.  Here is one example:
    XX.XX.XXX.XXX  - - [21/Oct/2012:01:42:12 -0500]  "heckoutFlag=true&verifyPassword=false&newsletter=false&emailaddress=&email2=&pass1=&pass2=&username=POST /register/LServlet HTTP/1.1" 501 3322 "https://www.ourwebsite.com/register/CServlet" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)"
    Rather  than appearing just after the timestamp, the "POST /register/LServlet"  is tacked on to header information that shouldn't even appear in the  log. Also the first letter in that header information is always missing  (heckoutFlag instead of checkoutFlag in this example). 
    The  mangled request always shows up as a 501 HTTP error and shows up late  in the Apache access logs (timestamp is out of chronogical order) and  always appears with several duplicate POSTs:
    XX.XX.XXX.XXX - - [21/Oct/2012:01:42:23 -0500] "POST /register/LServlet HTTP/1.1" 200 8537 "https://www.ourwebsite/register/CServlet" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)"
    XX.XX.XXX.XXX - - [21/Oct/2012:01:44:12 -0500] "POST /register/LServlet HTTP/1.1" 200 8537 "https://www.ourwebsite/register/CServlet" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)"
    XX.XX.XX.XXX  - - [21/Oct/2012:01:42:12 -0500]   "heckoutFlag=true&verifyPassword=false&newsletter=false&emailaddress=&email2=&pass1=&pass2=&username=POST /register/LServlet HTTP/1.1" 501 3322 "https://www.ourwebsite.com/register/CServlet"  "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)"
    XX.XX.XXX.XXX - - [21/Oct/2012:01:44:12 -0500] "POST /register/LServlet HTTP/1.1" 200 8537 "https://www.ourwebsite/register/CServlet" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)"
    This is occurring for several different URLs and not just the one above and for multiple web browsers.
    The ACE load balances to servers running Tomcat 7 with Apache HTTP server v. 2.2.14.
    A recent ACE software upgrade to A5(2.1) has not fixed the problem.
    Has anyone seen this before?
    Thanks for any insight you can provide.
    -Kari

    Hi Kari,
    Do you have a sample of the configuration which you got with the CSS?
    What is the current configuration which you got on the ACE?
    Can you shows this output: # show stats http?
    Jorge

  • Setup WLS5.1 to accept only HTTPS requests (and not HTTP requests)...

    Greetings,
    Does anyone know how to configure Weblogic Server 5.1 so that the web server will
    only accept HTTPS requests (on port 7002) and not accept HTTP requests (on port
    7001)? I tried commenting out the HTTP ListenPort line in weblogic.properties,
    but WL still served up a page via HTTP. Thanks for any help,
    Steve

    Write a startup class which implements weblogic.security.net.ConnectionFilter
    interface
    Refer our javadocs at
    http://www.weblogic.com/docs51/classdocs/javadocs/index.html
    Also
    http://www.weblogic.com/docs51/classdocs/API_acl.html#filtering
    Kumar
    Steve wrote:
    Greetings,
    Does anyone know how to configure Weblogic Server 5.1 so that the web server will
    only accept HTTPS requests (on port 7002) and not accept HTTP requests (on port
    7001)? I tried commenting out the HTTP ListenPort line in weblogic.properties,
    but WL still served up a page via HTTP. Thanks for any help,
    Steve

  • Application that sets up and starts internet sharing

    I'm new to OS X programming and was hoping to get some ideas in solving a problem i'm having.
    Need to create an application that will set up internet sharing with specific configurations (Firewire and airport only) and then start it.
    I have been playing around with applescript to automate the gui controls of System Preferences and it works pretty good. However its very annoying that the gui needs to be displayed to do this.
    MS provides an API called INetSharingConfiguration that enables network connection bridging in visual studio. http://msdn.microsoft.com/en-us/library/aa365935(VS.85).aspx I would be surprised if apple did not provide something of the same, however I have not been able to find it.
    Does anyone have knowledge of a framework or API that could be used in xcode to get the same thing done? Suggestions would also be helpful.
    Also, If I have to stay with applescripting the gui controls, is there a way to hide the gui when this is activated?

    still looking for a good solution but I did come across a plist file that seems to hold these settings. /Preferences/SystemConfiguration/com.apple.nat.plist
    Has anyone successfully modified this file and started internet sharing by using it?

  • I have a mac Book that will not open DVD's of Business Presentations.  I had my hard drive taken in to the Mac Store and had a new hard drive installed.  Since then I cannot open DVD's.  What is the application that I need, and the process. Tks

    I have a mac book that will not open up DVD's recorded with a presentation.  I install the disc in a HP / windows 7 and it works fine.  I had my hard drive replaced and since then I cannot open up DVD's.  Was there a application that did not get installed?  And if so what is the process.

    You need DVD Player. It should be in your Applications folder. If it is in there go to System Preferences>CDs & DVDs and for "When you insert a video DVD" make sure DVD Player is selected.

  • Applications that can copy and paste between Keynote?

    I am looking for both graphic and web appliations that can copy and paste scalable elements between it and Keynote.  I create a lot of graphics in Keynote and I am hoping to find editors that can handle those elements.  I already own PowerPoint, and it does an OK job.  I you have any suggestions, I would like to here it.

    Shapes created in PowerPoint can be placed on to a Keynote slide using copy and Paste.
    Illustrator is the number one vector application and Illustrator files can drag and drop on to the slide.
    The HTML export from Keynote as you have discovered, is only designed to make simple HTML slide shows
    see some free applications here:
    Free vector apps

  • My iPod Touch has an Application that is Waiting and Will Not Download!

    I have this application on my iTouch, and it is stuck on Waiting... and it will not download, and I cannot delete it. How can I get rid of it?! Thanks!

    Welcome to the discussions,
    did you already try to reset your device by holding the sleep and home button until the Apple logo comes up again?
    Did you try to tap on the icon until it starts to shake and then hit the little cross to delete it?

  • Receiver SOAP Adapter Problem-HTTP 401 Unauthorized

    We are using XI-7.0. We have scenario IDOC >> XI >> SOAP by making asynchornous call.
    Vendor has two web server - A and B. Both the servers set up are identical in the vendor system.
    Web server "A" works fine from XML spy tool as well as XI for sending service order SOAP messages.
    Web server "B", we are able to send SOAP messages from XML spy successfully and vendor also confirms that it updates database in their system.
    But we are not able to send SOAP messages from XI on Server "B". We are getting following error message in the adpter engine.
    Can someone please help me?   Thanks!
    <i>SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 401 Unauthorized
    MP: exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 401 Unauthorized
    Exception caught by adapter framework: SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 401 Unauthorized
    Delivery of the message to the application using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 401 Unauthorized.</i>
    Thanks!
    MP

    Hi Riya,
    For SSL configuration you can check,
    Rajendra's blog http://scn.sap.com/people/rajendra.badi/blog/2011/11/23/pi-711-transport-level-secuirty-communicating-with-external-web-service-from-soap-adapter-through-ssl
    Khade's blog http://scn.sap.com/people/s.khade/blog/2011/09/06/secured-connection-to-external-web-service-using-sap-xipi.
    Regards.

  • How do I fix a Safari application that slows down and freezes everything?

    Apple called last fall and said my particular Mac had a hard disk problem and they replaced it at the Apple store in late January 2013.  I backed up the information on an external harddrive and used Time Machine before to transfer all the information to the new drive. Everything worked well and I finally put on Mountain Lion at 10.8.4.  I also have Carbonite as a backup and it apparently was not enabled when I transferred the files until early May.  In early May I had not used my iMac for about a month and when I started it I found about 40 named file folders on the Desktop that were empty.  Some of those had named items in them but when I clicked on them they would dissappear.  The actual files did exist and were not effected when I dumped the apparent alias folders. Safari started and would be ok at first but if I went away for an hour it would slow down.  I took it in to the Genius Bar at Apple and they ran some tests and got rid of MacKeeper which they felt was causing the problem.  I got my Mac back home and it still started slow but worked well at first and then started going slow.  If I opened Word it would also start working at a slower speed.  I needed to force quit Safari and the Word progran in order to quit or restart the Mac.  I got an appointment for the next day and they ran all sorts of tests and the hard drive was working normally. They tried tweeking different areas and sent me home again.  When I started working again it did the same thing, I would start out fine and eventually slow down and needed to be force quit to get out of it. A message came up indicating my MasOSX startup disk had no more space available for applications memory.  I took it in a third time and the Genius went to the Activity Monitor and the Safari PID was 221 and %CPU 107, Threads 21 Real Mem 2.73 GB, Virtual Mem 22.00 Kind, Intel (64).  I had no idea what that meant. I went home again and it still ran slow and couldn't run the programs for any length of time before it ran slow and affected the other programs so they would only quit if I used Force quit.  I took it in for the forth time an they decided to keep it overnight. They ran ASD first to rule out memory.  They noticed during the appointment the computer was slow to perform normal tasks such as showing boot options, booting into user, bootingto external user.  If the ASD passed then they would perform erase and install and only restore users and application files from backup drive.  They did this on Wed and Thur. night and I took it home Friday night, June 14 and it still has the same problem. Typing this message right now means typing and waiting for the words to appear.

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The following procedure will help identify which such modifications you've installed. Don’t be alarmed by the complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac. 
    These steps are to be taken while booted in “normal” mode, not in safe mode. If you’re now running in safe mode, reboot as usual before continuing. 
    Below are instructions to enter some UNIX shell commands. The commands are harmless, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects. 
    Some of the commands will line-wrap or scroll in your browser, but each one is really just a single line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then copy it. The headings “Step 1” and so on are not part of the commands. 
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. The other steps should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply. 
    Launch the Terminal application in any of the following ways: 
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.) 
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens. 
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid. 
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign. 
    Step 1 
    Triple-click the line of text below to select it:
    kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}' | open -f -a TextEdit 
    Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). A TextEdit window will open. Post the contents of that window, if any — the text, please, not a screenshot. You can then close the TextEdit window. The title of the window doesn't matter, and you don't need to post that. No typing is involved in this step.
    Step 2 
    Repeat with this line:
    { sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix)|org\.(amav|apac|cups|isc|ntp|postf|x)/{print $3}'; sudo defaults read com.apple.loginwindow LoginHook; } | open -f -a TextEdit 
    This time you'll be prompted for your login password, which you do have to type. Nothing will be displayed when you type it. Type it carefully and then press return. You may get a one-time warning to be careful. Heed that warning, but don't post it. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator. 
    Note: If you don’t have a login password, you’ll need to set one before taking this step. If that’s not possible, skip to the next step. 
    Step 3
    launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)/{print $3}' | open -f -a TextEdit 
    Step 4
    ls -1A /e*/mach* {,/}L*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta}* L*/Fonts 2> /dev/null | open -f -a TextEdit  
    Important: If you formerly synchronized with a MobileMe account, your me.com email address may appear in the output of the above command. If so, anonymize it before posting. 
    Step 5
    osascript -e 'tell application "System Events" to get name of every login item' | open -f -a TextEdit 
    Remember, steps 1-5 are all copy-and-paste — no typing, except your password. Also remember to post the output. 
    You can then quit Terminal.

Maybe you are looking for

  • LiveCache for SAP HCM Idocs ECC6EHP4 on windows/mssql

    Hello Gurus, We am trying to process inbound HR Idoc (message type HRMD_A) from a java system and during the process it stucks in error code 51 and error message says - "Unable to establish connection to LiveCache". Now we dont have any Livecache set

  • BSM / audit_syslog ... how to get command line parameters in syslog?

    Hi All! I have been experimenting with Sun Basic Security Module (BSM) and was trying to send audit data via syslog to a central logging server like so: # cat /etc/security/audit_startup /usr/sbin/auditconfig -setpolicy +argv,arge # cat /etc/security

  • Delete PSA

    Hi guru´s I have a question about delete of psa tables. There are a function to delete all the PSA tables with date parameters?? For example I want to delete al PSA data greater than 8 days. I want to do this for all the psa tables. I know that there

  • Table for WBS,Network , Activity from CJ20n

    Hi All, What's the table to check WBS, network and activity? Thank you. Best Regards, Nies

  • N97mini cannot use GPS after upgrading

    hi there, just as mentioned, i bought n97mini and tried to use its gps function in UK. it worked perfectly before i upgraded but after i downladed the nokia ma loader and upgrade map in my mibilephone, navagtion , my location, maps.....all could not