WSDL ACL update is controled by?...What's causing the timeout?

I am doing some small tests.
- drop localhost.xml
- register localhost (allow all *)
- check wsdl call ("OK")
- drop localhost.xml
- register localhost (disallow via for instance 192.* --> server / network is in 10.* domain)
- check wsdl call ("Not OK" --> ORA-24247 -- which is the expected result)
- drop localhost.xml
- register localhost (allow all *)
- check wsdl call ("Not OK" --> ORA-24247 -- which is the expected result)
While hitting "/" multiple times after 1/2 min or so the check wsdl is OK again.
I am using two sessions
- SYS using SQLPlus on localhost to change the entries for "localhost.xml"
-"MARK" user account that uses SQL*Plus via a TNS connection on my client
test is based on Testing Protocol Server  WSDL functionality ("Testing Protocol Server WSDL functionality")
There is a timeout before I can access the oraws service again? Whats causing this?

=== SQLPlus session SYS ===
BEGIN   DBMS_NETWORK_ACL_ADMIN.DROP_ACL(acl => 'localhost.xml'); end;
commit;
begin
  dbms_network_acl_admin.create_acl('localhost.xml', 'Description here', 'MARK', true, 'connect');
  dbms_network_acl_admin.assign_acl('localhost.xml', '*');
end;
COMMIT
alter system register
/=== SQL Plus Session "Mark" ===
SQL> select  httpuritype( :url ).getXML() from dual
  2  /
HTTPURITYPE(:URL).GETXML()
<definitions name="SQUARE"
    targetNamespace="http://xmlns.oracle.com/orawsv/MARK/SQUARE"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:tns="http://xmlns.oracle.com/orawsv/MARK/SQUARE"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
  <types>
    <xsd:schema targetNamespace="http://xmlns.oracle.com/orawsv/MARK/SQUARE"
     elementFormDefault="qualified">
      <xsd:element name="SQUAREInput">
        <xsd:complexType>
            <xsd:sequence>
              <xsd:element name="PARM-NUMBER-INOUT" type="xsd:double"/>
            </xsd:sequence>
          </xsd:complexType>
      </xsd:element>
      <xsd:element name="SQUAREOutput">
        <xsd:complexType>
            <xsd:sequence>
              <xsd:element name="PARM" type="xsd:double"/>
            </xsd:sequence>
          </xsd:complexType>
      </xsd:element>
   </xsd:schema>
  </types>
  <message name="SQUAREInputMessage">
    <part name="parameters" element="tns:SQUAREInput"/>
  </message>
  <message name="SQUAREOutputMessage">
    <part name="parameters" element="tns:SQUAREOutput"/>
  </message>
  <portType name="SQUAREPortType">
  <operation name="SQUARE">
      <input message="tns:SQUAREInputMessage"/>
      <output message="tns:SQUAREOutputMessage"/>
    </operation>
  </portType>
  <binding name="SQUAREBinding"
           type="tns:SQUAREPortType">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="SQUARE">
      <soap:operation
soapAction="SQUARE"/>
      <input>
        <soap:body parts="parameters" use="literal"/>
      </input>
      <output>
        <soap:body parts="parameters" use="literal"/>
      </output>
    </operation>
  </binding>
  <service name="SQUAREService">
    <documentation>Oracle Web Service</documentation>
    <port name="SQUAREPort" binding="tns:SQUAREBinding">
       <soap:address
             location="http://10.252.252.102:8080/orawsv/MARK/SQUARE"/>
     </port>
  </service>
</definitions>
1 row selected.==== SQLPlus session SYS ====
BEGIN   DBMS_NETWORK_ACL_ADMIN.DROP_ACL(acl => 'localhost.xml'); end;
commit;
begin
  dbms_network_acl_admin.create_acl('localhost.xml', 'Description here', 'MARK', true, 'connect');
  dbms_network_acl_admin.assign_acl('localhost.xml', '192.*');
end;
COMMIT
alter system register
/==== SQLPlus session "MARK" ====
SQL> /
ERROR:
ORA-29273: HTTP request failed
ORA-06512: at "SYS.UTL_HTTP", line 1674
ORA-24247: network access denied by access control list (ACL)
ORA-06512: at "SYS.HTTPURITYPE", line 34
ORA-06512: at "SYS.HTTPURITYPE", line 97
no rows selected=== SQLPlus session "SYS" ===
BEGIN   DBMS_NETWORK_ACL_ADMIN.DROP_ACL(acl => 'localhost.xml'); end;
commit;
begin
  dbms_network_acl_admin.create_acl('localhost.xml', 'Description here', 'MARK', true, 'connect');
  dbms_network_acl_admin.assign_acl('localhost.xml', '*');
end;
COMMIT
alter system register
/=== SQLPlus session "MARK" ===
SQL> /
ERROR:
ORA-29273: HTTP request failed
ORA-06512: at "SYS.UTL_HTTP", line 1674
ORA-24247: network access denied by access control list (ACL)
ORA-06512: at "SYS.HTTPURITYPE", line 34
ORA-06512: at "SYS.HTTPURITYPE", line 97
no rows selected
SQL> /
ERROR:
ORA-29273: HTTP request failed
ORA-06512: at "SYS.UTL_HTTP", line 1674
ORA-24247: network access denied by access control list (ACL)
ORA-06512: at "SYS.HTTPURITYPE", line 34
ORA-06512: at "SYS.HTTPURITYPE", line 97
no rows selected
SQL> /
ERROR:
ORA-29273: HTTP request failed
ORA-06512: at "SYS.UTL_HTTP", line 1674
ORA-24247: network access denied by access control list (ACL)
ORA-06512: at "SYS.HTTPURITYPE", line 34
ORA-06512: at "SYS.HTTPURITYPE", line 97
no rows selected
SQL> /
ERROR:
ORA-29273: HTTP request failed
ORA-06512: at "SYS.UTL_HTTP", line 1674
ORA-24247: network access denied by access control list (ACL)
ORA-06512: at "SYS.HTTPURITYPE", line 34
ORA-06512: at "SYS.HTTPURITYPE", line 97
no rows selected
SQL> /
ERROR:
ORA-29273: HTTP request failed
ORA-06512: at "SYS.UTL_HTTP", line 1674
ORA-24247: network access denied by access control list (ACL)
ORA-06512: at "SYS.HTTPURITYPE", line 34
ORA-06512: at "SYS.HTTPURITYPE", line 97
no rows selected
SQL> /
ERROR:
ORA-29273: HTTP request failed
ORA-06512: at "SYS.UTL_HTTP", line 1674
ORA-24247: network access denied by access control list (ACL)
ORA-06512: at "SYS.HTTPURITYPE", line 34
ORA-06512: at "SYS.HTTPURITYPE", line 97
no rows selected
SQL> /
ERROR:
ORA-29273: HTTP request failed
ORA-06512: at "SYS.UTL_HTTP", line 1674
ORA-24247: network access denied by access control list (ACL)
ORA-06512: at "SYS.HTTPURITYPE", line 34
ORA-06512: at "SYS.HTTPURITYPE", line 97
no rows selected
SQL> /
ERROR:
ORA-29273: HTTP request failed
ORA-06512: at "SYS.UTL_HTTP", line 1674
ORA-24247: network access denied by access control list (ACL)
ORA-06512: at "SYS.HTTPURITYPE", line 34
ORA-06512: at "SYS.HTTPURITYPE", line 97
no rows selected
SQL> /
ERROR:
ORA-29273: HTTP request failed
ORA-06512: at "SYS.UTL_HTTP", line 1674
ORA-24247: network access denied by access control list (ACL)
ORA-06512: at "SYS.HTTPURITYPE", line 34
ORA-06512: at "SYS.HTTPURITYPE", line 97
no rows selected
SQL>
SQL> /
ERROR:
ORA-29273: HTTP request failed
ORA-06512: at "SYS.UTL_HTTP", line 1674
ORA-24247: network access denied by access control list (ACL)
ORA-06512: at "SYS.HTTPURITYPE", line 34
ORA-06512: at "SYS.HTTPURITYPE", line 97
no rows selected
SQL> /
HTTPURITYPE(:URL).GETXML()
<definitions name="SQUARE"
    targetNamespace="http://xmlns.oracle.com/orawsv/MARK/SQUARE"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:tns="http://xmlns.oracle.com/orawsv/MARK/SQUARE"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
  <types>
    <xsd:schema targetNamespace="http://xmlns.oracle.com/orawsv/MARK/SQUARE"
     elementFormDefault="qualified">
      <xsd:element name="SQUAREInput">
        <xsd:complexType>
            <xsd:sequence>
              <xsd:element name="PARM-NUMBER-INOUT" type="xsd:double"/>
            </xsd:sequence>
          </xsd:complexType>
      </xsd:element>
      <xsd:element name="SQUAREOutput">
        <xsd:complexType>
            <xsd:sequence>
              <xsd:element name="PARM" type="xsd:double"/>
            </xsd:sequence>
          </xsd:complexType>
      </xsd:element>
   </xsd:schema>
  </types>
  <message name="SQUAREInputMessage">
    <part name="parameters" element="tns:SQUAREInput"/>
  </message>
  <message name="SQUAREOutputMessage">
    <part name="parameters" element="tns:SQUAREOutput"/>
  </message>
  <portType name="SQUAREPortType">
  <operation name="SQUARE">
      <input message="tns:SQUAREInputMessage"/>
      <output message="tns:SQUAREOutputMessage"/>
    </operation>
  </portType>
  <binding name="SQUAREBinding"
           type="tns:SQUAREPortType">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="SQUARE">
      <soap:operation
soapAction="SQUARE"/>
      <input>
        <soap:body parts="parameters" use="literal"/>
      </input>
      <output>
        <soap:body parts="parameters" use="literal"/>
      </output>
    </operation>
  </binding>
  <service name="SQUAREService">
    <documentation>Oracle Web Service</documentation>
    <port name="SQUAREPort" binding="tns:SQUAREBinding">
       <soap:address
             location="http://10.252.252.102:8080/orawsv/MARK/SQUARE"/>
     </port>
  </service>
</definitions>
1 row selected.Message was edited by:
Marco Gralike

Similar Messages

  • Just updated iMovie today. What happened to the Ripple transition?

    Just updated iMovie today. What happened to the Ripple transitions?

    I had the same problem.  After about and hour with Apple care and several different people, I was told Apple eliminated the Ripple transition as part of the 9.0.6 update.  It's gone...no way to get it back in 9.0.6.  I was just finishing a project that used a bunch of this transition, so I found a work around.  I used Time Machine to revert back to the old version of iMovie (9.0.4).  When asked if I wanted to replace or keep both files, I elected to keep both files.  I now have a version of iMovie called iMovie (Original).  That still has the Ripple effect.  Seems to be working fine also.  I can't image why Apple did this.  I left feedback in the feedback forum.  Recommend we all do it so they will place the Ripple back.  This is the first time I've really used iMovie for a big project.  I've discovered I'm probably better off with something like Final Cut or Adobe Elements.  That's what I know.  Hope it helps.

  • When I put my iphone 4s into my pocket (pants or coat) and move it around, the phone beeps/makes a tone. I can't figure out what is causing the noise.

    I have a strange problem. When I put my iphone 4S into my pocket (pants or coat) and move it around, the phone makes a beep noise/tone. I can't figure out what is causing the noise. It doesn't sound like any of my regular applications. Maybe it is the lock noise but I can't tell for sure.  More movement makes more beeps.  Even walking with my phone in my pocket creates beeps.  The IOS is 7.0.4 (11B554a).  Anyone else have this crazy problem?

    Try This...
    Close All Open Apps... Sign Out of your Account... Perform a Reset...
    Reset  ( No Data will be Lost )
    Press and hold the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Release the Buttons.
    http://support.apple.com/kb/ht1430
    If the issue persists...
    Connect to iTunes on the computer you usually Sync with and Restore
    http://support.apple.com/kb/HT1414
    Make sure you have the Latest Version of iTunes (v11) Installed on your computer
    iTunes free download from www.itunes.com/download

  • At times, the type in the bookmarks toolbar as well as the tabs changes to white with a drop shadow on a white background, making it very difficult to read. I do not know what it causing the colors to change. Is there any way to fix this?

    At times, the type in the bookmarks toolbar as well as the tabs changes to white with a drop shadow on a white background, making it very difficult to read. I do not know what it causing the colors to change. Is there any way to fix this?

    quick test based on screendump from your picture
    1: hue & saturation : master sat -100
    2:levels : input white=67
    OK ?

  • Suddenly all of my Office-programs have stopped working and will not launch on my MacBook. Could anyone give an amateur from Norway a hint of what may cause the problem? And I can not find the installation-disc for Office...Super! :)

    Suddenly all of my Office-programs have stopped working and will not launch on my MacBook. They were all already installed when I bought the computer. Could anyone give an amateur from Norway a hint of what may cause the problem? (And I can not find the installation-disc for the Office Programs...Super!)

    Have you contacted Microsoft support - http://www.microsoft.com/mac/support ? 

  • What can cause the power source to malfunction?

    What can cause the power source to malfunction?

    Intel-Based Apple Portables: Troubleshooting a computer that will not power on
    Apple Portables: Resetting the System Management Controller (SMC)
    Resetting your Mac's PRAM and NVRAM

  • What would cause the microphone in the iPhone 3Gs to stop working?

    What would cause the microphone in the iphone 3Gs to stop working?

    Basic troubleshooting steps are restart, reset, restore.  If these are tried and you still have problems then you have a hardware failure and will need to have your phone replaced by Apple.

  • HT201777 WHAT IS CAUSING THE NO AUDIO ISSUE ON APPLE TV?????

    I work at a school. Every single classroom has an apple TV device connected to all projectors.
    Staff constantly have issues where they are seeing visual but NO SOUND.
    We created an Airplay Audio Fix in which they can install! (takes about 10 seconds) this disconnects them from the ATV.
    Once they connect back up as per normal and use audio the audio comes back instantly.
    We are unsure of what is causing the NO SOUND issue.
    We know how to fix it otherwise (powering off ATV, unplugging the cables etc... OR OUR AIRPLAY FIX which saves us a lot of time from running from classroom to classroom.
    DOES ANYONE KNOW WHAT IS CAUSING THE NO AUDIO ISSUE? I HAVE COME TO A CONCLUSION THAT IT MAY BE BECAUSE STAFF ARE NOT DISCONNECTING FROM THE ATV BEFORE THEY LEAVE THE CLASSROOM I.E. CLOSING THE LAPTOP LID, WALKING AWAY FROM THE CLASSROOM VIA THE IPAD ETC..
    THIS MAY NOT BE THE CASE AND AM WONDERING IF ANYONE KNOW WHY THE ISSUE OCCURS. I DON'T NEED TO KNOW HOW TO FIX AND WE HAVE A SIMPLE FIX BUT JUST THE CAUSE OF THE PROBLEM.
    ANY INFORMATION WOULD BE HIGHLY APPRECIATED.
    THANKS FOR ANY SUPPORT.

    Could be network bandwidth issue transiently if Macbook makes loads of wi-fi accesses when starting.
    Could be wireless router transiently becoming unresponsive to AppleTv while it negotiates with the new device.
    Could be the MacBook finding AppleTV and some communication between them taking priority on the AppleTV such that AppleTV can't handle the music playback too - it should be designed to be resilient to this sort of thing, but it isn't a very powerful device and some hiccups i think are due to it's hardware not coping, just like a computer becoming transiently unresponsive if CPU hogged by some process.
    If you are opening iTunes on Macbook, try unchecking 'Look for AppleTVs' in Preferences - I seem to recall a few people saying this helped a similar issue, and it would imply that this prevented some interaction between itunes and AppleTV that stopped other functions transiently.

  • An iBook G4 is not always recognised by the NEC V260X projector. Sometimes it is and sometimes not. It isn't clear what is causing the instability. Any ideas?

    Sometimes the projector recognises it as a computer input, and sometimes not (so it doesn't project anything). It isn't clear what is causing the instability. Does anyone have any ideas what might be causing it?

    Sometimes the projector recognises it as a computer input, and sometimes not (so it doesn't project anything). It isn't clear what is causing the instability. Does anyone have any ideas what might be causing it?

  • Computer fails to boot up after password change. After new password keyed in, computer also asked for old password. But even when old password supplied, computer just freezes and fails to boot up. What is causing the problem and how can one solve it?

    Changed password on MacBook Pro recently. But after password change. Computer ask for old password, thereafter. Even when correctly supplying the old password. Computer system does not boot up and just freezes. What is causing the problem and how can one resolve the issue?

    OS X 10.7 Lion, 10.8 Mountain Lion, 10.9 Mavericks and 10.10 Yosemite
    Reset Password
    Start the computer,then press and hold down command and R keys to start into recovery partition.
    When you see the Apple logo, release the keys.
    Wait until  OS X Utilities window shows up.
    Move the mouse pointer to the menubar at the top and click "Utilities", then select "Terminal"
    from the drop down.
    Terminal window will appear.
    Type in   resetpassword   and press enter on the keyboard.
    Leave the Terminal window open.
    Reset Password Utility window will open with Macintosh HD selected.
    Select the user account from the popup menu box under “Select user account”.
    Enter a new password.
    Reenter the new password for the user.
    Enter a hint.
    Click the "Save" button.
    Click  in the menubar and select Restart.
    Log in.
    If Keychain dialog box appears, select “Create New Keychain”.

  • What would cause the original I Pad shut itself off while playing games or online? it is not a battery issue or time issue. When I turn it back on it goes to were I was  when I was online ,but have to start games over.

    What would cause the original I Pad shut itself off while playing games or online? it is not a battery issue or time issue. When I turn it back on it goes to were I was  when I was online ,but have to start games over.

    The original iPad has a slow processor and only 256 MB of memory so it often runs into low-memory failures.
    Double click the home button and dismiss all of the recents - I do that weekly.
    Then reboot by holding both the power and home buttons until the apple logo appears, ignore the red slider - I also do that weekly.
    Both seem to help to reduce the low-memory faults that occur.

  • HT1338 Occasionally my caps lock key blinks some time later my keyboard locks up what is causing the blinking and is it related to my keyboard locking.

    Occasionally my caps lock key blinks some time later my keyboard locks up what is causing the blinking and is it related to my keyboard locking.
    This blinking occurs when no keyboarding is going on.
    Back-up is not running.
    I am on-line.

    Anthony:
    The normal practice is to use the Shift key when typing a single Capital letter, as in a name or the beginning of a sentence, and the Caps Lock key to type all caps. The easiest thing would be for you to retrain your little finger to use the Shift instead of Caps Lock. I know of no way to display an icon at the bottom of the monitor to display that the caps lock key is engaged.
    cornelius

  • What would cause the flash not to fire?

    What would cause 580ex not to fire?

    Can you be more specific?
    When you power it on, you should get a red Pilot light when it's ready to fire.  If you press the light (it's a button) it should test-fire the flash.  That will confirm the flash actually works.
    You can tell the camera to disable the flash... this is useful when you just want to use the flash's focus-assist beam to help the camera lock focus, but do not actually want the flash to fire.  Check your camera menu... probably under "External Speedlite Control" -> "Flash Firing" and check that it is set to "Enable".
    Tim Campbell
    5D II, 5D III, 60Da

  • Photoshop CS4 for Mac What can cause the error: Plug-in failed to load - NO VERSION

    With Photoshop CS4 for Mac I install the Kodak Plug-in DIGITAL GEM Airbrush Professional v2.1.0. When Photoshop starts I get an error:
    Plug-ins that failed to load:
       DIGITAL GEM Airbrush Professional v2.1.0 NO VERSION -  - from the file “DigitalAIRProv2.plugin”Flash:
       Connections
       Kuler
    This plug-in works fine on my Mac Pro with Photoshop CS4 and OS 10.6 but fails on a new Macbook Air.
    Reinstalling the plug-in did not make any difference. What can cause this error?

    Thanks Chris, That was my first thought too but this same plug-in works on another installation of CS4. This is a Mac installation and the plug-in is Universal so it should work. Is there any other possible cause for this error? Would Photoshop refuse to load a plug-in in a low memory situation?
    Also, The Flash extensions:Connections and Kuler are working OK, I just copied a little more out of the System Info report than I needed to.

  • What would cause the printer to only print text in microsoft word but no images

    i have a  hp deskjet D1320 printer, windows xp operating system, and i have always printed greeting cards from microsoft word by inserting an image and then printing it with the printer set to duplex(2sided)printing option, so after you print the image you flip the card around and then print the text on the inside of the card. now the printer does not print any images when i insert the image and then click print it just runs 1 piece of paper through the printer and stops but it will still print text just fine, does anyone know what would cause this type of an issue?
                                                                  thank-you,
                                                                                     hwnugent

    Hi there hwnugent,
    Try downloading and running the print and scan doctor located here:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c03275041&cc=us&dlc=en&lc=en
    It can fix a lot on its own and if not give a better idea of what is going on. Let us know the results.
    Best of Luck!
    You can say thanks by clicking the Kudos Star in my post. If my post resolves your problem, please mark it as Accepted Solution so others can benefit too.

Maybe you are looking for