Jax-ws callback url

I generated the web service proxy for a BPM process with the callback option. Then I deployed the callback web service in to weblogic 10.3. while invoking the client proxy I am giving the callback url as shown
GCTLab04ProcessPortType gCTLab04ProcessPortType = gCTLab04ProcessService.getGCTLab04ProcessPortType_pt();
+// Get the request context to set the outgoing addressing properties+
WSBindingProvider wsbp = (WSBindingProvider)gCTLab04ProcessPortType;
WSEndpointReference replyTo =
new WSEndpointReference("http://localhost:8001/GCTLab04-WSClient-context-root/GCTLab04ProcessPortTypeCallBackImplPort", WS_ADDR_VER);
String uuid = "uuid:" UUID.randomUUID();+
wsbp.setOutboundHeaders( new StringHeader(WS_ADDR_VER.messageIDTag, uuid), replyTo.createHeader(WS_ADDR_VER.replyToTag));
I am getting the error for invalidaddressing. Can anyone help me how to solve this error?
+<Aug 24, 2010 7:45:44 PM IST> <Warning> <com.sun.xml.ws.addressing.WsaTube> <BEA+
-000000> <A header representing a Message Addressing Property is not valid and t
+he message cannot be processed, Problem header:{http://www.w3.org/2005/08/addres+
+sing}Action, Reason: {http://www.w3.org/2005/08/addressing}ActionMismatch+
com.sun.xml.ws.addressing.model.InvalidAddressingHeaderException

Hi,
there is a bug in 11.1.1.3 which is fixed in 11.1.1.4. but I found a simple workaround.
I changed the web service annotation from the callback function for "@Adressing" from "true" to "false". e.g.
@WebService(targetNamespace="http://xmlns.oracle.com/SOAHelloApp/SOAHelloAsync/SOAHelloAsyncProcess", name="SOAHelloAsyncProcessCallback")
@XmlSeeAlso(
{ ObjectFactory.class })
@SOAPBinding(style=Style.DOCUMENT)
@Addressing(enabled=false, required=false)
so I still have the wrong wsa:Action, but nobody cares.
HTH

Similar Messages

  • BPM process jax-ws callback URL error

    I generated the web service proxy for a BPM process with the callback option. Then I deployed the callback web service in to weblogic 10.3. While invoking the client proxy I am giving the callback url as shown
    GCTLab04ProcessPortType gCTLab04ProcessPortType = gCTLab04ProcessService.getGCTLab04ProcessPortType_pt();
    +// Get the request context to set the outgoing addressing properties+
    WSBindingProvider wsbp = (WSBindingProvider)gCTLab04ProcessPortType;
    WSEndpointReference replyTo =
    new WSEndpointReference("http://localhost:8001/GCTLab04-WSClient-context-root/GCTLab04ProcessPortTypeCallBackImplPort", WS_ADDR_VER);
    String uuid = "uuid:" UUID.randomUUID();+
    wsbp.setOutboundHeaders( new StringHeader(WS_ADDR_VER.messageIDTag, uuid), replyTo.createHeader(WS_ADDR_VER.replyToTag));
    I am getting the error for invalidaddressing. Can anyone help me how to solve this error?
    +<Aug 24, 2010 7:45:44 PM IST> <Warning> <com.sun.xml.ws.addressing.WsaTube> <BEA+
    -000000> <A header representing a Message Addressing Property is not valid and t
    +he message cannot be processed, Problem header:{http://www.w3.org/2005/08/addres+
    +sing}Action, Reason: {http://www.w3.org/2005/08/addressing}ActionMismatch+
    com.sun.xml.ws.addressing.model.InvalidAddressingHeaderException

    Hi,
    there is a bug in 11.1.1.3 which is fixed in 11.1.1.4. but I found a simple workaround.
    I changed the web service annotation from the callback function for "@Adressing" from "true" to "false". e.g.
    @WebService(targetNamespace="http://xmlns.oracle.com/SOAHelloApp/SOAHelloAsync/SOAHelloAsyncProcess", name="SOAHelloAsyncProcessCallback")
    @XmlSeeAlso(
    { ObjectFactory.class })
    @SOAPBinding(style=Style.DOCUMENT)
    @Addressing(enabled=false, required=false)
    so I still have the wrong wsa:Action, but nobody cares.
    HTH

  • SOA callback URL

    Hello,
    I'm wondering if it's possible to configure a SOA server to use another URL than the public OimFrontEndURL when communicating with OIM. My reason for wanting to to that is because in the deployment I'm working on, the OIM and SOA servers are installed on machines inside the same network and it would be preferable for these 2 to be able to communicate without having to reach out to the public internet. In the current configuration, since OimFrontEndURL points to a public address, all SOA calls have to go through the public firewall in order to reach the OIM server. Is there a way to tell SOA to use a private address in order to talk to OIM, so that calls could stay within the network?
    Thanks,
    --jtellier                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    But according to the doc, OimFrontEndURL is used in the notification e-mails as well as the callback URL for SOA calls. So if I put a private address here, it would also appear in the notification emails sent to people that might be outside the network. I guess another possibility would be to modify the email templates... But isn't there a way to tell SOA to use a back-end URL while keeping OimFrontEndURL pointing to a front-end URL?
    Thanks,
    --jtellier                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • /apex/apex_authentication.callback in Apex 4.1.0.00.32

    Hi All
    Please let me know if /apex/apex_authentication.callback URL is not called in Apex version 4.1.0.00.32 for collecting credentials?
    I am trying to use 'HTTP Header Variable' authentication scheme with my access manager. I have another local Apex environment where I am able to see that this URL is been called while authentication.
    Because of this, my access management solution is working with 4.1.1 and not with 4.1.0.00.32. I am bound to use the 4.1.0.00.32 version Apex environment.
    Please comment. Thank you!!

    This is a known bug. Refer to the following thread for more details:
    Re: HTTP Header Variable
    This is fixed in 4.1.1 or you may apply the patchset:
    12955671 - HTTP HEADER VARIABLE AUTH: ENDLESS REDIRECT IF USERNAME IS CASE SENSITIVE

  • What is the right Call Back url for twitter OAuth in BlackBerry eclipse plugin 9550 simulator

    Hi friendz
    Being optimistic to get the proper help regarding the "Call Back" Url for twitter, I'm here. Actually I'm implementing 
    "TwitterAPIME-RIM-OAuthSample" for twitter. Here I am feeling helpless when callback url has been asked.
    I read somewhere that call back url is not required for java me. But here after putting my credentials in web view, I can't return back to my app as I'm passing "" in callback url param(as I think).
    How to handle this thing... please suggest me??

    CallBack URL is the url where the twitter redirects after successful authentication. The callback url can be a webpage that builds in any web tech like php etc. for the application. Then the mobile app moves to that redirected page after successful authentication. We can set www.google.com as Callback Url. In that case we need to check the url in the onPageStarted method of the WebViewClient as to finish the webview otherwise it redirects it to www.google.com.
    if (uri != null && uri.toString().startsWith(TwitterConnector.CALLBAC​K_URL)) {
     finish();

  • 11g  Server URL

    I have an 11g installation, using virtual hostnames/IP addresses for the soa servers as instructed in the EDG.
    The Server and Callback URLs are set to the virtual hostname, as is the listen address for the soa server, but when I launch an application from the BPM worklist the URL is set to the computer name - not the virtual host that I specify.
    Anyone else come across this, or experienced something contrary to this?

    Hi,
    I had the exact same problem.
    To solve the problem, I made sure that the RPD password was correct. I had typed this incorrectly (probably with Caps Lock on) when putting in the SampleApp RPD.
    You can modify this password by going to the FM Enterprise Manager:
    http://<server>:7001/em/
    - After logging on, go to Farm_bifoundation_domain / Business Intelligence in the tree on the left
    - Select coreapplication
    - On the right, select the "Deployment" tab, and the "Repository" subtab
    - Click Lock & Edit Configuration button
    - Change the repository password, make sure it is correct - I did this by typing the password in a notepad file, and to check it I opened the RPD file in offline mode in the administration tool, and then copy/pasted the password in. If the RPD file opens without problems in the AdminTool, then copy/paste the password into the two fields in the Enterprise Manager.
    - Click Apply and then the Activate Changes button
    - Now you need to restart the services. Click the link "Restart to apply recent changes". This will take you to the "coreapplication" - Overview tab, where you can click on the blue "Restart" button to restart the services.
    After restarting it worked fine for me.
    Hope this helps!
    Best regards,
    Henrik Norhøj Nielsen

  • Async Callback service issue: Skipped callback "onResult" for partner.

    Hi Experts,
    I am facing an issue when invoking asynchronous services from 11g bpel to 10g bpel. They are two async bpel services deployed on 11g and 10g. The call back response from 10g is not coming back to the 11g mid point receive and the 11g process is waiting in running state. In the 'callBack Invoke' activity in 10g bpel instance I see a message - "Skipped callback 'onResult" for partner 'client'". As such I do not see any useful information from the diagnostic log in 11g. I have limited access to 10g environment. I did not do anything specific for correlating the call back response because the assumption is bpel will enforce ws-addressing.
    Please suggest.
    Thanks,
    - KSH.
    Edited by: 840696 on Mar 25, 2013 2:58 AM

    can you please turn on debug logging for delivery logger on the 10g side? looks like callback url is empty that is why its skipping. replyTo must be empty. can you attach your 11g and 10g project?

  • This.each and a callback function

    Hi all
    I am having trouble working out how to get this to work. I have a $this.each function that gets all the relavent .attr('href') and I do a replace on it. All this works fine.
    When I do the replace is the item I want is not valid then I need it to stay the same else I get an error. Now to to this I am using function IsValidImageUrl(url). This works but because you cannot turn an asynchonous call into a synchronous one I need to make a callback.
    But here is my problem all the bits work but I cannot get the code to work together because I am using a this.each and the call back. with the validation and I am really stuck. The code is below it is in it bit as I have tried eveything and am just not getting it. Can someone help or point me in the right direction.
    Cheers Daniel
    $this.each(function  {
         var myItem = jQuery(this)
         var myLarge = myItem.attr("href");
         myZoom = myLarge.replace('lrg', 'zoom')
         myItem.attr("href",myZoom);
         myItem.attr("rev",myLarge);
    function myCallback(url, answer) {
              if (answer==false) {
              myItem.attr("href",myLarge);
              myItem.attr("rev",myLarge);
                                  } else {
              myItem.attr("href",myZoom);
              myItem.attr("rev",myLarge);   
    function IsValidImageUrl(url, callback) {
        var img = new Image();
              alert(myZoom);
              img.onerror = function() { callback(url, false); }
        img.onload =  function() { callback(url, true); }
        img.src = url
    IsValidImageUrl(myZoom, myCallback);

    So you basically have large product layout and when you hover over the image there it does a zoom effect?
    If so then you can have a big image for your zoom and for your large image by default use _path in the image tag with thumbnail paramater in the URL to make a smaller version of it outlined in the BC documentation online.
    Many jQuery image zoom plugins will then work. Slight tweaks to that will work.
    If your doing it on the list view then same thing applies with the _path as a link source to fetch.

  • Workflow not getting triggered

    Hi All,
    We are having issue in Claims and Leave Encashment workflow. From Portal side we are able to create the request successfully with requets numbers being generrated but nothing is triggered in SWI1. Here we are using standard workflow WS18900023 and we have activated the same in SAP.
    Although our Leave and Travel workflows are working fine and getting completed as well.
    When I reregister the UWL system I am getting followowing warning for few tasks,
    WebDynproApplication value not found for task TS18900010 in system SAP_Webdynpro_UWL
    WebDynproApplication value not found for task TS20000118 in system SAP_Webdynpro_UWL
    WebDynproApplication value not found for task TS20000130 in system SAP_Webdynpro_UWL
    WebDynproApplication value not found for task TS20000131 in system SAP_Webdynpro_UWL
    WebDynproApplication value not found for task TS20000135 in system SAP_Webdynpro_UWL
    WebDynproApplication value not found for task TS20000139 in system SAP_Webdynpro_UWL
    WebDynproApplication value not found for task TS20000189 in system SAP_Webdynpro_UWL
    First task is of claims which is not getting trigered and rest of tasks relates to Travel which is working fine.
    We have recently upgraded both HR and Portal systems. Before upgdare all the workflows were working fine.
    HR system is upgraded from release 604 SP 31 to SP 33.
    Portal 7.01 SP3 to SP8.
    I have seached in xmls as well, tasks TS20000118,TS20000131, TS20000135  are there in xml but I am not able to find other task in any of xmls.
    These tasks are present in SWFVISU as well.
    Please advise on this issue, IS the warning the cause of the issue or there is something on workflow side.
    Thanks,
    Honey

    hi,
    use your callback url to trigger events:
    call method cl_swf_ifs_ws_export=>launch_callback
    exporting
    callback_url = lv_url
    http_method = cl_swf_ifs_ws_export=>c_http_method_get
    this will advance your workflow to next step
    grtz,
    Koen

  • Error in deploy of WAR

    hi,
    i was working in tomcat and dreamwaerver, then i shift to oracle Jdeveloper 10.1.2.
    i create one WAR file and import it in Jdeveloper.
    it compile well but when i going to run it it give 2 error
    500 Internal Server Error
    HTTP(S) Error: 404 : Not Found Original URL: "http://localhost:8988/portal-waridportal-context-root/waridportal.jpr" Effective URL: "http://localhost:8988/portal-waridportal-context-root/waridportal.jpr" Query String: "" Request HTTP headers: x-oracle-user.location.state: CA x-oracle-user.location.country: USA x-oracle-user.location.county: San Francisco user-agent: PTG/2.0 (Oracle9iAS Wireless 9.0.4.0; screen; color8; 1024x800; tables) x-oracle-user.location.type: profile x-oracle-orig-user-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 x-oracle-user.location.postalcode: 94104 x-oracle-user.deviceid: 1234 x-oracle-user.location.y: 200.8 x-oracle-user.location.x: 135.9 accept-charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 UTF-8, * x-oracle-user.location.city: San Francisco x-oracle-user.location.block: Block A x-oracle-home.url: http://localhost:9000/omsdk/rm x-oracle-service.parent.url: http://localhost:9000/omsdk/rm accept: application/vnd.oracle.xhtml+xforms, text/vnd.oracle.mobilexml, application/vnd.wap.xhtml+xml, application/xhtml+xml;profile="http://xmlns.oracle.com/ias/dtds/xhtml+xforms", application/xhtml+xml;profile="http://www.wapforum.org/xhtml", application/xhtml+xml, application/xml, text/xml, application/vnd.oracle.xad, */*, */* x-oracle-user.name: jsmith x-oracle-service.home.url: http://localhost:9000/omsdk/rm x-oracle-user.location.companyname: Company XYZ x-oracle-user.location.addressline2: Apt# 1004 x-oracle-user.location.addressline1: 1007 Broadway St accept-language: en-us,en;q=0.5 x-oracle-user.userkind: registered x-oracle-orig-accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 x-oracle-user.location.addresslastline: Room 200 x-oracle-user.location.postalcodeext: 3158 x-oracle-module.callback.url: http://localhost:9000/omsdk/rm x-oracle-user.locale: US x-oracle-user.authkind: unauthenticated x-oracle-user.displayname: Jon Smith x-oracle-mcs.character.encoding: UTF-8 x-oracle-module.callback.label: Home HTTP response status: 404 HTTP response message: Not Found Response HTTP headers: date: Sat, 18 Jun 2005 10:25:59 GMT connection: Keep-Alive content-type: text/html content-length: 171 keep-alive: timeout=15, max=100 server: Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)
    Response:
    404 Not Found
    Resource /portal-waridportal-context-root/waridportal.jpr not found on this server

    hi frank,
    infact i resolve the problem my project is WAP based for it i installed JWE extension.
    when i run it in Emulator or in Browser it give eror and when i say that run it in Embeded OC$J then it works fine, can u help me that i can run it directly in my emulator.
    i also installed open wave emulator and register it in jDeveloper.
    thx
    regards

  • WebAuthenticationBroker doesn't return oauth_verifier in ResponseData

    I am building a Windows 8 app that connects to a service that utilizes oAuth 1.0a. In my app I am trying to use the WebAuthenticationBroker for the Authorization step. The issue I'm running into is that the ResponseData from the Broker is only returning
    the callback url without the oauth verifier appended. The verifier code appears in the body of the callback url page as plain text, but I am unable to retrieve that data with the Broker.
    Here is my code:
    public async Task<string> Authorize(string oAuthAuthorizeUrl)
    System.Uri StartUri = new Uri(oAuthAuthorizeUrl);
    System.Uri EndUri = new Uri("http://oauth-api.beatport.com/identity/1/oauth/authorize-submit");
    var auth =
    await
    WebAuthenticationBroker.AuthenticateAsync(WebAuthenticationOptions.None, StartUri, EndUri);
    var responseStatus = auth.ResponseStatus;
    var responseText = auth.ResponseData; // Callback url specified above gets returned here
    Here is a snap shot of what gets returned in the ResponseData
    Is there any way I can get the data from the HTML page with the Broker?

    Hi TKx421x,
    From the description of MSDN documentation, ResponseData includes the entire URL for HTTP GET. For POST, the property is the entity body. You can see more from
    http://msdn.microsoft.com/en-us/library/windows/apps/windows.security.authentication.web.webauthenticationresult.responsedata.aspx. Please use POST request to get the entity body.
    If not help, please post more information about your scenario.
    Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. Click HERE to participate
    the survey.

  • Can't publish an app with twitter timeline

    Hi,
    i have an app in Project Siena which i want to post my timeline and be able to post my tweets.
    I setup a twitter data source and in 'design' environment everything works OK.
    Then, the hell begins when I want to publish the app, as I can't get it to work with the twitter API.
    1) i registered an app with apps.twitter.com, copied the API key and API secret. For the callback URL I have just posted our company's website, as the app in Project Siena has nothing to do with any URL.
    2) suddenly the twitter timeline does not work anymore, the curernt user does not exist anymore within data sources and there is no timeline. I would think there is an issue with authorization?
    3) I tried adding a new twitter feed and doing it from the scratch straight away with the API, to no avail.
    4) I can't get rid of the twitter and twitter_1 data sources, as when I try to delete them from my app in siena, Project Siena just crashes. 
    My questions:
    - is there any specific catch connecting siena app with my twitter account?
    - is there anyone here who got to the point of feeding timeline from twitter to the PUBLISHED siena app?
    - is there a way to 'hack' the data source out of the app somehow differently than through the Siena GUI?  Like to edit something in the myapp.siena file?
    I appreciate your answers, thanks,
    Peter

    Actually, I got it to work somehow. 
    This is what I did:
    I added a new twitter data source and NOT logged in straight away with my user account (like I would normally do to play around with the app).  Instead, I set-up the APIs first, and only then went to change the feed elements in my screens
    (so that the source was pointing to this new twitter_2 data source instead of the old two which i setup earlier, i.e. twitter_1 and twitter).
    Now the app is publishable and when I open it, it asks me to log in with my twitter account - all good.
    Have still not got rid of the two old twitter sources in the .siena file. If i press delete Project Siena just crashes. Any ideas ?   At this moment it does not affect functioning of the app, it is just 'messy' and 'unnecessary' in 'source code'.  

  • CorrelationSet error on TaskActionHandler Service

    Hi all,
    there's an error on CorrelationSet related to property taskId (propertyAlias: task/taskId) when using the Human Workflow Wizard (Pattern= sequential).
    I experienced this problem running "OrderBooking" tutorial and the util StarLoanWithWorkflow. Infact every time I have to copy the output message from the TaskActionHandler Service into the receive activity (onTaskCompleted) of the main process if I want that it works properly, because the message is lost. I tried to re-set correlationSet in file TaskActionHandler.wsdl with the correct field (taskId, which is a xsd:string) and messageType="taskMngr:taskMessage" but it still doesn't work.
    Thank you

    Ok, I undestood! The problem occurs only if I change these properties in the BPEL Admin Panel:
    - BPEL soap callback URL (http://mlr:9700)
    - BPEL soap server URL (http://mlr:9700)
    which I replaced with "http://localhost:9700" for portability reasons.
    How can I use the worklist if I want to change these properties with "localhost" insted of my computer_name "mlr"?
    Thanks

  • How to pass username dynamically  in siebel on demand weblink

    Hi ,
    I am passing SSO Token(like %%%SSO Token%%%) in siebel on demand weblink url to enable single sign on and authenticate our application.After getting SSO token value, i am validating the SSO Token Value by using a siebel callback url. Siebel server will send userame and application enterprise name as response.
    But , our application is expecting username dynamically while sending request from web link. But in general flow i am getting username only after SSO Token validation .
    So is there any way in siebel on demand to pass username dynamically while configuring a web link.Please advice .
    Thanks in advance.
    Regards,
    Deepak.
    Edited by: user11299064 on Nov 17, 2009 2:50 AM

    Hi, As part of weblink configuration, you can see a drop down called "User Fields" from where you can pass the required user fields to the other system. Fields available are (Last name, first name, alias, id, email etc). Hope it helps
    -- Venky CRMIT

  • Calling a BSP App from the UWL - What is required?

    Hello,
    We are trying to call a BSP application using workflow from the UWL. We are using ECC5.0(ERP2004) and EP6.0.
    I have setup a Std Task to call method EXTSRV:PROCESS and in the task container I have the parameters that the BSP is expecting.
    I have set the task as BSP_Standard is transaction SWFVISU. The visulisation parameters I have set as follows:
    APP_PATH:      sap/bc/bsp/sap/yfi_aa_b_req
    CONFIRM:      
    SYSTEM_ALIAS:  SAP_R3_Financials
    I could not find any documentation on what these parameters should be so I have taken an educated guess.
    The current configuration opens the HTML SAPGui with a generic screen stating that the workitem is in process, but there is no sign of the BSP application
    I need to confirm that there is no other Portal Content Directory configuration required with respect to the Launcher/Handler in the portal.
    Also that the setting for the visualisation parameters are correct:
    Eg.
    APP_PATH "Complete path to the BSP Application"
    CONFIRM "Flag to show a confirm end of step button"
    SYSTEM_ALIAS "The ECC System alias defined in the portal"
    Yor help would be appreciated.
    Regards
    Mark Rodrigues

    Sorry for the tardy reply, we were swamped by a deadline and I have only had a chance to re-surface in SDN.
    Here is an example of the UWL XML config:
        <ItemType name="uwl.task.webflow.TS90000117.SAP_R3_Financials" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWSHanlder" executionMode="pessimistic">
          <ItemTypeCriteria systemId="SAP_R3_Financials" externalType="TS90000117" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchWSHanlder" groupAction="" handler="XhandlerLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes">
              <Properties>
                <Property name="webservice_url" value="http://ssisapd3.app.govnet.qld.gov.au:8040/sap/bc/webflow/wshandler"/>
                <Property name="sap-client" value="110"/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
    Hope this helps. As mentioned you have probably worked it out yourself now.
    That Callback URL was very important for sending the terminating event back to R/3.
    Mark

Maybe you are looking for

  • How do I save a frame as a .jpg like in iMovie?

    I'm fairly new to Final Cut, but have used iMovie for a long time and I can't figure out how to save a frame as a .jpg like I would in iMovie. Thanks!

  • How to call ABAP client proxy?

    Hello, I am getting confused with ABAP client proxy now. I've defined a outbound service interface (Message Interface) in PI, based on the service interface I generated the ABAP client proxy in the abap backend system. There are two possible ways to

  • Error thread java : problem with the function "resume 0x***"  (forum sun)

    One problem with the function of jdb occured when I tried to use it to pilot the processor with differents threads. In fact, I use a simple example with 2 threads. I stop the two threads with two breakpoint, and I want to resume one or the other (wit

  • Web template transport - Urgent

    We are unable to save a web template (after making changes)and getting the following errors. " THE OBJECT CANNOT BE PROCESSED DUE TO A TRANSPORT PROBLEM" When we click Ok, then the following message is appearing: "COULD NOT SAVE TEMPLATE" There is no

  • How to set screen resolution in BDC

    hi pls give info regarding how to set resolution for screen thank you Ravi