Oracle Reports  jax-ws webservice on https port shows soap address on http

- there is a Oracle Reports jax-ws webservice
- it is working fine on http port
- but on https port the wsdl show the soap address location still on http . Shouldnt it be https port ?
Is there anything end user / webservice developer can do to fix this. then we can contact Oracle Reports webservices developer with the suggestions
https://host:8890/reports/rwwebservice?wsdl
<soap:address location="http://host:8890/reports/rwwebservice"/> # http
TIA

- there is a Oracle Reports jax-ws webservice
- it is working fine on http port
- but on https port the wsdl show the soap address location still on http . Shouldnt it be https port ?
Is there anything end user / webservice developer can do to fix this. then we can contact Oracle Reports webservices developer with the suggestions
https://host:8890/reports/rwwebservice?wsdl
<soap:address location="http://host:8890/reports/rwwebservice"/> # http
TIA

Similar Messages

  • HTTPS Port for SOAP Adapter PI 7.1 (XI)

    Hello Colleagues,
    we plan to configure an Sender SOAP Adapter (without SOAP envelope) as HTTPS message receiver with HTTP Security Level "HTTPS with Client Authentication".
    Does anyone know if this works and which port will be used. For my understanding it must be 443.
    If not, it's possible to change the port to 443?
    Regards,
    Jochen

    Hi Prateek,
    many thanks!
    Where can i do the port change?
    Many thanks in advance!
    Regards,
    Jochen

  • Oracle reports general query

    Can DDL statements be run from Oracle reports
    If yes how?
    Thanks,
    sagar

    hi;
    Please check below link:
    http://freshers-oracleapplications.blogspot.com/2008/06/reports.html
    Regard
    Helios

  • URGENT:Oracle reports pdfs

    Hello,
    I am working on oracle reports10g(10.1.2.0).i am new to it.Can anyone help me in finding good developer guide to learn oracle reports .

    Hi,
    not bad is the visual index in the docs: http://download.oracle.com/docs/cd/B14099_17/bi.1012/b13895/orbr_visidx.htm#i1015533
    But best is a two-day coaching with someone ....

  • Jax-rpc WebServices

    I've built a test webservices with NetBeans 5.0 on Sun AS8.2, and the ws works fine from Java clients and Windows client (developed in Delphi). When I register the WebServices WSDL in APEX the wizard works and the registration procedure go to end without problems. When I try to test the ws from Web Service Reference Page the section Input parameters remain clean without any reference to the single input parameter that I've declared on WSDL.
    This is the wsdl :
    <?xml version="1.0" encoding="UTF-8"?><definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="urn:hrm/wsdl" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" name="hrm" targetNamespace="urn:hrm/wsdl">
    <types/>
    <message name="hrmSEI_test">
    <part name="String_1" type="xsd:string"/></message>
    <message name="hrmSEI_testResponse">
    <part name="result" type="xsd:string"/></message>
    <portType name="hrmSEI">
    <operation name="test" parameterOrder="String_1">
    <input message="tns:hrmSEI_test"/>
    <output message="tns:hrmSEI_testResponse"/></operation></portType>
    <binding name="hrmSEIBinding" type="tns:hrmSEI">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/>
    <operation name="test">
    <soap:operation soapAction=""/>
    <input>
    <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="urn:hrm/wsdl"/></input>
    <output>
    <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="urn:hrm/wsdl"/></output></operation></binding>
    <service name="Hrm">
    <port name="hrmSEIPort" binding="tns:hrmSEIBinding">
    <soap:address location="http://10.0.0.2:8081/orgbi/hrm" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/></port></service></definitions>
    Anyone have any idea to resolve this issue ?
    thank you
    Luciano

    hi luciano--
    could you please provide the wsdl location so i can see this for myself locally?
    thanks,
    raj

  • Oracle Reports 10g cgicmd.dat

    Hello!
    We are migrating from oracle reports 6i to 10g. The URL before looked like this:
    http://localhost:7778/cgi-bin/rwcgi60.exe?ebib_dev+BibArve.rep+44252
    We use now rwservlet instead, thus the link is the following:
    http://localhost:7778/reports/rwservlet?ebib_dev+BibArve.rep+44252
    The appropriate record in cgicmd.dat is:
    ebib_dev: report=%1 P1=%2 desformat=pdf destype=cache userid=user/passwd@MYDB
    When executing the URL we get the following error:
    REP-110: File 'BibArve.rep=' not found.
    REP-0110: Unable to open file 'BibArve.rep='.
    Why this extra "=" appears? I have no idea :( I tried "&" instead of "+", same effect
    Please help!
    Thanks in advance,
    Andrei

    Andrei,
    this is filed as bug 4671569
    To work around this issue, use %* and add the parameters to the Reports URL
    e.g.
    http://localhost:7778/reports/rwservlet?ebib_dev&report=BibArve.rep...
    cgicmd.dat
    ebib_dev: desformat=pdf destype=cache userid=user/passwd@MYDB %*
    For more information regarding the bug, please contact customer support at metalink.oracle.com
    Frank

  • Calling Oracle Reports with paramters

    it would be great, if it is possible to call an oracle report9i with a paramter. The call of oracle report works well, when the button with the URL (for example: http://oas-haj02.hlf.de:7779/reports/rwservlet?CR_FORMULAR) is pressed. Now i want to pass the value of an item of a htmldb-page to the reports as a paramter. How must the URL look like, that it work?

    Jochen,
    sorry for my last post, I was too hasty.
    It was the right answer for the wrong question ;). My solution addressed a report, not calling the url from a button.
    This is a bit difficult, since you cannot really add attributes to the hyperlink of the button (or additional handlers to the html button).
    So I guess you have two options:
    1) create your own button template and code the anchor tag with the attribute target="_blank".
    2) use javascript in the url:
    javascript:popupURL('http://oas-haj02.hlf.de:7779/reports/rwservlet?CR_FORMULAR');BTW, why don't you want to use javascript? It is used by HTML DB all the time.
    ~Dietmar.

  • How to call Oracle Reports from APEX

    Dear All,
    I am new to APEX. My first job assignment is "calling oracle reports from apex".
    Can any one help me on this? Is there any online examples / tutorials from OTN site?
    TIA.

    Hi Joe,
    the how-to is still valid for APEX 3.0. Calling an Oracle Report from APEX is still the same, it's basically the URL you build for the report call and Oracle Reports hasn't changed that format.
    Patrick
    My APEX Blog: http://inside-apex.blogspot.com
    The ApexLib Framework: http://apexlib.sourceforge.net
    The APEX Builder Plugin: http://sourceforge.net/projects/apexplugin/

  • How to enable HTTPS Port in abap system

    Hello All,
    Hope all are doing great,can any one please tell me the procedure step by step how can i enable https port in my only abap system,is it required to enable ssl also for this?..
    Regards,
    Syed

    Hi,
    For enabling the HTTPS port you need to do alot many things
    At first change the para meters in Rz10
    icm/server_port_0 - PROT=HTTPS, PORT=1443, TIMEOUT=900
    icm/HTTPS/verify_client - 1
    ms/server_port_0 - PROT=HTTPS, PORT=1443
    SE80 - Utilities > Settings > Internet Transaction Sevrer = HTTPS
    and also check SMICM under Services HTTPS is not showing as Active
    and still if you are facing any issue with the port check with the network team/firewall team whether any port is being blocked on the network/firewall.
    Regards
    Mohammed nizam

  • When accessed from Firewall, the OSB WSDL is inserting schemalocation with HTTP port instead of HTTPS

    We have OSB service and we are able to access over firewall. Also the WSDL, Schemas etc., But when we external users access the WSDL, they are not able to get complete content i.e schemas are not imported.
    Reason is WSDL has http (<import schemaLocation="http://test.com:80/xxxxxx/Proxy/schema") with port no 80 instead of https (<import schemaLocation="https://test.com/xxxxxx/Proxy/schema") .
    Since we don't specify the complete schema location in WSDL, how does WSDL include the complete schema path? And how to change it https path instead of http?

    Namaste,
    Sorry for the delayed response.
    Yet, my one query is not answered.
    Q:Are you ABLE to get the Desired path in Endpoint URL(https) as well?
    Explanation:
    What I mean is, When the external users access the WSDL (I am assuming External Users are able to access WSDL through Firewall),
    As you have mentioned that XSD imports have HTTP instead of HTTPS, but how about the soap:address location? Even this points to HTTP instead of HTTPS?
    (Ex:
    <wsdl:service name="CaduceusSiteService">
        <wsdl:port name="site_pt" binding="tns:site_pttBinding">
            <soap:address location="https://www.test.com/test123"/>    ---> is this HTTP or HTTPS?
        </wsdl:port>
    </wsdl:service>
    BTW, did you set, HTTP Transport Configuration --> HTTPS required parameter to "YES"? (This is a prerequisite).
    We had a similar issue, where we had HTTP instead of HTTPS when WSDL accessed from Firewall.
    However, after lot of struggle, we got it worked after changing Firewall (MS TMG) settings to support for "text/xml".
    I think, it could be the same settings needed to done in your case too. Please do check the firewall settings.
    Thanks,
    Nagaraj Ganapa

  • How to remove Oracle reports banner from portal

    Hi,
    I tried to rerun the rwaddpag.sql script. I tried to delete Reports security pages,Reports security Banner,
    ORACLE Repots security provider. I Succefully deleted Oracle Reports Security and Oracle Reports Security provider.
    But Oracle secutity Banner not deleting. I tried so many times it's not deleting. Please give me a solution
    for deleting Reports Banner from protal,without deleting this one I can't run rwaddpag.sql successfully.

    Hi,
    I am using Oracle 9iAS Release 2(9.0.2.0.1)
    Portal Version 9.0.2.2.22
    Following steps taken for deletion
    1)Removing Reports Security Pages
    Log on to Oracle 9iAS portal,Click Builder to go to Oracle 9iAS Portal Builder. Click Navigator. In the find filed, search for %reports security%. Deleted the pages named Oracle Reports Security.
    2)Removing the Reports Security Provider.
    Log on to Oracle 9iAS portal,Click Builder to go to Oracle 9iAS Portal Builder.goto Build tab. In the provider portlet , typed ORACLE REPORTS SECURITY in the Name filed. Clicked Delete.
    3)Same procedure I done for Oracle Reports Security Banner
    but it is not deleting.
    The Oracle report Security and Oracle Reports Security provider deleting time it will ask confirmation for delete. But Oracle Reports Security Banner Delete clicking time nothing showing just a blank screen
    Best Regards
    Satheesh Kumar

  • HTTPS post using SOAP

    All,
    I have to make a HTTPS post to an URL https://.......
    Can I do it using SOAP receiver adapter - using - "Dont Use SOAP envelope" option.
    Please advice...
    reg

    Bhavesh,
    Could you please share your thoughts on the following....
    1. Enabled SSL on JAVA engine. - can access https://server:httpsprot(50001)/index.html - but gives a warning that cerficate expired.
    2. We have messages coming from a vendor - outside our firewall. - We have not exchanged any certs or keys.
    I have configured a sender SOAP with -
    Transprot Protocol - HTTP
    Message Protocol - SOAP 1.1
    HTTPS security Level - HTTPS Without Client Authentication.
    I have generated a webservice, used SOAP UI - to send a SOAP request to XI. I can see the message in moni. The end point in the SOAP UI is -
    https://<SERVER>:<HTTPS Port>/XISOAPAdapter/MessageServlet?channel=party:service:channel
    Is there anything that I will have to do to accept the messages from the vendor.
    I am trying to skip the ssl enablement on ABAP engine - so using SOAP adapter.
    When tried to post some data from a webmethods server, it is giving error for some SSL certificatie. As a part of SSL enablement on JAVA, I dont think basis team did install any certificate.
    reg

  • XI3.0: Soap Sender with HTTPS

    I have enabled HTTPS on our J2EE stack.
    We have a soap sender which works fine using http and username/password authentication.
    When I switch "HTTP Security level" on the SOAP sender to "HTTPS without client authentication" and sends the SOAP request to the HTTPS port XI (j2ee) returns a HTTP errorcode 403 Forbidden. No explanation, and I can't find any traces in the logs.
    Please help/advise!
    -AD

    The solution was very simple!
    The client accessing XI was using a .NET application which picked up Internet explorer's proxy settings, even if the .NET application it self activly set NO proxy!,...and that proxy did not allow https
    Nothing to do with XI at all. Everything worked as soon as we got rid of that.
    -AD

  • Warning: ignoring port "AshHlcMemMntcSOAP": no SOAP address specified

    I'm running wsimport from the Sun 1.6 jdk. I'm getting the following message and I don't know why.
    Can anyone make some suggestions?
    Thanks in advance,
    F
    [WARNING] ignoring port "AshHlcMemMntcSOAP": no SOAP address specified. try running wsimport with -extension switch.
    line 181 of file:/C:/users/xxx/ATV/AshHlc-WS/10-10%20Jax-WS%20Working/AshHlcMemMntc.wsdl
    [WARNING] Service "AshHlcMemMntc" does not contain any usable ports. try running wsimport with -extension switch.
    line 178 of file:/C:/users/xxx/ATV/AshHlc-WS/10-10%20Jax-WS%20Working/AshHlcMemMntc.wsdl
    Portion of file. First line is number 178:
    <wsdl:service name="AshHlcMemMntc">
    <wsdl:port
    binding="tns:AshHlcMemMntcSOAP"
    name="AshHlcMemMntcSOAP">
    <soap:address
    location="http://localhost:9080/mms/services/AshHlcMemMntc" />
    </wsdl:port>
    </wsdl:service>

    I was able to solve my problem! I had a bad URL in my namespace definitions and that was messing everything up. I with the error message was more informative...
    Bad: xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap"
    Good: xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    Note the missing last slash. That was all...
    F

  • JMS transport - weblogic changes soap:address location="jms:.. to http

    Hi,
    Please help me to configure web service to use only jms transport.
    I try to create web service that uses JMS transport.
    I started from WSDL where I placed two elements:
    <soap:binding style="document"
                   transport="http://www.openuri.org/2002/04/soap/jms" />
    and
    <soap:address location="jms://host:7041/contextPathName/serviceUriName?URI=queueName" />
    Then in web service implementation I placed following annotation:
    @WLJmsTransport(contextPath = "contextPathName", serviceUri = "serviceUriName", portName = "portName", queue = "queueName", connectionFactory = "connectionFactoryName")
    Deployment is successful but when I look at generated WSDL (Admin console) I see that weblogic has changed <soap:address location="jms:.. to <soap:address location="http....
    And when I look at monitoring I see that port is using JMS transport.
    When I try to test my service using Admin console Test client I see that the queue is not used (Admin console/monitoring/Messages total is still 0) and service uses (I suppose) http transport.

    Hi,
    Please change "http://www.openuri.org/2002/04/soap/jms" to http://www.openuri.org/2002/04/soap/jms/ for soap1.1 or http://www.openuri.org/2002/04/soap12/jms/ for soap1.2.
    There must be some mismatch between edoc and implementation.
    -LJ

Maybe you are looking for