Wsdl connection not refreshed in QA and Prod

We have developed a offline
interactive adobe from based on a WSDL Data connection.
The form works fine in development. We moved the form to QA system. But
in the XML source code in the form which is based on the WSDL still
contains the Development host.
Although dynamically Hostname and Port are captured in the
Java script and made a soap connect , it still also use the Values in
the WSDL to connect to development system webservice.
=========================================================
Dynamic hostname and port generation
=========================================================
var cURL = enter the WSDL url generated in the first step;
var service = SOAP.connect(cURL);
xfa.connectionSet.name of our custom data connection.execute(0);
=========================================================
Development server hostname in WSDL source which is carried over to
subsequent systems
=========================================================
service name="ZQI_EXDATA_QUALITYCHECKLISTService">
<documentation>SAP Service ZQI_EXDATA_QUALITYCHECKLIST via
SOAP</documentation>
- <port name="ZQI_EXDATA_QUALITYCHECKLISTPortType"
binding="s0:ZQI_EXDATA_QUALITYCHECKLISTBinding">
<soap:address
location="http://<Dev hostname>:<Abap port>/sap/bc/soap/rfc" />
</port>
============================================
The WSDL is getting refreshed in the QA system only if create a New
data connection based on the WSDL downloaded from QA system.
We cannot do this in our QA system or Production system as the System
settings will not allow for modifications.

Hello Tanuj,
we have the same problem. Have you got any idea how to fix ist? Or has any one else an idea?
Thank you.

Similar Messages

  • Excel Add-in connections not refreshed

    I am using Essbase 9.3.1.4. I have created a new planning application and set up the security / provisioning in shared services and syncronized to EAS. The security for the user works correctly in the planning application but when we try to connect via the Excel Add-in, the new planning application does not appear on list of available applications/database in the connection box. It does list existing planning applications available to the user, but not the new one. Does anyone know in v9.3.1.4 what file the Essbase add-in connection box is reading to present the available application/databases to the user for selection? For some reason it seems this file is either not being updated or it is ready an old version of the file. We have the same issue when using SmartView ad-hoc, any non-admin userid cannot access this new application. SmartView Planning does work. Any suggestions would be appreciated. Thanks.

    A quick fix would be to create a shortcut to ESSEXCLN.XLL in the Excel startup folder (varies by install, usually c:\program files\microsoft office\office\xlstart\)Jeff McAhren<br>Dallas, TX

  • Datagrid not refreshing after drag and drop

    Please help me solve this: my datagrid DOES refresh itself,
    but only after the SECOND drag and drop.
    Here's an example of my datagrid :
    1. Label a Description a
    2. Label b Description b
    3. Label c Description c
    When I drag the third row to the top of the datagrid, I want
    to see updated row numbers like this:
    1. Label c Description c
    2. Label a Description a
    3. Label b Description b
    But I see this
    3. Label c Description c
    1. Label a Description a
    2. Label b Description b
    Now let's swap rows 2 and 3; now the datagrid will correctly
    show 1. in the first row! (Of course 3. and 2 are messed up until
    the next drag and drop).
    1. Label c Description c
    2. Label b Description b
    1. Label a Description a
    As you can see, row #1 is now correctly displaying "1." This
    is happening only after the second drag and drop occurs.
    Here's my strategy:
    1. I'm using a datagrid with an ArrayCollection as the
    dataprovider.
    2. The datagrid uses the dragComplete event to call a
    function (function shown below).
    3. This function uses a loop to update the property GOALORDER
    of each row in the ArrayCollection
    4. This function also creates an object of new GOALORDER's to
    update the database (this part is working fine).
    I've noticed somewhere in the docs that, when a datagrid is
    experiencing multiple changes it turns on
    ArrayCollection.disableAutoUpdate automatically. IS THIS TRUE? This
    could explain why my datagrid does not immediately refresh.
    Is there some way to drag and drop, update the
    ArrayCollection, and refresh the datagrid- in that order?
    Thanks!
    Here's the misbehaving function!
    // re-sort the list NOTE first index=0, first goalorder=1
    private function reSort():void
    var params:Object = new Object();
    params.DBACTION = "reorder";
    var i:int;
    var g:int;
    for (i = 0; i < acGoals.length; i++)
    g=i+1;
    // replace GOALORDER in ArrayCollection
    var editRow:Object = acGoals
    editRow.GOALORDER = g;
    acGoals.setItemAt(editRow, i);
    // create multiple entries to edit database
    params["GOALID"+g]= acGoals.getItemAt(i).GOALID;
    params["GOALORDER"+g]= g;
    params["rowsToUpdate"] = g;
    //HTTPService to
    hsGoalAction.send(params);

    Fateh wrote:
    I just forgot to make the event scope of the dynamic action LIVE...and that the <tt>font</tt> element has been deprecated since 1999 and now does not exist in HTML?

  • Video not refreshing, looks garbled and choppy

    I have both an iPod Touch 3rd (4.1) and 4th Generation (4.1 and now 4.2). I also just upgraded iTunes from 10.1 to 10.2.
    My older Touch and iTunes on the MacBook display the videos properly (either in MPEG-4 or Quicktime formats). However, in the 4th gen Touch, the videos are choppy, and garbled. The sound is ok. I tried the setting to "Create and Ipod Version" but no luck (said they already were). Any ideas?
    Message was edited by: patagonia_nut

    Yes, I tried, but still no luck. To describe the problem further, if a person is walking across the screen in the video, there is a trail behind them and the pixels are all off. Then it is a combination of old video with new video. Very strange.

  • WSDL Data connection not working - SAP Interactive Forms(Adobe Based)

    Greetings,
    I am trying to explore the features of Adobe based forms in SAP (WAS 6.4) and have been trying to create an interactive form.
    I am trying to use the WSDL file Data Connection but with no success. This is what I have been doing, starting with a blank form in the "Layout" tab,
       - In the "Data View", created a "New Data Connection".
       - Selected "WSDL file" Option.
       - Browsed to and selected the desired WSDL file.
       - Selected the WebService Option listed (Only one in my case).
    The WebService in this case is programed to "Request" two numbers and "Response" back the sum. (This was just for trial).
    - The connection subsequently appeared in the "Data View".
       - Expanded the "Request" and "Response" trees and dragged the elements to the "Body Page" screen.
       - Dragged the Data Connection Button to the screen.
       - On the Properties of the Button, Went to the "Object" tab and then to the "Execute" tab.
       - Checked "Re-Merge Form Data" and Run at "Client and Server"
       - Generated the PDF Preview
       - On the preview, entered the values for the "Requested" fields and clicked the button. It displays the error message "Couldn't post data to ".
    This was my long story, but with this background, what I want to know is:
       - How do i get it to work, I expected to see the sum in the field.
       - What is meant by running at "Client or Server".
    We do use a proxy server to connect to the Internet.
    As a bottom line, I intend to make an interactive form with which I can display real-time transactional data on the form from our R/3 46C server based on a user input on the form itself (eg: PO info on entering of PO number on the form output itself)
    Best Regards,
    Sanyam Kapur

    Hi Sanyam,
    Looking for messages with zero reply I have found yours.
    Even if it is some time ago, when you posted the message, I would like to give some hints here:
    Web Dynpro does not allow to access data coming directly from a Web Service and display it within a pdf file. You need to create a Web Service modell first. Then you would bind the InteractiveForm property to the context and the data can be shown.
    Hope that helps.
    Best regards,
    Karin

  • SYSTEM LANDSCAPE -   DEV and PROD - refresh

    Hi All,
    We have a situation like this.
    1. Our BW Q&A is a copy of PROD
    2. Our BW DEV is not either a copy of Q&A or PROD.
    3. We have issue with a particular process chain in PROD and we need to correct (and follow the lanscape..that is want to do the correction in DEV and the transport to QA and then to PROD)
    4. Since this particular process chain is not existing in the DEV environment, our Basis team is advising us to check the difference in DEV and PROD for as this process chain concern and then want to refresh it to DEV system so that we can carry out the change/modification.
    We don't know really what exactly we need to find the differences between DEV and PROD for this PC and then to inform to Basis team...
    Is it correct that since the particular process chain associated with various queries,data targets,update/transfer structures...etc will be over writen  /  copied / refreshed in DEV system from PROD?
    Please advise..Please help..

    Hi George, SAT, BWer,
    Thanks for your messages.
    George : Answers to your question:
    1. Our Basis team want to copy all the configuration (related to the particular process chain only)and not Data's.
    2. How to pack the process chain in a portable file and extract this file. then import it into DEV..and what is the way not to get error when doing so (knowing that fact that obejects will be different..) I don't know..whether to copy the objects are or not..
    3.I agree with you.. Even  we are ready to work with DEV to PROD..
    SAT: Answers to your questions:
    1. I do see some Process chains in the DEV and not related to this particular PC. Many development PC are there..and I don't know where the originally developed PC's ???!!
    2. I am new to this Client..sorry..how this has been deleted...
    BWer :Answers to your questions:
    1. Yes..PC is Latest in the PROD.
    2. We don't want to create the process chain all the way from scratch in the DEV. Yes..This is one of the process chain used in the metachain...Totally there are five chains in the PROD related to this..We need to modify only the second process chain..which we are trying to copy in the DEV and then do the changes...
    Hope , you are clear about our requirement.
    Please advise me what exactly we need to look into the DEV and PROD system so that required PC is copied alomg with (????) to DEV system..Please help.
    Thank you very much in Advance..

  • I can't print wirelessly using Airport Express.  I have my HP printer connected to a USB hub, and the hub to the Airport Express, but when I select the HP from the printer list, my MacBook says the printer is "off-line" - even when it is not.

    I can't print wirelessly using Airport Express.  I have my HP printer connected to a USB hub, and the hub to the Airport Express, but when I select the HP from the printer list, my MacBook says the printer is "off-line" - even when it is not.  I've tried several USB connectors, and several different ports on my USB hub; same result.  I need to have the HP connected to the hub 'cause from there it's connected to our desktop Mac.

    Hi,
    I am currently replying to this as it shows in the iChat Community.
    I have asked the Hosts to move it to Snow Leopard  (you should not lose contact with it through any email links you get)
    I also don't do Wirelss printing so I can't actaully help either.
    10:01 PM      Friday; July 29, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • My IPod nano 6 connects to my library but will not receive new music and playlists

    My ipod 6th generation will not receive new songs and playlists from my library on my PC. My ipod shows up in the itunes library when I connect it. It syncs when it is plugged in to computer but the sync is very short. I changed to a new computer back in September 2013. My old one crashed.  I have synced my ipad 2 and my iPhone 4S to itunes library on the new computer.  All these devices show up in the "manage my devices" list except my ipod 6th generation. There is no "add device" to this itunes account, only an option to deauthorize the computer, the iPhone or the ipad.
    The ipod downloaded songs that I added to my computer library on my new computer, but will not add new purchased songs nor library playlists.
    My computer is shared with my husband. His user account on the same computer shows up in my "manage devices" section of my itunes account. He doesn't use it. I thought I had to add my itunes on his part of the computer because his is the "main user". 
    I'm not sure what to do.  Should I take my computer, iPhone, ipad and nano to an appointment at the Genius Bar at the Apple Store?  Any help is appreciated. Thank you.

    I kept working at this after posting. On the sync page for the ipod on itunes library I chose to remove the iPods association with my old computer. It erased all the old content from the old computer and then put all my checked songs from the new computer on my iPod nano.

  • When I connect my ipod to computer and open itunes, the songs on my ipod do not show up on the itunes library...it is blank...songs are still on my ipod but don't seem to show up on computer..help??

    When I connect my ipod to computer and open itunes, the songs on my ipod do not show up on the itunes library...it is blank...songs are still on my ipod but don't seem to show up on computer..help??

               Download this for getting media off your ipod!http://www.macupdate.com/app/mac/19890/ipoddisk
    Hope this helped!

  • I rented a movie via Itunes on  my PC but half-way through the download recieved a "An unknown error has occured (-50)" notification. This is not my first rental, and I have verified my network and all connections to be good. Will I still be charged?

    I rented a movie via Itunes on  my PC but half-way through the download recieved a "An unknown error has occured (-50)" notification. This is not my first rental, and I have verified my network and all connections to be good. I have rebooted Itunes and resumed the download of the movie only to receive the same error code. Has the movie file been corrupted? Can I recover the rental even though the time has elapsed? Will I be charged?

    Did you figure this out?  I haven't rented a movie in this new iTunes yet and saw one tonight I wanted to rent.  Same fricken thing is happening to me.  I hate this new iTunes, and I really hate that there are problems like this....why the heck do they have to fix something that isn't broken and break it?  This just really stinks.

  • HT4623 please help - installed IOS7 and now I am having problems playing Words Free on my Iphone.  It gives me a pop up telling me to connect to ITunes but will not connect.  Cannot get out and have to continually shut down my phone and start over.

    please help - installed IOS7 and now I am having problems playing Words Free on my Iphone.  It gives me a pop up telling me to connect to ITunes but will not connect.  Cannot get out and have to continually shut down my phone and start over.

    Hi, jeantwin.
    Thank you for visiting Apple Support Communities.
    The steps in the article below may help you resolve the issue with push notifications.
    iPad and iPod touch: Unable to use YouTube or Push notifications
    http://support.apple.com/kb/ts3305
    If the issue persists, try signing out of your Apple ID and then sign back in.
    iOS: Changing the signed-in iTunes Store Apple ID account
    http://support.apple.com/kb/HT1311
    Cheers,
    Jason H.

  • When I log into my Hotmail account now, it now connects to 'microsoft windows (US)' and not to 'UK' which could be why some downloads and sending/receiving emails frequently run very slowly. What's changed and how to I revert this back to windows UK

    Below is the thread from/with Windows Live Solution Center which should tell you me issues. Let me know if you need any further information please.
    >
    >
    >
    Windows Live Julius M.
    Hi chriswhitehead,
    I would like to make some clarifications.
    > Did you change any information on account.live.com specifically on the location/country?
    > Did you change the timezone and locale of your computer?
    > When did you experience this latency?
    > Did you add a lot of softwares on your computer?
    > Did you change your ISP provider?
    Thanks,
    Hello Julius M
    Sorry I haven't got back to you before now but I've had a few problems trying to make this reply.
    I was using firefox as my Explorer. When I tried to open your message the system kept looping between 'hotmail logon' and 'connecting' and didn't get anywhere. Also, when I clicked on the 'reply' radio button below your message, nothing happened. ......I've now gone back to using Explorer 8 to try to reply.
    to answer your questions:
    >I haven't changed any information in account.live.
    >I haven't changed the timezone or locale of this computer.
    >I experience this latency about 3 weeks ago when a message popped up saying that it had been noticed that I was connected to the US server and did I want to revert back to the UK server. Unfortunately the message didn't stay on the screen long enough for me to click OK of for me to see who sent it. It may have been Microsoft or possibly from Firefox. Just before this, I had downloaded and installed several critical MS updates for Win 7.
    >I haven't added any software to this computer recently.
    >I haven't changed my ISP provider.
    I have uninstalled Firefox and will try again with a fresh installation. Possibly Firefox went wibbly.
    Thanks
    Report as Abuse
    Chris Whitehead
    Julius M
    I've just reloaded Firefox Ver 9 and the problem still exists.
    Opening your link in firefox just loops and can't find a connection.
    Also, I can't make a reply.
    It seems that Firefox doesn't like Win Live Solution Centre or WLSC doesn't like Firefox.
    Report as Abuse
    It works OK in IE8 (but Internet Explorer lacks the refinements of other explorers... changability, bookmarks etc)
    Hi chriswhitehead,
    Since according to you, you did not change any information on your account information, therefore this is issue is not account related. Furthermore, since you did not change your ISP provider therefore this is not an internet connection issue.
    It appears that this is a browser issue since you don't have problems with IE8 and the preferred browser does not work well with Hotmail. I have some suggest: please try to deactivate the firewall and access Hotmail via Firefox. If this does not work, please try to open your Hotmail via Firefox using other computer.
    Thanks,
    Windows Live Julius M.
    Hi Julius M
    I've tried again with Mozilla Firefox and it failed to allow me to properly open your reply and went into a ' connecting loop' when I tried to send.
    IE8 works OK. This reply is with the Opera Browser. Let me know if you get this OK and I will advise Mozilla that their system is defective.
    Regards
    Chris Whitehead
    Hi Chris,
    Yes, your reply was posted properly. You can inform Mozilla about the issue.

    Hello,
    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • HT4922 Downloaded 5.1.1. to my iphone. Now, Safari will not connect to my server.  Can not download web pages and many of my apps. Running very slow sluggish! Is there a fix? Sound like other users are experiencing same problems.  Anyone have a solution?

    Downloaded 5.1.1 to my iphone. Now, Safari will not connect to my server. Can not download web pages and many of my apps. Email seems to be ok. iphone running slow and sluggish.  I have read several other users have experienced the same problem. Any solutions?

    Basic troubleshooting steps oultlined in the User Guide are restart, reset, restore from backup, restore as new device.
    You need to go through all steps in succession until your problem is solved.  If going through ALL these steps fails to resolve your issue, then you'll need to bring your phone into Apple for evaluation and possible replacement.

  • HT1212 How do i restore my iphone 4 when it does not have current IOS and i have forgotten passcode.  Not showing in itunes but has connect to itunes logo on screen???

    I previously had an iPhone 4 which has since been put away in a drawer now that I have an iPhone 5.  I would like to give my iphone 4 to someone else to use but could not remember my passcode - have tried a few times (I believe I have one more try before it gets disabled - so I have stopped trying).  Read somewhere that you can just restore your phone which works for me as I wanted to clear it anyway.  When I connect my phone to itunes and clicked on restore it said update and restore which I clicked on and left it to do its work.  However, a while later an error code popped up saying that it could not update or back up the phone as the phone was locked .  Now my phone just has the itunes logo on it but when I connect the phone to the computer and I manually open itunes, my phone is not recognised. 
    What can I do?  Please help!!!

    Hi Shelley1284,
    If you are having issues restoring your iPhone, you may find the following article helpful:
    Apple Support: If you can't update or restore your iOS device
    http://support.apple.com/kb/ht1808
    Regards,
    - Brenden

  • Secure connection to iTunes store failed and could not update to ios 6

    I tried in 4 different pcs with windows 7 installed to update my iphone 4 to latest version of ios (ios6) my current version is 5.1.1. I never had this issue ever before.. My iphone is jailbroken and so i couldnt update with OTA. I also tried to install a fresh copy of ios 5.1.1 to update my phone via OTA.. But the same problem now in itunes 10.5 and 10.7 too.. "iTunes could not connect to iphone software update server or is temporarily unavailable". I checked iTunes itunes diagnostics and the secure connection to itunes storo fail is the only thing which doesnt work.. I tried almost everything from here.. Starting from "internet option", changing the hosts file and the firewall thing.. But couldnt get it better.. What shoud i do?
    Here is my iTunes diagnostics report:
    Microsoft Windows 7 Ultimate Edition (Build 7600)
    eMachines ET1861
    iTunes 10.7.0.21
    QuickTime 7.6.9
    FairPlay 2.2.19
    Apple Application Support 2.2.2
    iPod Updater Library 10.0d2
    CD Driver 2.2.3.0
    CD Driver DLL 2.1.3.1
    Apple Mobile Device 6.0.0.59
    Apple Mobile Device Driver 1.62.0.0
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 1.9.6.502
    Gracenote MusicID 1.9.6.115
    Gracenote Submit 1.9.6.143
    Gracenote DSP 1.9.6.45
    iTunes Serial Number 0023AEC4028E1440
    Current user is an administrator.
    The current local date and time is 2012-09-23 09:00:21.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is not supported.
    Core Media is supported.
    Video Display Information
    Intel Corporation, Intel(R) HD Graphics
    **** External Plug-ins Information ****
    No external plug-ins installed.
    iPodService 10.7.0.21 is currently running.
    iTunesHelper 10.7.0.21 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    **** Network Connectivity Tests ****
    Network Adapter Information
    Adapter Name:    {A11C5D80-134D-4FA9-BF81-1C4A418C0F4A}
    Description:    Dhiraagu
    IP Address:    10.151.15.47
    Subnet Mask:    255.255.255.255
    Default Gateway:    0.0.0.0
    DHCP Enabled:    No
    DHCP Server:   
    Lease Obtained:    Thu Jan 01 05:00:00 1970
    Lease Expires:    Thu Jan 01 05:00:00 1970
    DNS Servers:    27.114.138.4
            27.114.140.62
    Adapter Name:    {1EAA0EEE-E778-4884-B030-1AFF603AEC57}
    Description:    Realtek RTL8168D/8111D Family PCI-E Gigabit Ethernet NIC (NDIS 6.20)
    IP Address:    0.0.0.0
    Subnet Mask:    0.0.0.0
    Default Gateway:    0.0.0.0
    DHCP Enabled:    Yes
    DHCP Server:   
    Lease Obtained:    Thu Jan 01 05:00:00 1970
    Lease Expires:    Thu Jan 01 05:00:00 1970
    DNS Servers:   
    Active Connection:    Dhiraagu
    Connected:    Yes
    Online:        Yes
    Using Modem:    Yes
    Using LAN:    No
    Using Proxy:    No
    Firewall Information
    Windows Firewall is off.
    Connection attempt to Apple web site was successful.
    Connection attempt to browsing iTunes Store was successful.
    Connection attempt to purchasing from iTunes Store was successful.
    Connection attempt to iPhone activation server was successful.
    Connection attempt to firmware update server was unsuccessful.
    The network connection timed out.
    Connection attempt to Gracenote server was successful.
    The network connection timed out.
    Last successful iTunes Store access was 2012-09-23 08:57:21.
    PLEASE HELP ME...!!!

    Hi msahed,
    Welcome to Apple Support Communities.
    It sounds like there is an issue with your PC establishing a secure connection to the iTunes Store and the firmware update server. Try following along with the articles below, as they should resolve the issues that you described.
    iTunes: About the "A secure network connection could not be established" alert
    http://support.apple.com/kb/ts1470
    iTunes for Windows: iTunes can't contact the iPhone, iPad, or iPod software update server
    http://support.apple.com/kb/TS1814
    I hope this helps.
    -Jason

Maybe you are looking for

  • Insert statement

    Hi... I want to make an insert statement with a cursor, and if in the destination table exists allready a record like in start table, I would like to skip to insert that record.....and inserting the other records from the start table...... Can anyone

  • How do I set new tabs to open with my home page

    When I open a new tab, it opens with bingle and I want it to open with Google, which is my home page.

  • Real Player plugin in use - how to get rid of it?

    I tried to play something someone sent me, it required realaudio, I downloaded for free Real player for mac, it didn't do the job, so I tried to trash it, but I keep getting the message above. Anyone knows what to do? Max

  • My iphone4 will not sync

    Every time i connect to itunes it asks me to "Set up your iPhone. Itunes gives me an error saying it cant be restored because the backup session failed, Why?

  • Can I put a class into a jsp??

    I want to put this class into a jsp.. and reference it when I need it... can i just dumped it into a jsp... or do I have to do anything specific to it... public class areaformat {      public synchronized static String replace(String str, char oldcha