WMS GetCapabilities response problem

Hi forum, we have an oracle mapviewer problem with the wms datasource and the GetCapabilities request:
MapViewer Version: Ver1033p5_B081010 (with OAS 10.1.3)
Request: http://localhost:8888/mapviewer/wms?REQUEST=GetCapabilities&SERVICE=WMS&VERSION=1.3.0
We have datasources named ds1, ds2 and wms. The database user for the wms datasource is wms. The result of the GetCapabilities service lists up ALL defined themes for ALL datasources. The wms user is owner of only 1 defines theme!
Users for ds1 and ds2 are different users with different themes.
The documentations (E.1.2) says:
You must define a MapViewer data source named wms, unless every incoming WMS
request explicitly specifies a datasource CGI parameter. All requests that do not
specify the datasource parameter are by default directed to the data source named
wms. For example, the GetCapabilities request will by default list all the available
themes that are in the wms data source.
But the response in our environment contains all defined themes for all datasources, not only the themes defined for the wms datasource. If we delete ds1 and/or ds2 the response contains only the themes of the available datasources.
Is there a workaround? Is it a bug?
Regards, Arnd

Response from Oracle:
The next MapViewer version contains a new configuration attribute:
<wms_config
     public_datasources="student,mvdemo">
     host="www.my_corp.com" port="80">
<title>
WMS 1.1 interface for Oracle Application Server 10g MapViewer
</title>
<abstract>
This WMS service is provided through Oracle MapViewer.
</abstract>
<keyword_list>
<keyword>bird</keyword>
<keyword>roadrunner</keyword>
<keyword>ambush</keyword>
</keyword_list>
<sdo_epsg_mapfile>
../config/epsg_srids.properties
</sdo_epsg_mapfile>
</wms_config>
public_datasources defines the datasources for the GetCapabilities Request.
Arnd.

Similar Messages

  • WMS GetCapabilities Error (1.3.0)

    Hi forum, i have configured the WMS secition in the mapviewer configuration file.
    GetCapabilities works for:
    http://localhost:8888/mapviewer/wms?REQUEST=GetCapabilities&SERVICE=WMS&VERSION=1.1.1
    http://localhost:8888/mapviewer/wms?REQUEST=GetCapabilities&SERVICE=WMS&VERSION=1.3.0 throws an internal server error. No information in the mapviewer log file.
    MapViewer version: Ver11_B100426
    What is the problem?
    Regards Arnd.

    Hi Arnd,
    as you appear to be using OC4J and these MapViewer libraries are prepared for WebLogic server, you may be facing the same problem described in this post.
    Re: Problem with ST_ANNOTATION_TEXT in MapViewer 11.1.1
    Follow the instructions there and see if it solves your problem.
    Joao

  • OPM Inventory Responsibility Problem

    Hello everybody !! I´m new in the forum.
    Here is my problem i´m working on a company rollup, with the next situation
    Company A: already working with OPM for a couple of years ago.
    Company B: setting up to go online in a few month
    I have to create a new master item organization, new process organization, new cia, etc.
    I´ve done this, with the guide of the white paper about OPM System Setup. (New SOB, New ORG, New CIA, New OU, Fiscal Policy, Item Master, New Warehouse, New User Organization assigment) Everything fine.
    The problem is that when i created a new responsability for Company B Opm Inventory, i configure the GMI Default Organization: Company B, MO Operating Unit: Company B, BUT: i´m stil seeing the Master Item Organization of the Company A.
    I have to setup another system profile ? I tried adding the Master Item Organization for the Company B in the Organization Item in the Opm Inventory responsability, but it was also added to the Company A.
    So when i add a new item from CIA B OPM Inventory it is created in both organizations.
    Something is missing, but i couldn´t find out.
    Thanks in advance,
    Gustavo

    Hi,
    Please Check the User Organizations...
    System Adminisrtation > User Organizations
    Please check then and reply which organizations u have selected there.
    Regards
    Srinivas

  • Viewing and retrieving PDF form responses problem

    Yesterday there were 2 submissions of our driver application form. One was my test and the other was from an actual applicant. Both were clearly displayed under the View Responses tab and I could click on either one and save as a PDF. Today I have 7 new responses. When I click on the number under Total I get a series of horizontal cells: Time Submitted  First Name Middle Name, etc. I am not seeing the individual submissions as I did yesterday. What's the fix.

    Hi,
    This FAQ may be useful for the missing responses, http://forums.adobe.com/docs/DOC-4071.  If still not solve the issue, you can share your forms with me, I'll try to help you find out what is the problem.  You can share the form to my email, [email protected]
    Regards,
    Perry

  • WebService SOAP response problems

    hey,
    I'm developing a WebService, using EJB's. I have a session bean, which has several methods. One of them returns, say, a class like follows:
    class TeamDTO implements Serializable {
    private String name;
    private Integer teamId;
    //getters and setters ..
    I have several such methods returning various, very similar, classes. Now the problem is, when I try to test my application in the Web Services Navigator the response NEVER contains all the fields I wish. Why is that? Example of a response:
    <SOAP-ENV:Envelope ...>
    <SOAP-ENV:Body>
      <rpl:getAllTeamsResponse  ... >
       <rpl:Response ...>
        <pns:TeamDTO>
         <pns:name>team0</pns:name>
        </pns:TeamDTO>
       </rpl:Response>
      </rpl:getAllTeamsResponse>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    But the TeamDTO class has apart from a name field an teamId field as well. What happened?! The same happens to other classes, but there's no rule about the missing column (first I thought it's the PK, like in the above example, but that's not the case).
    What am I doing wrong? Ah, the fields are definetely not null, since in the above case it's a PK.
    regards,
    Kornel

    Hey,
    thanks for your hint, but that's not the problem here - for the example I've posted above java.lang.Integer won't appear, and for another case java.lang.String (whereas in my example String appeared). I'm sure the problem is somewhere else.. What happens if the field is null, will the appropriate tag appear in the soap response?
    regards,
    Kornel

  • Webservice response problems

    hi,
    Iam trying to get my query webservice to function, but iam
    having severe problems. No information can be found to solve my
    problem, so Iam hoping some here can assist me in solving my
    problem.
    Iam getting errors (
    RPC Fault faultString="Unexpected parameter 'queryResponse'
    found in input arguments." faultCode="Client.Input"
    faultDetail="null"]
    at
    mx.rpc.soap::Operation/mx.rpc.soap:Operation::createFaultEvent()
    at mx.rpc.soap::Operation/
    http://www.adobe.com/2006/flex/mx/internal::invokePendingCall()
    at mx.rpc.soap::Operation/send()
    at Function/
    http://adobe.com/AS3/2006/builtin::apply()
    at mx.rpc.soap.mxml::Operation/send()
    at AlfrescoQuery/___Button1_click()
    I have tried everything I can think of, but to no avail...
    below is my flex code Iam using:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="absolute">
    <mx:Script>
    <![CDATA[
    import mx.rpc.events.ResultEvent;
    public function queryResultHandler(event:ResultEvent):void {
    ]]>
    </mx:Script>
    <mx:WebService id="alfServ"
    wsdl="
    http://myalfresco/alfresco/wsdl/repository-service.wsdl"
    endpointURI="http:/myalfresco8/alfresco/api/RepositoryService">
    <mx:operation name="query"
    result="queryResultHandler(event)">
    <mx:request>
    <store>
    <ns1:scheme xmlns:ns1="
    http://www.alfresco.org/ws/model/content/1.0">workspace</ns1:scheme>
    <ns2:address xmlns:ns2="
    http://www.alfresco.org/ws/model/content/1.0">SpacesStore</ns2:address>
    </store>
    <query>
    <ns3:language xmlns:ns3="
    http://www.alfresco.org/ws/model/content/1.0">lucene</ns3:language>
    <ns4:statement xmlns:ns4="
    http://www.alfresco.org/ws/model/content/1.0">TEXT:'alfresco
    development team'</ns4:statement>
    </query>
    <includeMetaData>false</includeMetaData>
    </mx:request>
    </mx:operation>
    </mx:WebService>
    <mx:Button x="88" y="45" label="Button"
    click="alfServ.query.send()"/>
    </mx:Application>
    But this does not work... HELP ME PLEASE....
    below included soap calls for the request and the response
    that is recieved....
    <?xml version="1.0" encoding="UTF-8"?>
    <soapenv:Envelope xmlns:soapenv="
    http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="
    http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="
    http://www.w3.org/2001/XMLSchema-instance">
    <soapenv:Body>
    <query xmlns="
    http://www.alfresco.org/ws/service/repository/1.0">
    <store>
    <ns1:scheme xmlns:ns1="
    http://www.alfresco.org/ws/model/content/1.0">workspace</ns1:scheme>
    <ns2:address xmlns:ns2="
    http://www.alfresco.org/ws/model/content/1.0">SpacesStore</ns2:address>
    </store>
    <query>
    <ns3:language xmlns:ns3="
    http://www.alfresco.org/ws/model/content/1.0">lucene</ns3:language>
    <ns4:statement xmlns:ns4="
    http://www.alfresco.org/ws/model/content/1.0">TEXT:'alfresco
    development team'</ns4:statement>
    </query>
    <includeMetaData>false</includeMetaData>
    </query>
    </soapenv:Body>
    </soapenv:Envelope>
    RESPONSE
    <soapenv:Envelope
    xmlns:soapenv="
    http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="
    http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="
    http://www.w3.org/2001/XMLSchema-instance">
    <soapenv:Body>
    <queryResponse
    xmlns="
    http://www.alfresco.org/ws/service/repository/1.0">
    <queryReturn>
    <querySession>
    52dbfef8-306d-11dc-9782-6160ed7fcc06
    </querySession>
    <resultSet>
    <ns1:rows
    xmlns:ns1="
    http://www.alfresco.org/ws/model/content/1.0">
    <ns1:rowIndex>0</ns1:rowIndex>
    <ns1:columns>
    <ns1:name>
    http://www.alfresco.org/model/system/1.0}store-protocol
    </ns1:name>
    <ns1:isMultiValue>false</ns1:isMultiValue>
    <ns1:value>workspace</ns1:value>
    </ns1:columns>
    <ns1:columns>
    <ns1:name>
    http://www.alfresco.org/model/content/1.0}modifier
    </ns1:name>
    <ns1:isMultiValue>false</ns1:isMultiValue>
    <ns1:value>admin</ns1:value>
    </ns1:columns>
    <ns1:columns>
    <ns1:name>
    http://www.alfresco.org/model/content/1.0}name
    </ns1:name>
    <ns1:isMultiValue>false</ns1:isMultiValue>
    <ns1:value>SampleContent.txt</ns1:value>
    </ns1:columns>
    <ns1:columns>
    <ns1:name>
    http://www.alfresco.org/model/system/1.0}node-dbid
    </ns1:name>
    <ns1:isMultiValue>false</ns1:isMultiValue>
    <ns1:value>2121</ns1:value>
    </ns1:columns>
    <ns1:columns>
    <ns1:name>
    http://www.alfresco.org/model/content/1.0}content
    </ns1:name>
    <ns1:isMultiValue>false</ns1:isMultiValue>
    <ns1:value>
    contentUrl=store://2007/7/12/13/42/05a414e3-306d-11dc-9782-6160ed7fcc06.bin|mimetype=text /plain|size=68|encoding=UTF-8|locale=en_US_
    </ns1:value>
    </ns1:columns>
    <ns1:columns>
    <ns1:name>
    http://www.alfresco.org/model/content/1.0}modified
    </ns1:name>
    <ns1:isMultiValue>false</ns1:isMultiValue>
    <ns1:value>
    2007-07-12T13:42:51.895+02:00
    </ns1:value>
    </ns1:columns>
    <ns1:columns>
    <ns1:name>
    http://www.alfresco.org/model/content/1.0}created
    </ns1:name>
    <ns1:isMultiValue>false</ns1:isMultiValue>
    <ns1:value>
    2007-07-12T13:42:51.286+02:00
    </ns1:value>
    </ns1:columns>
    <ns1:columns>
    <ns1:name>
    http://www.alfresco.org/model/system/1.0}store-identifier
    </ns1:name>
    <ns1:isMultiValue>false</ns1:isMultiValue>
    <ns1:value>SpacesStore</ns1:value>
    </ns1:columns>
    <ns1:columns>
    <ns1:name>
    http://www.alfresco.org/model/system/1.0}node-uuid
    </ns1:name>
    <ns1:isMultiValue>false</ns1:isMultiValue>
    <ns1:value>
    054727cd-306d-11dc-9782-6160ed7fcc06
    </ns1:value>
    </ns1:columns>
    <ns1:columns>
    <ns1:name>
    http://www.alfresco.org/model/content/1.0}creator
    </ns1:name>
    <ns1:isMultiValue>false</ns1:isMultiValue>
    <ns1:value>admin</ns1:value>
    </ns1:columns>
    <ns1:columns>
    <ns1:name>
    http://www.alfresco.org/model/content/1.0}path
    </ns1:name>
    <ns1:isMultiValue>false</ns1:isMultiValue>
    <ns1:value>
    http://www.alfresco.org/model/application/1.0}company_home/{http://www.alfresco.org/model/ content/1.0}sample_folder/{http://www.alfresco.org/model/content/1.0}sample_content
    </ns1:value>
    </ns1:columns>
    <ns1:score>0.38761</ns1:score>
    <ns1:node>
    <ns1:id>
    054727cd-306d-11dc-9782-6160ed7fcc06
    </ns1:id>
    <ns1:type>
    http://www.alfresco.org/model/content/1.0}content
    </ns1:type>
    </ns1:node>
    </ns1:rows>
    <ns2:totalRowCount
    xmlns:ns2="
    http://www.alfresco.org/ws/model/content/1.0">
    1
    </ns2:totalRowCount>
    </resultSet>
    </queryReturn>
    </queryResponse>
    </soapenv:Body>
    </soapenv:Envelope>

    Anybody any idears ???????????

  • IChat AV "Do not response" problem

    Hi,
    I've been having problems with iChat AV since getting my new iMac Intel based. Everything was working fine on my old iMac G5.
    Let me explain the problem: when initiating a video conference, I get a response back that I've refused the connection. That seems to occur once the person on the other side accepts the conference. Even odder, after clicking "accept", that person then receives the message that they too have refused the connection.
    I don't understand what's wrong with, because I've configured well the preferences.
    I'm really not sure where to go next in troubleshooting this, so I'd appreciate any guidance.
    Thank you!!

    Hi Llu,
    iChat minimum is quoted as 100kbps for 1-1 chat. This is the updload and download speed needed.
    Mulitchats need a speed of at least 384kbps in both directions.
    iChat will fail to connect in Video chats if it detects a speed lower than 50kbps and will dsplay an error message.
    As Defcom says the Quicktime setting should match what you get from the ISP or set to a max of 1.5.meg.
    3:15 PM Thursday; June 1, 2006

  • Outlook exchange email response problem

    I use Exchange for email at work which I sign onto through the internet.   When I reply to an email,  the cursor automatically goes to the bottom of the original email or somewhere in the body of the original email instead of at the top.  Many people are writing back saying "You didn't write anything!".  Any ideas what the problem is?  It doesn't happen when I access the website through my Windows PC.  Thanks in advance.

    As Outlook is not an Apple product, you may get more responses by using Microsoft's community discussions here:
    http://answers.microsoft.com/en-us/mac/forum/macoutlook
    It's not uncommon for MS employees who are Mac users to jump in and help.

  • Enable Transmit, Response Problem With Hotkeys

    Hi,
    Enable Transmit works slow if i use a hotkey. From Program Monitor, if i enable or disable transmit, it works fast but if i do same thing with shortcut, it's response slow.
    Regards.

    I am having the same problem.  Our response file is posted to a shared folder on the server, but only the person who created the file can run updates.  If that person happens to be out sick or the computer crashes, nobody else has the ability to get updated responses.  If anybody knows how to fix this, please help!

  • Keyboard Response Problem

    Hey All
    I have a 2010 Macbook Pro 2.4IntelCore 2 Duo 4GB Ram and a third party 500gb Hybrid HD.
    I pruchased the mac used and it has worked well for the most part, save for the keyboard. Here is the issue.
    First, the left shift key never worked.  Sometimes the ikcomma arrows wouldn't work but not often. It reset everything according to many of the instructions here. To no avail. So I figured it was a hardware problem. I saved up and bought a new keyboard, installed it and it didn't fx anythng.
    Now, the key responses are getting worse and worse. I can shut down the computer and ket the key to work occasionally, as you are seeing with my typing. But it takes at least 20 minutes of the mac sitting for the keys to register at all now. If i tap them repeatedly, it makes no difference.
    So I am at a loss. I have reset everything software/SMC/etc multiple times, I've replaced the keyboard with new stuff, and it has never been dropped, gotten water damage, anything.
    What else could be causing this problem? this morning the arrow keys stopped responding, so the problem is spreading... My job requires immense amounts of typing, so I can't be caught without a keyboard for a few days. Trying to get it diagnosed now, because it is spreading...
    Any suggestions are much appreciated.
    Austin

    I am not surprised at the unfavorable results regarding the Pram reset and OS installation.  From my perspective that tends to support my thesis that your MBP was defective when you got it.  The fact that the external keyboard works tends to confirm that.
    The only solution is to replace the MBP keyboard, which is a fairly complex endeavor in a Unibody MBP.  You may look at iFixit.com for pricing  and instructions for what is involved (do it yourself).  To have Apple do it probably is not cost effective.
    Often a liquid spill is the cause of such a problem.   I hope that for your sake the difficulties are confined to the keyboard and do not migrate to other parts of the MBP.
    Ciao.

  • Request response problem

    I am using WAS 5.0 to run my application using JSF pages.
    The problem I am facing is
    When i try send a request which involves huge data insertion in SQL server using IE the browser shows "Page not found"after 2minutes and does not wait for the response but the request is processed and the process completes after 15 minutes.
    When i try to run the same in firefox it works fine
    is it related to some time out or request reaponse settings in IE.

    Not sure about the workings of IE.
    A way around it would be to process the data insertion in the background (new thread, excuse the lazy terminology) and send a full "please wait" page as the response. If the user is required to wait then get the page to check if it has finished at regular intevals (this page will be fully loaded so no timeout issues). Or you could even implement a progress bar using AJAX.
    http://www.w3schools.com/ajax/default.asp
    http://forum.java.sun.com/thread.jspa?forumID=45&threadID=5202310
    http://www.google.com/search?q=ajax+progress+bar
    Bamkin

  • Games smooth response problem

    Hi! I am working on a tile based rpg and I have noticed that when I run the game in a fast pc, everything speeds up and it doesn't work properly.
    Other problem happens when I hold a key down. The game waits a few seconds before responding and when it does it does it very quickly like doing the same operation a hundred times. I need to smooth that kind of responses and to slow down the game when running in fast PCs.
    Thanks and sorry about my English :P

    Here's a little demo for you:
    import java.awt.Color;
    import java.awt.Dimension;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import java.awt.Graphics;
    import java.awt.image.BufferedImage;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    import javax.swing.Timer;
    class Junk{
      Junk(){
        JFrame f = new JFrame("Color Test 1.0");
        f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        myPanel p = new myPanel();
        f.add(p);
        f.pack();
        f.setVisible(true);
      public static void main(String[] args){
        new Junk();
      class myPanel extends JPanel implements ActionListener{
        BufferedImage bi;
        Color[] c = {Color.BLACK, Color.BLUE, Color.CYAN,
                     Color.DARK_GRAY, Color.GRAY, Color.GREEN,
                     Color.LIGHT_GRAY, Color.MAGENTA, Color.ORANGE,
                     Color.PINK, Color.RED, Color.WHITE,
                     Color.YELLOW};
        Graphics biG;
        int myDelay; //controls period of change for timer
        int iColor;
        Timer t;
        public myPanel(){
          myDelay = 500;
          t = new Timer(myDelay, this);
          iColor = 1; //start other than Black
          setPreferredSize(new Dimension(300, 300));
          bi = new BufferedImage(300, 300, BufferedImage.TYPE_INT_RGB);
          biG = bi.getGraphics();
          t.start();
        public void paintComponent(Graphics g){
          g.drawImage(bi, 0, 0, this);
        public void actionPerformed(ActionEvent e){
          if(iColor>(c.length - 1)) iColor = 0;
          biG.setColor(c[iColor]);
          biG.fillRect(50,50,200,200);
          repaint();
          iColor++;
    }Play with myDelay and try it on various speed machines, I think you'll see it's the same on each.

  • Servlet Response Problem

    Hello all,
    My simple servlet takes in a URL as a parameter and the uses the httpUrlConnection method to retrieve that page. It then just writes the html to the browser in the hope that it would be displayed as if retrieved directly.
    Although the source of a page retrieved in this way is identicle to the expected source, no images appear. I think (guess) this is because the address of a page retrieved in this way will not be the same as if retrieved normally. This, in turn, messes up the relative file paths. e.g www.mypage.com becomes something like http://localhost/httpProxyServer?URL=http%3A%2F%2Fwww.mypage.com (httpProxyServer is the name of the servlet).
    To get to the point, idoes anyone know if there is a way i can set the address of the returned page to be as if retrieved directly? I have looked in to response headers with little luck although i am very new to servlets. Thanks for any tips or advice.
    Christie

    This question can be better answered if you point out the need to examine each response before actually sending it out to the browser. What exactly do you look for in the response ? Do you compress it / transform it / parse it ?
    Having said that, you could use filters to meet any of your above needs.
    1. The first obvious gain is that it is a standard, widely accepted and part of the j2ee specification. As you said, it provides modularity and resuability of code. Somebody who goes through your work would easily pick up the trail, comprehend concisely the effort and the ends you attempt to achieve. You would have implicit server support (more of this later)
    2. You use a servlet that intercepts each request. It then uses a HttpURLConnection to get the response from each resource. As you can see straight away, this essentially makes it two requests per request - the original request goes to your general purpose servlet; then the general purpose Servlet(GPS hereafter) makes the url connection to the resource, its a brand new request. The original request may have lots of params coming in which have to be reconstructed by the GPS and included in the call to the resource which delivers the actual response back to the GPS. Hope you begin to see the pitfalls here (for example imagine the incoming stream is a byte stream resulting from a file upload)
    **in short** the 'simple servlet' is going to get very very complex as your application grows.
    3. All the above rerouting (even if you manage to achieve it successfully) will take its toll on the performance measured in terms of the response time.
    4. In established MVC2 framework like Struts or JSF, the Servlet that intercepts every request is a Controller Servlet (which knows how to handle the request, which validations to perform, which beans to invoke and so on). Your GPS should in addition to examining responses, do all this stuff or else you would end up with multiple Controllers making your app quite unwieldy.
    5. Using filters, you could side step all the above which in itself is a huge advantage (me thinks :)) besides providing a standard way to implement tasks similar to yours. I mentioned implicit server support, right ? Filters are supported by all standard j2ee web severs. You neednt write a single line of code to have your filter modify the response. All you have to write is the actual modification algorithm. However the path you choose, you would have to manually do all the dirty work of transferring the request to the actual resource (using HttpUrlConnection). You should receive each request params and convey that to the resource being accessed and so on. (see #2 above)
    Hope all that helps.
    cheers,
    ram.

  • Need help with modifying IDS Sensor in WLC; Null Probe Response problem.

    I need help in figuring out how to handle a NULL Probe Response report we are getting from our WCS.
    We are getting the following alert from our WCS:
    1. Message: IDS 'NULL probe resp 2' Signature attack cleared on AP 'XXXAP_#2' protocol '802.11b/g' on Controller '161.201.97.8'. The Signature description is 'NULL Probe Response - No SSID element'. - Controller Name: XXX-XXXX-XX
    And
    1. Message: IDS 'NULL probe resp 2' Signature attack detected on AP 'XXXAP#2' protocol '802.11b/g' on Controller '161.201.97.8'. The Signature description is 'NULL Probe Response - No SSID element', with precedence '3'. The attacker's mac address is 'ac:86:74:1e:15:5f', channel number is '5', and the number of detections is '1'. - Controller Name: XXX-XXXX-XX.
    Is this something to be concerned with in terms of a potential attack, or should I ignore these types of emails?
    According to a previous post here: https://supportforums.cisco.com/discussion/10731846/wireless-system-has-detected-possible-intrusion-attack-signature    I need to modify my IDS Signature folder in the WLC. I have no idea how to modify the file itself into the format needed to prevent these intrusions. Could somebody please help me correctly enter the right format needed for this file, or correct me in my thinking. I assume I'm in the right direction but if anyone has further information that could be helpful it would be greatly appreciated. Thanks in advance.

    The IDS signatures are stored in a file called wlc-sig_std.sig. That file can be edited via GUI by navigating to Security > Wireless Protection Policy > Standard Signatures. The links that you shared contain links to Cisco documentation that leave out the important parts of the documentation. The only way to get that documentation is to pull the existing signatures from the WLC using Commands > Upload File. Read that file for details on the syntax, then adjust your values in the GUI. I've attached a text document with the standard signature file.

  • OSB callback response problem

    Hi.
    I have OSB service to route asynchronous (request-callback) service.
    When I test OSB service I see that inbound message is transformed well and service is invoked.
    Also I see fault
    <con:fault      xmlns:con="http://www.bea.com/wli/sb/context">
         <con:errorCode>BEA-382510</con:errorCode>
         <con:reason>
         OSB Assign action failed updating variable "transformedResponse": com.bea.wli.common.xquery.XQueryException: Error parsing XML: {err}FORG0005: expected exactly one item, got 0 items
         </con:reason>
         <con:location>
         <con:node>DefaultRouteNode</con:node>
         <con:path>response-pipeline</con:path>
         </con:location>
    </con:fault>
    I can't understand what response can cause this fault because invoked service still running and callback is not inoked.
    Why I get immediate response from asynchronous service?
    What cause start of Response Action pipe?
    Thanks for response.

    I changed response pipe ... add Assign $body to $body1 and Report it at the start of response pipe, add Assign $body to $body2 and Report it at the end of response pipe.
    Route to [ TerminalService ] invoking [ process ]
    Request Actions:
    Assign [ XQuery Resource... ]
    XQuery Resource: Project/Processes/TerminalService/TerminalServiceRequest Variable Names And Bindings: source - $body/ter:process
    to [ transformedRequest ]
    Replace [ node contents ] of [ . ]
    in [ body ] with [ $transformedReq... ]
    $transformedRequest
    Response Actions:
    Assign [ $body ]
    $body
    to [ body1 ]
    Report [ $body1 ]
    $body1
    Assign [ XQuery Resource... ]
    XQuery Resource: Project/Processes/TerminalService/TerminalServiceResponse Variable Names And Bindings: sourceProcessResponse - $body/ter:processResponse
    to [ transformedResponse ]
    Replace [ node contents ] of [ . ]
    in [ body ] with [ $transformedRes... ]
    $transformedResponse
    Assign [ $body ]
    $body
    to [ body2 ]
    Report [ $body2 ]
    $body2
    In invocation trace is only $body1 with value (reported value is the same)
    <soapenv:Body      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
         <ter:process>
         <ter:serviceId>1</ter:serviceId>
         </ter:process>
    </soapenv:Body>
    It looks like request message not response. (Routing properties "Use inbound operation for outbound" is unchecked.)
    Edited by: Peter551059 on Jun 13, 2011 3:48 PM

Maybe you are looking for

  • Process Web Services and BPM Objects

    Hi, I try to expose a web service for a specific process (not PAPI-WS) for process creation. Works well but only if I use only simple types like String, etc. as input arguments. But when I try to use an BPM object, I get an error like 'Undefined vari

  • HOW YOU GET IMOVIE TO SELECT/TRIM ALL THE TRACKS IN THE TIMELINE?

    trying to burn dvd of my vacation and imported the clips from the camera into imovie. worked great. i imported my audio into garageband to add some filters, compression and eq, and imported it back into imovie as a separate track. then, i muted the o

  • Slowness,freezing,shockwave busy,page not responding

    Script: https://fbstatic-a.akamaihd.net/rsrc.php/v2/yd/r/EayWPX7Gu4h.js:24 if its not that error its something like shockwave busy or script unresponsive page freezezes every 2 seconds dosnt matter what im doing facebook email everything iv tried the

  • Can't receive iPod replacement

    I was not home to sign for my replacement iPod and FedEx could not hold it at the store so it has since been returned.  My attempts to e-mail Apple regarding my lack of replacement have been futile.  Now what????

  • Installing XP SP1

    Has anyone installed XP with service pack 1? I have a brand new copy of XP Pro on the way but I'm leaving so it will be a while before I have a chance to install it, so I was wondering if my XP w/ service pack 1 would work in the meantime? Thanks. Ja