REST Support in HTTP BC?

Is REST (at least incoming) going to be supported by HTTPBC any time soon?
-Sam

HTTP BC was created to support SOAP over HTTP webservice calls. SOAP1.1 (I believe) only requires GET and PUT which is what is implemented by HTTP BC today. Other HTTP operations are not yet implemented.
While HTTP BC does support GET, that does not necessarily mean it supports read-only REST. For instance, there is still the issue of modelling resources at the HTTP BC endpoint and mapping those to service calls in some other service unit. Perhaps some WSDL to WSDL tooling support would be a first step.
- Jason

Similar Messages

  • Please enable REST support in WEB-INF/conf/axis2.xml and WEB-INF/web.xml

    Hi  All,
    we are not able to connect to Live office to our server . URL is  not authenticated in Excel and  if we place same url in browser ,we are getting below error message.
    "Please enable REST support in WEB-INF/conf/axis2.xml and WEB-INF/web.xml"
    we couldn't able to rest the same after changing settings in axis2 file also.
    Any solution where we can configure in CMC or any files
    Regards
    Mahesh

    Hi Mahesh,
    As mentioned by Abhilasha, this is the expected behavior.
    In order to validate you could place the following URL in the browser.
    http://servername:portno/dswsbobje. you would see Tomcats home page which will display the list of Services.
    As far as the Live office in Excel is concerned , If you are getting a yellow  exclamation mark stating (Web service not correct) next to Session URL, try changing the servername to IPaddress of the server.
    Eg: http://ipaddress:portno/dswsbobje/services/Session
    While inserting the Session URL in the Live Office settings confirm the URL as per above.
    If the issue still persists, you could configure the host file entry in you client machine.
    Let me know if the information is helpful.
    Regards,
    Noopur

  • Beginner question: support to HTTP POST om Oracle AS

    Hi!
    I don't know if this is a suitable forum but since i use JDeveloper and Oracle BPEL I'll try my luck here :).
    I have a Java web application built in JDeveloper and a couple of BPEL processes.
    In these processes I use Java embedding (a piece of Java code) that opens a connection to a given URL and post a XML message to this URL. I didn't have much problems creating these processes.
    Now I have to provide a support to HTTP POST on my side. Since web application and services development are quite new to me I hope someone can point me the right way to do this. The requirements I have are: I can have a single URL to which the http POSTs will be issued.
    If I understand correctly I cant use a web service since I have to enable different types of XML posts. What are my options? Can I create some kind of listener for http POSTs? Can I create a jspx that will 'wait' for http posts and than call some of mine BPEL processes? Is there a way to create a BPEL process that 'waits' for http POSTs? Are there other options.
    I'd really appreciate any pointers on this.
    Regards,
    BB.

    Frank,
    I've tried creating a Servlet listener that implements HttpSessionListener interface. Now I have two methods, sessionCreated and sessionDestroyed but I don't know where to go next. I can't find any documentation on this issue yet.
    Should I create a jspx page with form node that has method attribute set to POST or maybe I don't even need a web page? I already have a login page that has a form with method set to POSt, will this pose any kind of troubles for me?
    I apologize for any stupid questions but as I said I have no experience in doing this and las couple of days I'm searching and reading different documentation on this topic so any more pointers would be appreciated.
    BB

  • Beginner question: support to HTTP POST at Oracle AS

    I tried same post on Application Server - General forum, but had no success.
    I have a Java web application built in JDeveloper and a couple of BPEL processes.
    In these processes I use Java embedding (a piece of Java code) that opens a connection to a given URL and post a XML message to this URL. I didn't have much problems creating these processes.
    Now I have to provide a support to HTTP POST on my side. Since web application and services development are quite new to me I hope someone can point me the right way to do this. The requirements I have are: I can have a single URL to which the http POSTs will be issued.
    If I understand correctly I cant use a web service since I have to enable different types of XML posts. What are my options? Can I create some kind of listener for http POSTs? Can I create a jspx that will 'wait' for http posts and than call some of mine BPEL processes? Is there a way to create a BPEL process that 'waits' for http POSTs? Are there other options.
    I'd really appreciate any pointers on this.
    Regards,
    BB.

    Frank,
    I've tried creating a Servlet listener that implements HttpSessionListener interface. Now I have two methods, sessionCreated and sessionDestroyed but I don't know where to go next. I can't find any documentation on this issue yet.
    Should I create a jspx page with form node that has method attribute set to POST or maybe I don't even need a web page? I already have a login page that has a form with method set to POSt, will this pose any kind of troubles for me?
    I apologize for any stupid questions but as I said I have no experience in doing this and las couple of days I'm searching and reading different documentation on this topic so any more pointers would be appreciated.
    BB

  • Issue with calling restful services via HTTP in an Orchestration

    The company I work for is using RESTful services for our I/O. We are processing EDI files using Biztalk, and are calling the REST services via HTTP from a c# code called within the orchestration. At lower volumes, the service performs fine, but at higher
    transaction volumes, the HTTP calls never return. Is there a resource that needs to be tuned somewhere on the biztalk node to allow higher volumes of HTTP calls? Its not the REST service side - it has no problems handling loads generated by non biztalk nodes.
    For further clarification, the EDI message is a multi batched, so there are many simultaneous orchestrations running at once.  I have started to look at ways to throttle how many instances can run at once, but I still suspect some resource in the HTTP
    sequence that we dont have enough of.
    Ideas?

    I think you were not  enough free threads in the ThreadPool to complete the operation.
    So you can work out with Max connection setting in your BTSNTSvc file first
    <system.net>
    <connectionManagement>
    <add address="http://name.of.server.here" maxconnection="1oo" />
    </connectionManagement>
    </system.net>
    and try increasing number of threads allocated to the specific send Host instance and your Orchestration instance  ,you can try twinkling Response timeout in minutes as well  on host instance
    Thanks
    Abhishek

  • Export excel not supported in https using firefox

    Export excel option is supported in http URL but not supported in https using firefox.

    Hi Gnittala,
    Thanks..
    Pls find more info in below...
    In our application 'export excel' option is present in 4 different pages. Using Jquery to calling the excel. All the excels working in development environment in both IE and FF. In testing env, all the excels working fine in IE. But only 2 pages excel are working in FF in testing env. Remaining not working and 'The connection was reset The connection to the server was reset while the page was loading' error page appears when we click on 'export excel' button.
    More, all the Export excel option is supported in http URL but mentioned two only not supported in https using firefox.
    Dev server OS is windows...QA / Prod server OS is Linux.
    Application running on Interent site.
    No specific instructions for exporting data to Excel (note: same scenario working on IE & FF in Dev env)

  • How to make tomcat 5 support SSL (https)?

    Hi,
    is there a way to make tomcat support SSL (https)?
    i using: Apache 1.3.33
    with : Tomcat 5.0.28-1.00RC2
    and : jakarta-tomcat-connectors-jk-1.2.6
    JDK: j2sdk1.4.0_04
    Many thanks
    Anatolia

    Thanks very much Sherbir,
    But JSSE is integrated into the Java 2 SDK, Standard Edition, v 1.4 and above!
    here is what i'm facing:
    the documentation says:
    >
    It is important to note that configuring Tomcat to take advantage of secure sockets is usually only necessary when running it as a stand-alone web server. When running Tomcat primarily as a Servlet/JSP container behind another web server, such as Apache or Microsoft IIS, it is usually necessary to configure the primary web server to handle the SSL connections from users. Typically, this server will negotiate all SSL-related functionality, then pass on any requests destined for the Tomcat container only after decrypting those requests. Likewise, Tomcat will return cleartext responses, that will be encrypted before being returned to the user's browser. In this environment, Tomcat knows that communications between the primary web server and the client are taking place over a secure connection (because your application needs to be able to ask about this), but it does not participate in the encryption or decryption itself.
    I'm running running Tomcat as a Servlet/JSP container behind Apache 1.3.33 web server.
    So all SSL requests are handled by apache web server, but the problem I'm facing is that if i request any jsp page using https (ssl) i get plain text and it's not handled by tomcat!
    i have a test page called test.jsp:
    <html>
    <head>
    <title>JSP test page</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    </head>
    <body>
    <p>2 x 2 = <%= 2 + 2 %>
    </p>
    </body>
    </html> If I request this page using normal http request I get my results fine:
    2 x 2 = 4
    but if i request the page using https (ssl) I get a clear plain text of my jsp file content like this:
    <html>
    <head>
    <title>JSP test page</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    </head>
    <body>
    <p>2 x 2 = <%= 2 + 2 %>
    </p>
    </body>
    </html> Now how do I fix this problem and make apache passes the jsp file to tomcat if the request was https (ssl) and not send me cleartext of my file content!
    Many thanks
    Anatolia

  • [svn:osmf:] 13828: 1. Add MBR + DRM support for http streaming

    Revision: 13828
    Revision: 13828
    Author:   [email protected]
    Date:     2010-01-27 14:56:10 -0800 (Wed, 27 Jan 2010)
    Log Message:
    1. Add MBR + DRM support for http streaming
    2. Fix unit TestManifestParser.as to reflect the changes
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/manifest/ManifestParser.as
        osmf/trunk/framework/OSMF/org/osmf/net/NetStreamPlayTrait.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/HTTPNetStream.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4FIndexHandler.as
        osmf/trunk/framework/OSMF/org/osmf/video/VideoElement.as
        osmf/trunk/framework/OSMFTest/org/osmf/manifest/TestManifestParser.as

    Hello Alex,
    I don't have an answer for you.
    But, can you try to use http://drmtest2.adobe.com:8080/Content/anonymous.f4v with locally hosted OSMF player? This content doens't require user/pass info.
    I'm wondering that Google TV's flash player doesn't support prompt dialog.
    http://drmtest2.adobe.com/AccessPlayer/player.html requires flash player 11. That's why it won't be loaded with flash player 10.x.
    Thanks,
    -- Hiroshi

  • Support for https//  protocol in websphere

    Hi
    iam using websphere 5.1.2 i redirect my jsp to https//localhost:9080/sam.jsp but its not display .
    Can u help me how to configure websphere for support of Https
    protocol
    Thanx

    Hi
    Try https://localhost:9443/sam.jsp if you use a default configuration of websphere testenvironment. (Not sure if a full Websphere installation is configured the same way...)
    If this does not work use Websphere Admin Console to configure an additional secure port.

  • Playback not supported by http proxy when using Amazon instant video - what to do?

    Message
    playback not supported by http proxy when using Amazon instant video - what to do?

    Settings > General > Reset > Reset Network Settings

  • It appears that Adobe Air does not support persistent HTTP connections?

    As far as we can tell, Adobe Air does not support persistent HTTP connections via KEEPALIVE
    Thus a new connection has to be established to the server, making certain types of network intensive applications slow.
    Can anyone confirm if this is correct - is there any way to get Adobe Air to support KEEPALIVE and maintain persistent server connections?
    a

    I am trying to get 3.3 Beta 2 with Flash Builder 4.6 on Windows 7 x64bit to work. But still no luck.
    I have Flash Builder 4.6 on Win7 to work no problem.
    I have updated the playerglobal.swc to 11.3 using http://labsdownload.adobe.com/pub/labs/flashplatformruntimes/flashplay er11-3/flashplayer11-3_p2_playerglobal_041812.swc
    but still run into the same problem below:
    I can't go through the steps to create a new Flex Mobile Project because of the following error "Air 3.3 Beta does not support mobile projects".
    However, I have no problem creating a Flex Project (Web & AIR) and ActionScript Mobile Project.

  • Support for HTTP 1.1?

    Does weblogic plan on upgrading the web server to support HTTP/1.1?

    Yes: it will be included in version 6.0. This release will be going into
    public beta early this fall.
    Thanks,
    Michael
    Michael Girdley
    BEA Systems Inc
    "Special Agent "K"" <[email protected]> wrote in message
    news:39a2d83a$[email protected]..
    Does weblogic plan on upgrading the web server to support HTTP/1.1?

  • Support for HTTP 1.1 Pipelining

              We have observed a behavior in Weblogic Server 6.1 SP1:
              When multiple requests are concatenated in ONE buffer, open a scoket to the server
              and sent to the server, the server does not process all requests.
              Is this a known issue ? If so, what version of WL server supports this feature
              (pipelining) ?
              Thanks,
              Krishna
              

    Krishna Narayanan wrote:
              > We have observed a behavior in Weblogic Server 6.1 SP1:
              >
              > When multiple requests are concatenated in ONE buffer, open a scoket to the server
              > and sent to the server, the server does not process all requests.
              >
              > Is this a known issue ? If so, what version of WL server supports this feature
              > (pipelining) ?
              >
              > Thanks,
              > Krishna
              >
              Are you seeing this with sequential Get's or Post's? can you describe
              the issue a little more ? Pipelining of http posts is not allowed by the
              http spec.
              Nagesh
              

  • "Using the profile doja that supports only http connection"

    Hello,
    I m streaming images from the camera and using the doja (like j2me)profile but it only supports http communication which i know only supports one request and response. I m getting some delayin getting live images..
    Can u tell me if in a single request and then streaming and thereafter without requesting can i get the images or data ie connection alive in http. Mobile got limitation that it only getting 150 kb at the client end at one single connection
    Thanks

    Kapess,
    Did you find a solution. I'd love to hear how you solved it.
    - Sam

  • OSB - Support for HTTP Compression

    Does OSB 10.3.1 or any previous versions of it support HTTP compression. We have a requirement to integrate the service bus to integrate with a web service which is capable of returning SOAP response with GZIP encoding.
    We can explictly request the service to turn on compression by setting accept-encoding in the http request using transport headers. Can any one confirm whether OSB decompress the response before handling it to message flow.
    Thanks,
    Atheek

    This is important feature that is missing I feel. we could not use OSB business service feature much, because of the same.

Maybe you are looking for

  • How to Stop Cookies & Other Devices Hammering Me with Repeated Ads?

    While researching this I see many people have many different issues with the various ads we are subjected to while surfing the web, but I could find nothing covering the current annoyance I am experiencing now. My apologies if this is old hat to ever

  • SHP2013 - Open Files in Client Application

    I can't get PDFs to open in the client, where in the same library Excel and Word both open in the client.  This is true across all my libraries with these file types. The Permissive is ON in Central Admin,  the SharePoint OpenDocument Class is enable

  • I would like to cancel my icloud. I am within the 15days trial

    I recently bought icloud storage on my iPhone but I realize that I do not really need it so I would like my money back.  I am within the 15 day trial period.  I really appreciate trying it out.  Thank you for your time and help. lg2

  • PCR in Portal 6

    Hi, I have a simple question that is causing to me a big problem. Just to follow as an example : I have a STANDARD ISR/PCR Scenario : SPTR(Transfer), now, what are the "steps" to create another PCR based on "SPTR"? I tryed to create a copy from SPTR

  • FCP editor looking for network contact info.

    I want to know who the HD players are and how to get in contact with them. Where is this information? Website or a book? For example, MTV Networks is an umbrella: Spike, Comedy Central, Nic, CMT are all under this umbrella. I can start at the top and