Keep alive script for HTTPS service with GET method

Hello,
I tried to implement a keep alive to services that support HTPS connections. I’ve created a script that opens a tcp connection on port 443 and tries to do a GET of a test web page. This web page only displays “OK”.
In a resumed form I used the following script commands:
Socket connect host 192.168.136.134 port 443 tcp
Socket send ${SOCKET} “GET /teste.template\n\n”
Socket waitfor ${SOCKET}” 200 “ 2000
Socket disconnect ${SOCKET} graceful
I was unable to receive the expected “ 200 “response and received a message saying string not found, I used the socket inspect command to inspect the socket’s internal data buffer and the result was nothing, it seemed empty.
I tried the same operation using a linux machine that has IP connectivity with the Webservers and I was successful.
In the same CSS I have services configured to respond to HTTP sessions. I tried the following script and everything went well
Socket connect host 192.168.136.151 port 80 tcp
Socket send ${SOCKET} “HEAD /index.html\n\n”
Socket waitfor ${SOCKET}” 200 “ 2000
Socket disconnect ${SOCKET} graceful
When I issued the socket inspect command I could in fact see the socket’s internal data buffer content.
The CSS is running WebNS 5.0 build 66
Can someone give me a help?
Thanks,
Ricardo Lourenço

Hello,
There is no direct no direct link between TCP and SSL.
So, in spite of having success with the TCP port 443 connection the CSS will not be able to negotiate de security parameters necessary to establish the SSL session.
This was the reason for not having success through the use of the socket commands, as i refered in my original message.
Thanks for your collaboration,
Ricardo Lourenço

Similar Messages

  • URGENT: Rest web service with get method works fine in browser but not with java client(Android)

    Hi ,
    I have created one REST web service which accepts two parameters send back JSON results.
    I tested the it in browser with URL as http://+Inteernal server+/ords/utimes/login_info?p1=+first_param+&p2=+second_para+
    Web service URL :  http://+Inteernal server+/ords/utimes/login_info?p1={p1}&p2={p2}
    But when java team wants to access it from java code it gives error as "400- Bad Request".
    one more IMP thing : when I test it in RESTful web service by using "set bind variable" , it only set value of first parameter.
    APEX version : 4.2
    Database : 11g (XE)
    ords : 2.0.8
    please help me ASAP.
    regards,
    Nagesh Patil

    Hi Pragya,
    thank you for the update.
    Another question: could you please give us any reference about these corrections you told about? Maybe they could be relevant in our case too.
    Our raised incident number is: 3100851983
    Kind regards,
    Davide

  • OSB, web service with GET method

    Hello! Can i create business service which will look at web service which working via GET requests ?

    Ok, it's working now in my case =/
    Proxy service:
    The first step is creating a Conditional Branch. Its properties define the behavior for the method GET.
    >
    Selected Path :      ./ctx:transport/ctx:request/http:http-method/text()
    Variable :      inbound
    Operator: =
    Value: "GET"
    Label: GET
    >
    The second step in the properties of the branch "GET" create a Pipeline Pair.
    In the Request Pipeline create a Stage, inside of which define a pair Assign actions to determine the required variables:
    >
    Assign $inbound/ctx:transport/ctx:request/http:query-string to variable vQueryString
    Assign $inbound/ctx:transport/ctx:request/http:relative-URI/text() to variable vRelativeUri
    >
    The third step. Adding a Route Node after the Pipeline Pair. Its properties specify the necessary parameters.
    Send to the appropriate business service:
    >
    Route to bs_gate_MessagingService
    Request Actions:
    Insert <http:http-method>GET</http:http-method> as first child of ./ctx:transport/ctx:request in variable outbound
    Insert <http:query-string>{$vQueryString}</http:query-string> as first child of ./ctx:transport/ctx:request in variable outbound
    Insert <http:relative-URI>{$vRelativeUri}</http:relative-URI> as first child of ./ctx:transport/ctx:request in variable outbound
    >
    ps_gate_01.proxy.xml:
    >
    <?xml version="1.0" encoding="UTF-8"?>
    <xml-fragment xmlns:ser="http://www.bea.com/wli/sb/services" xmlns:tran="http://www.bea.com/wli/sb/transports" xmlns:env="http://www.bea.com/wli/config/env" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:http="http://www.bea.com/wli/sb/transports/http" xmlns:con="http://www.bea.com/wli/sb/pipeline/config" xmlns:con1="http://www.bea.com/wli/sb/stages/transform/config" xmlns:con2="http://www.bea.com/wli/sb/stages/config" xmlns:con3="http://www.bea.com/wli/sb/stages/logging/config" xmlns:con4="http://www.bea.com/wli/sb/stages/publish/config">
    <ser:coreEntry isProxy="true" isEnabled="true" isAutoPublish="false" isTracingEnabled="false">
    <ser:description/>
    <ser:binding type="abstract XML" xmlns:con="http://www.bea.com/wli/sb/services/bindings/config"/>
    <ser:monitoring isEnabled="true">
    <ser:aggregationInterval>1</ser:aggregationInterval>
    <ser:pipelineMonitoringLevel>Pipeline</ser:pipelineMonitoringLevel>
    </ser:monitoring>
    <ser:reporting>true</ser:reporting>
    <ser:logging isEnabled="true">
    <ser:logLevel>debug</ser:logLevel>
    </ser:logging>
    <ser:sla-alerting isEnabled="true">
    <ser:alertLevel>normal</ser:alertLevel>
    </ser:sla-alerting>
    <ser:pipeline-alerting isEnabled="true">
    <ser:alertLevel>normal</ser:alertLevel>
    </ser:pipeline-alerting>
    <ser:throttling enabled="false">
    <ser:capacity>0</ser:capacity>
    <ser:maxQueueLength>0</ser:maxQueueLength>
    <ser:timeToLive>0</ser:timeToLive>
    </ser:throttling>
    <ser:messageTracing enabled="true">
    <ser:detailsLevel>Full</ser:detailsLevel>
    <ser:maxSize>8192</ser:maxSize>
    </ser:messageTracing>
    <ser:pageAttachments isEnabled="false"/>
    <ser:transactions isRequired="false" sameTxForResponse="false"/>
    </ser:coreEntry>
    <ser:endpointConfig>
    <tran:provider-id>http</tran:provider-id>
    <tran:inbound>true</tran:inbound>
    <tran:URI>
    <env:value>/project_01/ps_gate_01</env:value>
    </tran:URI>
    <tran:inbound-properties/>
    <tran:all-headers>false</tran:all-headers>
    <tran:provider-specific>
    <http:inbound-properties/>
    </tran:provider-specific>
    </ser:endpointConfig>
    <ser:router>
    <con:pipeline name="PipelinePairNode1_request" type="request">
    <con:stage name="stage1">
    <con:context/>
    <con:actions>
    <con1:assign varName="vQueryString">
    <con2:id>_ActionId-366173683669241693--1c45792f.13813204fcf.-7fa3</con2:id>
    <con1:expr>
    <con:xqueryText xmlns:con="http://www.bea.com/wli/sb/stages/config">$inbound/ctx:transport/ctx:request/http:query-string</con:xqueryText>
    </con1:expr>
    </con1:assign>
    <con1:assign varName="vRelativeUri">
    <con2:id>_ActionId-366173683669241693--1c45792f.13813204fcf.-7fa1</con2:id>
    <con1:expr>
    <con:xqueryText xmlns:con="http://www.bea.com/wli/sb/stages/config">$inbound/ctx:transport/ctx:request/http:relative-URI/text()</con:xqueryText>
    </con1:expr>
    </con1:assign>
    </con:actions>
    </con:stage>
    </con:pipeline>
    <con:pipeline name="PipelinePairNode1_response" type="response"/>
    <con:flow>
    <con:branch-node type="condition" name="HTTP Method Branch">
    <con:comment/>
    <con:context/>
    <con:branch-table variable="inbound">
    <con:xpath>
    <con:xpathText xmlns:con="http://www.bea.com/wli/sb/stages/config">./ctx:transport/ctx:request/http:http-method/text()</con:xpathText>
    </con:xpath>
    <con:branch name="GET">
    <con:operator>equals</con:operator>
    <con:value>"GET"</con:value>
    <con:flow>
    <con:pipeline-node name="PipelinePairNode1">
    <con:request>PipelinePairNode1_request</con:request>
    <con:response>PipelinePairNode1_response</con:response>
    </con:pipeline-node>
    <con:route-node name="RouteNode1">
    <con:context/>
    <con:actions>
    <con5:route xmlns:con5="http://www.bea.com/wli/sb/stages/routing/config">
    <con2:id>_ActionId-366173683669241693--1c45792f.13813204fcf.-7fa9</con2:id>
    <con5:service ref="project_01/bs_gate_MessagingService" xsi:type="ref:BusinessServiceRef" xmlns:ref="http://www.bea.com/wli/sb/reference"/>
    <con5:outboundTransform>
    <con1:insert varName="outbound">
    <con2:id>_ActionId-366173683669241693--1c45792f.13813204fcf.-7fa4</con2:id>
    <con1:location>
    <con:xpathText xmlns:con="http://www.bea.com/wli/sb/stages/config">./ctx:transport/ctx:request</con:xpathText>
    </con1:location>
    <con1:where>first-child</con1:where>
    <con1:expr>
    <con:xqueryText xmlns:con="http://www.bea.com/wli/sb/stages/config">&lt;http:http-method>GET&lt;/http:http-method></con:xqueryText>
    </con1:expr>
    </con1:insert>
    <con1:insert varName="outbound">
    <con2:id>_ActionId-366173683669241693--1c45792f.13813204fcf.-7fa5</con2:id>
    <con1:location>
    <con:xpathText xmlns:con="http://www.bea.com/wli/sb/stages/config">./ctx:transport/ctx:request</con:xpathText>
    </con1:location>
    <con1:where>first-child</con1:where>
    <con1:expr>
    <con:xqueryText xmlns:con="http://www.bea.com/wli/sb/stages/config">&lt;http:query-string>{$vQueryString}&lt;/http:query-string></con:xqueryText>
    </con1:expr>
    </con1:insert>
    <con1:insert varName="outbound">
    <con2:id>_ActionId-366173683669241693--1c45792f.13813204fcf.-7fa2</con2:id>
    <con1:location>
    <con:xpathText xmlns:con="http://www.bea.com/wli/sb/stages/config">./ctx:transport/ctx:request</con:xpathText>
    </con1:location>
    <con1:where>first-child</con1:where>
    <con1:expr>
    <con:xqueryText xmlns:con="http://www.bea.com/wli/sb/stages/config">&lt;http:relative-URI>{$vRelativeUri}&lt;/http:relative-URI></con:xqueryText>
    </con1:expr>
    </con1:insert>
    </con5:outboundTransform>
    <con5:responseTransform/>
    </con5:route>
    </con:actions>
    </con:route-node>
    </con:flow>
    </con:branch>
    <con:branch name="POST">
    <con:operator>equals</con:operator>
    <con:value>"POST"</con:value>
    <con:flow/>
    </con:branch>
    <con:default-branch>
    <con:flow/>
    </con:default-branch>
    </con:branch-table>
    </con:branch-node>
    </con:flow>
    </ser:router>
    <ser:alertRules xsi:nil="true"/>
    </xml-fragment>
    >
    Edited by: 915814 on 17.07.2012 22:22
    How to pass query string values to a Proxy Service
    https://blogs.oracle.com/jeffdavies/entry/enhanced_rest_support_in_oracl

  • Sharepoint warmup script for https sites

    we want to warm up https site which is based on sharepoint 2010.
    When we run some sample powershells it shows access forbidden error so we are not able to warm up https site.
    Its slow on first load so need some warmup script for https sites.
    sharepointer

    Just ensure that the service account that you use to trigger the Powershell scripts has access to IIS and SharePoint.  Most often, the SharePoint Farm account would be used for scheduling the warm up scripts on the WFE server.
    I trust that answers your question...
    Thanks
    C
    http://www.cjvandyk.com/blog

  • Building client proxies for web services with SOAP attachemtns

    Hi all.
    I'm currently building a series of web services that take SOAP attachments as
    input, but I am unable to generate the java proxies for testing the services via
    WebLogic Workshop 8.1. When I attempt to build the proxy, I get the following
    error:
    Warning: Failed to generate client proxy from WSDL definition for this service.
    Suggestion: Please verify the <types> section of the WSDL.
    Is there something I need to alter to get this to work, or does workshop not support
    client proxies for web services with DataHandler parameters?
    Thanks.
    -Brian

    Thanks for the help. This is my first web service with SOAP attachments, so it
    may have been a long time till I realized that.
    -Brian
    "Michael Wooten" <[email protected]> wrote:
    >
    Thanks Brian,
    The problem is that you are trying to use the "document" soap-style :-)
    If you change this to "rpc", you'll should be able to successfully generate
    the
    client proxy jar. The soap-style property, is at the bottom of the "protocol"
    property sheet section, for the JWS.
    Regards,
    Mike Wooten
    "Brian McLoughlin" <[email protected]> wrote:
    Sure, sorry about that. Attached is the wsdl for a sample web service
    I created
    just to test the proxy generation.
    "Michael Wooten" <[email protected]> wrote:
    Hi Brian,
    Would it be possible for you to post the WSDL, so we can see what might
    be causing
    the problem?
    Regards,
    Mike Wooten
    "Brian McLoughlin" <[email protected]> wrote:
    Hi all.
    I'm currently building a series of web services that take SOAP attachments
    as
    input, but I am unable to generate the java proxies for testing theservices
    via
    WebLogic Workshop 8.1. When I attempt to build the proxy, I get the
    following
    error:
    Warning: Failed to generate client proxy from WSDL definition for
    this
    service.
    Suggestion: Please verify the <types> section of the WSDL.
    Is there something I need to alter to get this to work, or does workshop
    not support
    client proxies for web services with DataHandler parameters?
    Thanks.
    -Brian

  • Which folder is the default root for https service (port433) in Lion?

    Which folder is the default root for https service (port433) in Lion?

    You chose the password during the configure script.
    If not, su to the oracle user and do
    sqlplus "/ as sysdba"
    password system
    and it should prompt you for a new system password.
    ~Jer

  • PPPoe Keep-Alive Program for Solaris 8?

    Is there a PPPoE Keep-alive program for Solaris 8? I need this because my DSL provider keeps knocking me off and therefore I lose my connection. I would prefer the program be precompiled if there is one available.
    -Thanks in advance

    It sounds like you are accidentally running NIS. Somewhere, you told your system that "mydomain.net" was your NIS domain. Look to see if you have an /etc/defaultdomain file. Remove it. You don't have NIS, and you probably have the wrong /etc/nsswitch.conf setup then, too.
    Try copying /etc/nsswitch.dns /etc/nsswitch.conf (make a backup first).
    Verify that you have 'nameserver' entries in /etc/resolv.conf and a 'domain mydomain.net' entry at the very beginning. This is where you let the system know your Internet domain (well, also in the fully-qualified domain name of your machine in your /etc/hosts file).
    In your /etc/hosts file, the first name of your machine should be the FQDN, then a short alias, if you are going to use one, and probably "loghost". You might put "loghost" as an alias for "localhost".
    Make sure your 'hostname' reflects the FQDN, or mail might not like it. Try setting the hostname with 'uname -S <hostname>' if it isn't correct.
    Good luck.

  • Use web service with overloaded method

    Hi all,
    Does anyone knows how can I use (e.g in VC or GP) a web service with overloaded methods?
    When I try to use one, I get the following error message:
    com.sap.engine.services.webservices.jaxrpc.exceptions.ProxyGeneratorException: Proxy Generator Error. WSDL Operation with name [search] is overloaded (defined twice). Operation overloading is not supported by proxy generator.
    Can I set something in order to be able to use such type of services. Or some other solution?
    For some reasons I do not want to change the service operation names.
    Thanks in advance!
    Best regards,
    v s

    Hi all,
    Does anyone knows how can I use (e.g in VC or GP) a web service with overloaded methods?
    When I try to use one, I get the following error message:
    com.sap.engine.services.webservices.jaxrpc.exceptions.ProxyGeneratorException: Proxy Generator Error. WSDL Operation with name [search] is overloaded (defined twice). Operation overloading is not supported by proxy generator.
    Can I set something in order to be able to use such type of services. Or some other solution?
    For some reasons I do not want to change the service operation names.
    Thanks in advance!
    Best regards,
    v s

  • [svn:bz-trunk] 7494: Add testcaseses for http put and delete methods.

    Revision: 7494
    Author:   [email protected]
    Date:     2009-06-02 13:13:33 -0700 (Tue, 02 Jun 2009)
    Log Message:
    Add testcaseses for http put and delete methods. Proxy should return endpoint's content instead of empty body
    Added Paths:
        blazeds/trunk/qa/apps/qa-regress/remote/testMethods.jsp
        blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/proxyService/httpservice/bugs/Pu tAndDeleteMethodTests.mxml

    found it - here: http://discussions.apple.com/thread.jspa?threadID=2323131&tstart=30
    I set the Realm to Location instead of Folder. Now I'm prompted for my credentials at the /svn/ URL.

  • Linux Startup script for Forms Services 11g with Weblogic

    Hi,
    Does anybody know where I can find info about the startup script process for Forms Service 11g under linux? I can't find it googling it... I think I have to startup weblogic first... isnt it ? or opmnctl works alone ?
    In 10g we just need to set env vars and then "opmnctl startall" and if we need enterprise manager "emctl start iasconsole" ... what about on 11g?
    Regards
    Ricardo

    You can start directly the WLS_FORMS without starting the Admin and Node manager ..
    I think if you go through this link , you will get more information ..
    Re: Forms 11g - Installation steps for a developer machine

  • SSL Certificate necessary for web Service with HTTPS encoding?

    Hi experts,
    I wanna create a Web Service with HTTPS. Now when I create an endpoint in Transaction SOAMANAGER, I use "Transport Guarantee Type" HTTPS. I'm a little bit confused, becuase at "Authentication Method I have different options which I don't understand.
    At Authentication Method, there are some check boxes.
    Whats the difference between HTTP Authentication and Message Authentication?
    (Why) can I use User ID/Password as Authentication Method with HTTPS? I think I need X.509 SSL Client Certificate.
    What is a Logon Ticket?
    Is there a good Documentation in the web, who explains the meaning of the different options and when to use which option?
    Thanks and regards,
    Sebastian

    Hi,
    >>>WSDL in Integration Directoryb but that WSDL containt a like staring with the HTTP instead of HTTPS! My question is how to generate a wsdl file with an HTTPS url tot he web service,
    you don't use the URL from ID - you need to create one yourself and put it there in the generator
    Regards,
    Michal Krawczyk

  • "Keep Alive" parameter for listener?

    Hi all,
    we have following problem:
    From time to time the client (oracle forms 6i patch 18) gets the error message ORA-03114. Te solution is only to kill forms application and start it again.
    This hangs probably on the network breaks in the communication (over VPN) with the database.
    Is there any parameter for listener like "Keep alive" or else, which can rebuild the connection once it lost?
    Best regards

    Paste this into the SQLNET.ORA on the application server or the server that is making the SQL calls to the database.
    Trace_level_client=16
    Trace_directory_client=<path_to_the_trace_directory> # use the full path to the trace directory
    Trace_unique_client=on
    Trace_timestamp_client=on
    Then review the trace or you can try the keep alive in windows
    Use the standard TCP KeepAlive on Windows
    1. Open the registry under:
    HKEY_LOCAL_MACHINE: SYSTEM: CurrentControlSet: Services: Tcpip:
    Parameters
    2. Add KeepAliveTime : REG_DWORD to the registry
    3. Set the value to a reasonable timeout.(decimal and NOT Hex) Like 480000 equals 8 minutes or 120000 equals 2 minutes etc etc.
    - Save this
    - Reboot

  • Session keep Alive when EBS is integrated with OIF acting as SP

    We have an E-Business Suite R12(12.1.3) Application which is integrated with Oracle Access Manager 11.1.1.5. For authentication the Oracle Access Manager delegates the authentication request to Oracle Identity Federation acting as a Service Provider (SP). There is a home-grown SSO which acts as the Identity provider by Federating it with OIF using SAML 2.0 protocol.
    The integration is successful and EBS is able to authenticate using this third party SSO.
    Now there are multiple applications which are integrated with this third party SSO and the user can access any of these applications including EBS.
    Considering a scenario where a user is using EBS Application say for more than 30 mins. Now when he tries to login to another application the challenge screen is thrown though he can continue to work on EBS without any issue. The reason being that the session timeout on the IDP side is set to 30 mins.
    To overcome this issue the solution that has been thought of using a javascript for each page load on the application which will update the SSO token with the latest UTC time on the IDP server. This has been successfully done for all other applications except EBS.
    So my question is how we can call this java script for each page load for EBS?
    Thanks & Regards
    Sarbashis

    It appears that OAM is removing the url parameters for the p_done_url sent to it by OIF.
         302 Redirect to -> Location: https://sso.mycompany.com/oam/server/logout?p_done_url=https%3A%2F%2Fsso.mycompany.com%2Ffed%2Fuser%2Fsloosso%3Fid%3Dosso%26type%3D3&invokeOSFSLogout=false
         Result: 200. Set-Cookie OAM-ID to expired.
    Form Submits: https://sso.mycompany.com/fed/user/sloosso
    Result: 500 Error
    Notice the p_done_url value in the redirect has extra parameters which when the Form is submitted are lost.
    If I manually enter the url: https://sso.mycompany.com/fed/user/sloosso?id=osso&type=3&invokeOSFSLogout=false
    Then I am successfully logged out.
    This seems almost like a bug in OAM...

  • Need help for http services

    Hi All,
    I am getting results from XML using http services
    see bellow
    EX:
    <mx:HTTPService id="simpletestFood"
    url="assets\foodlist.xml"
    result="foodList=simpletestFood.lastResult.list.food"/>
    But now i need to get data from java .
    So Could you please suggest me , how to integrate with java
    means in http service how to give my java(POJO) class--> methods
    name.
    And Please send me sample code for this.

    Here is a tutorial on the remote object service. HTH.
    http://www.flexlive.net/?p=92

  • Proxy authontication popup for Https is not getting displayed

    Hi,
    We have proxy server in java, and it should ask for the authentication, while using old versions of IE (IE6), opera we get proper proxy authentication prompt for Https as well as Http request.
    But with the new version of browser IE8, Firefox 2, ... 3 we are not getting the Proxy authentication prompt for the Https request only (for http its working fine)
    Actually the proxy server ask for authentication for the every first request only, but if the first request is Https then it fails with 407 error, as per the logic whenever we set response.setStatus("407"); response.setMessage("Proxy authentication required"); it should prompt for the proxy authentication and its working fine for old browsers and for Http request but its not working for new browser with Https request
    Could you please provide some information on how to achieve proxy authentications for Https and new versions browsers.
    Following are the code used for it
    /*ResponseProcessor.java*/
         public static Response createResponse(ScriptableConnection connection, String message) {
              Response response = new Response();
              Request request = connection.getRequest();
              response.setRequest(request);
              if (message.equals(SPConstants.TECHNICAL_ISSUES)) {
                   response.setContent(message.getBytes());
              if (message.equals(SPAuthorizationConstants.INVALID_CREDENTIALS)) {
                   //response.setVersion(request.getVersion());
                   response.setHeader("Proxy-Authenticate", "Basic");
                   response.setStatus("407");
                   response.setMessage("Proxy authentication required");
                   if (request.getHeader("Proxy-Authorization") != null) {
                        response.setContent(message.getBytes());
                   return response;
              return response;
    /*ConnectionHandler.java */
    public void run() {
    String authorizationStatus = RequestProcessor.checkUserPreRequiste(request,user,ticket,statusVisitor); //SP CODE
                        if(authorizationStatus.equals(SPAuthorizationConstants.USER_IS_AUHTORIZED)) { //SP CODE
                                 try {
                                      response = hc.fetchResponse(request);
                                      if (response.getRequest() != null)
                                           request = response.getRequest();
                                                 }catch........
                       } finally {
                   try {
                        if (_clientIn != null)
                             _clientIn.close();
                        if (_clientOut != null)
                             _clientOut.close();
                        if (_sock != null && !_sock.isClosed()) {
                             _sock.close();
                   } catch (IOException ioe) {
                        _logger.warning("Error closing client socket : " + ioe);
    .......Thanks in advance,
    Sachin

    Hi
    Follow the steps
    In your current view where you create your Popupwindow; create a model attribute name "popWin" of type IWDWindow;
    In code;after creating the popup window assign window object to the context element
    IWDWIndow window = WDComponentAPI.getWindowManager().createWindow( WindowInfo, true);
    wdContext.currentContextElement.setpopWin( window);
    At the Popup window view; create a model attribute name popWin of type IWDWindow and map it with the one that created before.
    set the code on btnaction
    IWDWindow popwin = (IWDWindow)wdContext.currentContextElement().getPopWin();
    popwin.destroyInstance();
    This will work
    Regards
      - Vinod
    Edited by: Vinod V on Mar 3, 2008 7:21 PM

Maybe you are looking for

  • Usb 2 does not work on usb 3 port

    Hi, My left USB3 port does accept a USB3 usb stick however it will not load any of my old USB2 sticks nor a normal mouse. All of these non usb3 items do work on my right port. Is this a known issue or a setting I need to change somewhere?

  • Org structure issue

    Hi, I have a question related to an org structure issue. Let me explain by taking an example: The Org set up we have goes like this, let A1 be the VP of a particular division, he has a director B1 reporting to him. B1 has four different employees C1,

  • Call JCO.ParameterList.setActive() only once?

    In a loop construct where I am calling a JCO.Function over and over again, do I need to call setActive() on the export parameter list and the table parameter list only once to render unnecessary parameters inactive or do I have to do it on each itera

  • Multple Services Vendors to have Single Vendor Code and also Multiple TaxCd

    Hey SAP Gurus, Please help me with my problem. Background: 1. Currently on SAP 4.7 there are close to 10,000 Vendors.  Many of these Vendors are acting as more than ONE Goods / Services Provider. 2. Few Services rendered by Vendors are subject to Wit

  • Need to download new pricing procedure

    Hello Al, I have to download a newly created pricing procedure from ECC to CRM system. I am new to Middleware. Should i create a request in r3ar2? What should be my request details? Request should include all the tables mentioned in the Adapter dnl_c