Http-GET not supported

hi
I have a small problem.... whenever I write more than 2 methods in a webservice
and try to test them, I get an error message saying that Http-GET not supported??
any ideas??

Hello,
There are lots of examples available that export multiple methods. See:
http://65.193.192.35:7001/base/SoapInteropBaseService
Could you post your code and we can take a look?
Thanks,
Bruce
Prashant Yadav wrote:
>
hi
I have a small problem.... whenever I write more than 2 methods in a webservice
and try to test them, I get an error message saying that Http-GET not supported??
any ideas??

Similar Messages

  • HTTP Version not supported

    Hi,
    My scenario is IDOC to Webservice.
    I have done all design and configuration,
    I used Receivere adapter as SOAP dapter.
    When i am running the scenario i am getting following error.
    "Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 505 HTTP Version not supported"
    regards,
    XI

    Hi,
    This happens when target service expects a specific version of the HTTP protocol (1.0, 1.1 etc) and client does not match this expectation ... Try to check if target requires a specific version (1.1 only for instance) whereas XI uses another.
    Rgds
    Chris

  • RisPort Help~ HTTP Version Not Supported

    Hi,all~
    I'm trying to get a realtime information(Phone ip address) by AXL RisPort,but i get a error: "HTTP Version Not Supported",it is so strange~!
    i have added a web reference(https://<myCmServer>:8443/realtimeservice/services/RisPort?WSDL) on my web site with VS2005(C#).
    help me~Thanks a lot.

    Thanks for your reply,
    This really works.
    But the problem now is in
    RisPort web service's Method,
    SelectCmDeviceResult SelectCmDevice(ref string StateInfo, CmSelectionCriteria CmSelectionCriteria);
    i don't know what's initialize value of StateInfo,so i make it null,but the response of SelectCmDeviceResult.CmNodes is null,so i can't get any realtime information. can you help me?
    there is my source code:
    CM5WebReference.RISService myRis = new CM5WebReference.RISService();
    ServicePointManager.ServerCertificateValidationCallback = new System.Net.Security.RemoteCertificateValidationCallback(ValidateServerCertificate);
    CM5WebReference.CmSelectionCriteria csc = new CM5WebReference.CmSelectionCriteria();
    myRis.Credentials = new NetworkCredential("CCMAdministrator", "passwrod");
    ServicePointManager.Expect100Continue = false;
    myRis.SoapVersion = System.Web.Services.Protocols.SoapProtocolVersion.Soap11;
    CM5WebReference.CmSelectionCriteria cmSelection = new CM5WebReference.CmSelectionCriteria();
    string stateInfo = ""; //is null? or....
    csc.Class = "Any";
    csc.Status = "Any";
    csc.SelectBy = "Name";
    CM5WebReference.SelectItem selectit = new CM5WebReference.SelectItem();
    selectit.Item = "AppIpAddr";
    CM5WebReference.SelectItem si = new CM5WebReference.SelectItem();
    si.Item = "Name";
    CM5WebReference.SelectItem[] sis = new CM5WebReference.SelectItem[2] { selectit,si };
    csc.SelectItems = sis;
    CM5WebReference.SelectCmDeviceResult a = myRis.SelectCmDevice(ref stateInfo, csc);
    cmselectCri.SelectBy = "Name";
    cmselectCri.Class = "Any";
    if (a.CmNodes != null) //always null,it's so strange...
    CM5WebReference.CmNode[] cn = a.CmNodes;
    CM5WebReference.CmDevice[] cd = cn[0].CmDevices;
    string ip = cd[0].IpAddress;
    my entironment:
    CM 5.0.4.1000-1
    vs2005(C#)

  • Utl_http status_code: 505 - HTTP Version Not Supported

    Hi there,
    I am trying to make a call to tomcat servlet and keep getting error:
    status_code: 505
    reason_phrase: HTTP Version Not Supported.
    here is my code.
    utl_http.set_response_error_check(false);
             utl_http.set_detailed_excp_support (enable => true );
              OE_DEBUG_PUB.Add('**HTTP_POST: Content Type: ' || P_CONTENT_TYPE);
              OE_DEBUG_PUB.Add('**HTTP_POST: P_URL: ' || P_URL);
            -- Begin the post request
            l_http_req := utl_http.begin_request (P_URL);
            --l_http_req := utl_http.begin_request(P_URL, 'GET','HTTP/1.1'); - I even tried this. it did not worked.
            --l_http_req := utl_http.begin_request(P_URL, 'GET','HTTP/1.0'); - I even tried this. it did not worked.
            --l_http_req := utl_http.begin_request(P_URL, 'POST','HTTP/1.0'); - I even tried this. it did not worked.
            -- Set the HTTP request headers
            utl_http.set_header(l_http_req, 'User-Agent', 'mozilla/4.0');P_CONTENT_TYPE is: P_CONTENT_TYPE IN VARCHAR2 DEFAULT 'application/x-www-form-urlencoded'
    P_URL is : http://myurl/getRates?weight=65.8&fromProvince=ON&fromPostalCode=L6S 6B7&toProvince=ON&toPostalCode=M5S 1X9&shipDate=2010-07-15
    Can someone please help me how to resolve it?
    Thanks.

    [email protected] wrote:
    Can you suggest something? I would test using telnet on the Oracle server itself - just to make sure connectivity is as expected (and a proxy server or firewall for example answers instead of the intended web server).
    e.g.
    telnet webserver 80
    And when getting the web server response, you can send a HTTP 1.0 get, i.e.
    GET /getRates?weight=65.8&fromProvince=ON&fromPostalCode=L6S  6B7&toProvince=ON&toPostalCode=M5S 1X9&shipDate=2010-07-15 HTTP/1.0
    Or play around with variations of the URL. See if you can access to the root page.
    The interesting bit would be the full header response from the web server. If the Oracle server is Windows, install something like putty instead of using that pathetic telnet client from Microsoft.
    Another option would be to install Firefox and a http header/viewer plug-in. Very nice as this does the telnet thing for you, but with proper browser support and allows you to see the exact details of the HTTP conversation (headers included). If the Oracle server is Linux/Unix, you can easily do this from your desktop by starting a vncserver session on the Oracle server and using vncviewer from your desktop to access that server desktop GUI and running Firefox.
    If there are anything funky in the way the browser and web server communicates (HTTP header and version wise), the Firefox-plus-plug-in is likely to shed some light on it.

  • SAP XI Error HTTP 505 HTTP Version not supported

    Hello Everybody,
    I have IDOC(sender) to WEBSERVICE(receiver) scenario.
    Our server is XI System version "SAP J2EE Engine 6.40 PatchLevel 105424.313".  Webservice has generated in MS Sql Server 2005 and publish in MS IIS server.
    I  downloaded webservice schema in external definitions. and i mapped with idoc fields. When i try to  Test Configuration in integration directory, everything is fine.
    But when i test to scenario, it doesnt work. I checked logs in integration engine monitoring. I got
    this error " com.sap.aii.af.ra.ms.api.RecoverableException: SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 505 HTTP Version not supported"
    does anyone have any idea for that error? what should I do for run the this scenario?
    Kind Regards,
    Rasim

    You may first contact your receiver partner for the HTTP version they support. There is a mismatch somewhere.
    http://www.checkupdown.com/status/E505.html
    Regards,
    Prateek

  • Using Netbeans with Axis 1 shows HTTP Version Not Supported

    Hello,
    I need to use Axis 1 with Netbeans. So i have integrated Axis 1 in build.xml file to use axis ant targets. If i am executing the deploy target:
        <target name="AdminClientDeploy" description="adminClient" depends="validate">
            <java classname="org.apache.axis.client.AdminClient" fork="yes"
                  dir="." classpathref="${classpath_id}">
                <classpath>
                    <pathelement location="${build.classes}" />
                </classpath>
                <arg value="-l ${service.url}/servlet/AxisServlet"/>
                <arg value="${basedir}\src\${service.java.path}\deploy.wsdd" />
            </java>
        </target>It shows
    running Apache Axis Admin client
    Processing file D:\\Axis1WS\src\java\axis1\deploy.wsdd
    Exception: AxisFault
    faultCode: {http://xml.apache.org/axis/}HTTP
    faultSubcode:
    faultString: (505)HTTP Version Not Supported
    faultActor:
    faultNode:
    faultDetail:
            {}:return code:  505
            {http://xml.apache.org/axis/}HttpErrorCode:505
    Java Result: 1
    BUILD SUCCESSFUL (total time: 1 second)I have no idea whats the problem, but i think it's a configuration problem with netbeans. The compilation itself shows no problem. Please let me know, if you have some experience and especially if you know this problem.
    Thanks
    Alex

    Hello, problem is because of following part:
    <!-- The URL of the Web SERVER + Application Name -->
    in the tutorial, there is a space in URL, when you remove this space, problem disappear;
    <property name="service.url" value="http://localhost:8084/${ant.project.name}"/>

  • I am getting no HTTP proxy not supported error when I try to open HBOGo App on my iPad

    When I try to open my HBOGo or MaxGo apps on my iPad, I am getting an error that states "Your current HTTP proxy is not supported by this application.  Plese remove it from your Wi-Fi settings to enable video playback".  I have reset the iPad, deleted and reinstalled the Apps, synced my iPad.  My Wi-Fi settings are defaulted to off.  Any help would be appreciated.  Thanks.

    To all that are getting the http proxy message when trying to view hbogo, Deggie has the right answer: go to wifi settings, when you find your wireless connection tap the arrow on the right and if proxy is on "auto" switch it to "off." I had been watching hbo go just fine then suddenly I got this message about http proxy does not support video playback, I did as Deggie suggested and Bingo.

  • GRMG RFC Configuration "HTTP method GET is not supported by this URL"

    Hi All,
    when i create the RFC Destinaton for SLD  with regards to GRMG Configuration and test the rfc i get the Reason code 400 with error "HTTP method GET is not supported by this URL".
    Even if i call  http://hostname:port/sld/rtc in the browser i get the same error.
    RFC Details:
    Target machine:Host
    Service No: port no
    path prefix: /sld/rtc
    My other RFC destinations for rwb,IR,ID,Adapter Engine works well.
    I would appreciate your suggestions on this
    Aravind

    Hi David,
    I feel sorry to wake this thread up after long time.
    It's the same situation, connection testing for SLD returns 400 "HTTP method GET is not supported by this URL".
    However, CCMS hearbeat seems to work fine with SLD. It returns green.
    I have a question here. Is it OK if we leave it that way without changing GRMG?
    Is there any potential problem, or side effect when the RFC destination returns 400?
    Thank you very much,
    Teyun

  • Error: HTTP method GET is not supported by this URL

    Hey,
    I am attempting to overload the doGet method with a Wrapper class I created for HttpServletReponse that extends it of course and I receive this error: "HTTP method GET is not supported by this URL". I figure you can't change the method as I have but I am curious if there is anyway I can go about to accomplish what I am trying to do. Basically I just need to extend the HttpServletResponse so that it contains a few more variables and such.
    public class test extends HttpServlet {
        public void doGet(HttpServletRequest request,  XmlServletResponseWrapper response) throws ServletException, IOException{
            response.setContentType("text/html");
            PrintWriter out = response.getWriter();
            out.println("<html>");
            out.println("<head>");
            out.println("</head>");
            out.println("<body>test</body>");
            out.println("</html>");
       

    public void doGet(HttpServletRequest request, XmlServletResponseWrapper response)
    is not the same method as
    public void doGet(HttpServletRequest request, HttpServletResponse response)
    The servlet container is going to call the later method and since you did not overwrite it to provide an implementation it sees the GET request as not being supported.
    what you are looking to do is something like this:
    public void doGet(HttpServletRequest request,  HttpServletResponse response) throws ServletException, IOException{
            XmlServletResponseWrapper myResponse = (XmlServletResponseWrapper ) response;
            myResponse .setContentType("text/html");
            PrintWriter out = myResponse .getWriter();
            out.println("<html>");
            out.println("<head>");
            out.println("</head>");
            out.println("<body>test</body>");
            out.println("</html>");
       

  • I cannot play videos because I have a "Proxy Detected..Your internet connection is currently using an HTTP proxy, content playback is not supported when a proxy is configured." How do I get rid of this "proxy"?

    I cannot play videos because when I try to do so the following message occurs:
              "Proxy Detected...Your internet connection is currently using an HTTP proxy, content playback is not supported when a proxy is configured." How do I get rid of this "Proxy"?

    This helped me
    http://mashtips.com/amazon-instant-video-http-proxy-error-on-ipad/

  • Can not down load my programs, my disk dose not work.,, and I keep getting this massage when i try down load off Adobes sight....  HTTP ERROR: 404 /support/downloads/dlm/main.jsp

    can not down load my programs, my disk dose not work.
    and I keep getting this massage when i try down load off Adobes sight....  HTTP ERROR: 404 /support/downloads/dlm/main.jsp

    Hi Tim,
    Kindly try the link mentioned below.
    Other downloads
    Thanks,
    Atul Saini

  • HTTP method GET is not supported by this URL

    hi.. I am trying one Cookie example.. I m ready with the class file.. and I have deployed it in Tomcat.. but when I am trying to run this the error "HTTP method GET is not supported by this URL" is coming..
    Pls give some clues so that I can run this....

    Implement HttpServlet#doGet() in your servlet.

  • Problem:HTTP Status 405 - HTTP method GET is not supported by this URL

    Hi
    I m beginner.I try to invoke servlet using HTML page with doPost method .I put the html file in Tomcat4.1/webapps/root and put the class file in Tomcat4.1/webapps/root/WEB-INF/classes. So when i put the url in the browser the html page is diplayed but when i sumit it to open the servet it gives this error HTTP Status 405 - HTTP method GET is not supported by this URL.I give the servlet name and class in web.xml also have done its mapping but still it is not working.Whereas the simple servet runs like HelloWord but when i use html page to run servlet it does'nt work.
    Plz help me out.
    Thanx

    Hi,
    I have also encountered this problem while running my web-application under tomcat 3.3.2. My application is resided in webapps directory. And servlet class is placed inside <app-dir>/WEB-INF/Classes/com/rEWebSite/Servlets.
    <web-app>
    <servlet>
    <servlet-name>
    LoginServlet
    </servlet-name>
    <servlet-class>
    com.rEWebSite.Servlets.LoginControlServlet
    </servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>
    LoginServlet
    </servlet-name>
    <url-pattern>
    /Login
    </url-pattern>
    </servlet-mapping>
    </web-app>
    This is script in web.xml file. And after clicking on the link it is showing http://localhost:8080/<app-dir>/Login .
    If anyone knows a solution, plz reply me.

  • 405 HTTP method GET is not supported by this URL

    When I use GET method to browse a servlet by using TOMCAT or Resin, receive the following message:
    405 HTTP method POST is not supported by this URL
    Thanks!

    Just post your question once and be patient:
    http://forum.java.sun.com/thread.jspa?threadID=573890
    Go out and get a servlet book. Don't you know how to write servlets?
    %

  • Upload Error message: HTTPS protocol is not supported

    Hi,
       Whenever I do a quick par upload i'm getting an 'Operation failed' message to check sap-plugin.log.
       Log says
    Upload Error message: HTTPS protocol is not supported, please ensure this server is not using HTTPS. My webdynpro applications are getting deployed without any issues.
         How to resolve this?
    Thanks
    Sumathi

    Hi Sumathi,
    As there are often problems with the Quick PAR Upload reported, I would suggest to use the "normal" PAR upload from the icon tray (you have to activate the portal icons in the icon tray). That is almost that "quick" (one or two clicks more needed, we don't talk about more than a second) and - it works (it least it should, and at least it works in most cases even if the Quick PAR Upload fails).
    Hope it helps
    Detlev

Maybe you are looking for

  • In line view works in 9i but not 11g

    The following subset of a larger in ilne view works in 9i, but not in 11g. Any thoughts on why it doesn't work in 11g. An 'ORA-00979 : not a group by expression' message is displayed. This error message refers to the last 'group by' statement. select

  • Can't uninstall Itunes / QuickTime

    Hi there, I upgraded QickTime to v7 and used Mozilla Firefox to find the latest update. It pointed me to a combined QuickTime / Itunes and as I couldn't find a standalone Quicktime Product (have now found), I downloaded and installed. QT didn't run t

  • I need an e-mail change!

    My msn was banned cause of hackers and i want to change it from [email protected] to [email protected] ! How can i do that?

  • Exec a procedure with a sequence?

    Here is my code. And the error I get when trying to insert into a table using a sequence can't figure out what im doing wrong? create or replace procedure basket_add_sp (p_baskid IN number, p_prodid IN number, p_price IN number, p_qua IN number, p_si

  • Illustrator Shutting Down

    Hi, I have been working with adobe illustrator and it just suddenly shuts down with no error message. I cant get phone support as for some reason as this would have helped alot. Can someone please help me as I am not able to use the software to do wo