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#)

Similar Messages

  • 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

  • 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

  • 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}"/>

  • HTTP 501 Not Implemented or HTTP 505 Version Not Supported

    when trying to post on the ABAP Forum, i am getting the following:
    The website is unable to display the webpage
    HTTP 501/HTTP 505 
       What you can try:
         Go back to the previous page.
         More information
    This error (HTTP 501 Not Implemented or HTTP 505 Version Not Supported) means that the website you are visiting doesn't currently have the ability to display the webpage, or support the HTTP version used to request the page.
    For more information about HTTP errors, see Help.
    i have tried from firefox, chrome and IE and unable to post.. i may look stupid and this may work here!  lol!
    but i have been trying for several hours to post a question on the ABAP forum...  :o(

    You have been "bagged" by SAP Security's cross site scripting filter. No way around it (for obvious reasons). Somewhere in your post there is something that is interpreted as an xxs attack. Unfortunately, happens a lot when trying to post code or code terms. Some people have managed to work around this using some of the same tricks used by people wanting to post forbidden words and phrases like
    myemal at sap dot com
    j a v a s c r i p t
    and the like. Try some experimenting and you might succeed.

  • My Ipod says version not supported when attaching to my Honda

    I just purchased a Honda Insight and hooked my iPod up to the USB port and it was working fine.  I brought my ipod inside and hooked it up to my macbook added several songs and may have upgraded the software.  Now when I hook it up to the USB in the Honda it says version not supported.  Is this an iPod issue or is this something that I need to address with Honda.
    Thanks,
    SASGeek
    Falmouth Maine

    What iPod firmware version does the Honda say it will support on the iPod?

  • Oracle version not supported(Urgent !!)

    We get the following error with IBM Websphere 3.5. The oracle version is 8.1.6 and the jdbc classes used are classes12.zip.
    EJBs are working fine but after the no. of connections exceed 40 in no.the following error occurs.
    ORA-17441=Oracle Version not supported. Minimum supported version is 7.2.3

    contact ibm about this websphere problem.

  • Oracle version not supported

    Hi All,
    i am having one issue while conntecting oracle version 8.1.7.0.0 from version 11.1.0.7.0 it is showing version not supported.
    ORA-03134: Connections to this server version are no longer supported.
    can we downgrade oracle version 11.1.0.7.0 client to 10g client on HP -Unix 64 bit operating system, if yes what is the detailed procedure.
    thanks in advance
    Regards
    Mirza

    In case of client software simply install the older version in a new ORACLE_HOME, there are no downgrade actions like for a database server. But I think even 10g won't work for 8.1.7.0.0, you need at least 8.1.7.4 .
    Werner

  • 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??

  • 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.

  • Mac mini server suddenly says 'server version not supported'

    Just bought a mac mini server with Lion Server installed a couple of days ago and it has suddenly declared that the server version is not supported and will not allow me to re access the server from the Server App. I don't have any data that I need to recover as I am still experimenting with the set up. Is there away to reset this or do I have to do a clean install? Please advise if you can?

    Exact same issue here....
    mac Mini 2011 model.
    came with Lion installed on it.
    downloaded Server from the app store. installed and worked great.
    updated the "server" to 10.7.1.
    then i decided to delete the server.
    now, when i try to re-install, it says server is not support.
    its because the OS X client is now at 10.7.1 and the server install is looking for 10.7.0
    i think i am going to have to re-install Lion client and try again.

  • I cannot buy anything on my iphone 5(v.6.0.2) and it say itune version not support this purchase. or itune not install correctly.do i need to update IOS version?

    can anyone tell me why?it just say : Your Purchase Could not be completed
    Purchase Failed : Your Itunes version does not support this purchase, it was not installed correctly. or you're not sign into a itunes account.
    why?
    or i need to update latest IOS?

    Try to do a reset, if it doesn't work try remove recently added apps this may solve your problem ( like google app because it has happened with me)
    Take a look at apps using your location service in privacy, it can cause battery draining.

  • Samba version not supported

    I have a Buffalo NAS and used to be able to mount the drive and browse natively within a previous version OS X (not sure after what upgrade it broke) natively without using a 3rd party application. I run 10.8.3 on all of the machines now and when attempting to mount the share I get a the error "There was a problem connecting to server <blah>. The version of the server  you are trying to connect to is not supported." I just checked with a 2006 MB Pro version 10.6.8 and it works flawlessly. Any ideas what has changed between Snow Leopard and Mountain Lion? Any suggestions for a great 3rd party application that will allow full view/preview capability?

    How did you buy the Applecare Plan?
    If you bought it online from the Apple Store with the computer then it will already be activated.
    Otherwise there should be instructions in the booklet that came with the Applecare package.
    Ian

  • Help N81 camera: not supported?

    i had this phone for 4months now and so far didn't have any problem with the camera until lately. i cannot take pics anymore. whenever i would start the camera it says not supported..duh? the last time i was able to use it was when i used the secondary camera and it says i was out of memory space and it gave me the option to use phone space. i was able to shoot some pics and closed it afterwards. however the next time i was gonna use it, it's displaying some kind of alert..camera not supported..i don't understand. i tried to erase some pics to free some space but it didn't help. i love this phone except for this issue, pls help..:-(

    so did you install cCam, or was it one of these apps that promises to hack the existing camera application?
    OK, if you have tried light reset *#7780# and deep reset *#7730# then you last chance is to power off the phone and power up while holding SEND, * and 3 keys held down. Keep holding until annimation is played.
    If you want to take a backup then you will need to use PC Suite/NSeries suite as the Backup to memory card will most likely copy over the corrupted file that is stopping your camera from working. If you have already made the backup to memory card then restore that now, backup to PC, chosing which data to keep. then do the format.
    In some phones *#7370# and 'SEND * 3' is the same thing, but in others *#7370# just performs a selective delete rather than a drive format.

Maybe you are looking for

  • IO with BEx Description setting

    If I change BEx Desctiption setting from Default to Long Text,whether it will have impact on dependent objects?Ex.,I am going to change BEx description for IO 0CUSTOMER,so related transfromations,cube,dso(all places where this 0Customer been used) wi

  • Firefox 3.6.8 causes problem in Microsoft Outlook

    I updated Firefox to version 3.6.8 a few days ago. Since then, when I start Microsoft Outlook (version 10), it aks if I want to open or save an html page file (a different one each time; these pages are always empty when I save or open one), prior th

  • How Can I Safely Delete a RoboHelp 9 Project?

    I am learning/evaluating RoboHelp 9 using IconLogic's "Essentials of Adobe RoboHelp 9 HTML".  This book  has excellent step-by-step lessons and contains student data files to make it easier to learn.  The student lessons were downloaded and unzipped

  • How to present rolling months KF and do comparison over years?

    Hi, Below is a report that I have to achieve: ____________ Mar Apr ... Mar MatA _ T.Yr _ KF1 ... ... KF2 ______ L.Yr _ KF3 ... ... KF4 Total__ T.Yr _ KF5 ______ L.Yr _ KF6 ______ Diff _ KF7 Input variable: 03.2005 Row: 1)characteristic Material 2)T.Y

  • My iPhone4 loses signal and when I do hard reset, I can't send or receive SMS and calls. I have to back-up and restore weekly!

    It started last month before I ungraded to iOS5. So my network provider advised me to upgrade. It fixed the problem but it happens again after several days. I lose signal then when I do hard reset, signal is back but I can't send or receive SMS or ma