I have a link http://xxx.yyy.net/zzz/OpacAccess?wsdl that opens in IE and shows the methods of web service correctly.
However, I have a console application where I'm trying to add a web reference but I'm not able to get it working. I right-click the project and click "Add service reference..." From here, I click "Advanced..." and from there I click "Add Web Reference...". When I enter the URL here, it shows me the methods correctly, but I'm unable to add the reference (the button is greyed-out) and the following error is shown:
There was an error downloading 'http://xxx.yyy.net/zzz/OpacAccess?wsdl'. Unable to connect to the remote server. No connection could be made because the target machine actively refused it 127.0.0.1:80.
If I use the visual studio command-line with the following command,
wsdl http://xxx.yyy.net/zzz/OpacAccess?wsdl
, I get "There was an error processing http://xxx.yyy.net/zzz/OpacAccess?wsdl", followed by the above errors.
Thanks very much in advance for any assistance you could provide.
In general, when you can access something through the browser, but not through another program you believe should work like the browser, then the problem is that the other program is not, in fact, behaving like the browser does.
The most common reason for this is proxy settings. The browser will usually have them set (perhaps automatically through Group Policy or the equivalent), and your other program will not.
Related
Using Web API solution I'm downloading Excel file, But when I try to run that link I'm getting below error
"The webpage at https://test.quality.com/rmqwebapis/GetReport/278 might be temporarily down or it may have moved permanently to a new web address".
Please help me out with this issue
The issue could lie with the Winsock settings corruptions.
I suggest you to follow the steps below and check if it helps:
Right click on Start Menu and select Command Prompt (admin).
Type "netsh winsock reset" and hit enter.
When prompted, restart the computer.
Check if the issue persists.
If this problem only exists in chrome you can also refer to this link.
So we all know how smooth switching between browsers and apps can be from our androids and iPhones.
My question is:
Can we archieve anything similiar on windows machines?
Scenario:
1. I get a link in a windows application like skype or outlook.
2. I press the link.
3. Magic: Somehow, somebody checks if my web application is already open in the clients browser.
4. The browser opens the already existing instance of my web application, recieves the parameters from the link and does his work.
Possible Solution/Hack that I though of:
1. When a link is openend in my application, notify the server and check if the user is already active in a different tab.
2. If yes, we show a info-page in the newly opened tab, that states that the link has been forwarded to the server and will be processed by the already existing instance of the web application.
Is there a built in way in Windows?
I've looked around for a while but haven't found anything useful that would be applicable for more than only one application (through plugins / browser extensions)
Thanks!
I am trying to launch an windows application. I have given executable path. Whenever I click on launch, it’s not changing to Identify. It’s coming back to Launch. So what could be the issue?
When the application is successfully launched, but the button does not change from "Launch" to "Detach", it's usually an issue with how you've targeted your window's title.
Usually, appending wildcards to the ends of the window's title will assist in matching correctly. Additionally, ensure that the "Windows process name" field is completed correctly.
This is common for windows applications that are trigger points like RDP, MMC. You would have to have an attach after the launch to gain the connection for identify to become enabled.
I am getting "Not Connected" issue while executing a blue prism object. Currently, I'm working for browser application and I have given browser URL and window title in application modeler.
If I launch the application by navigation stage it's working fine but I'm expecting like already running browser we need to attach and has to do some automation operations on it.
We tried with navigation stage with actions attach/Active application, getting issue "Not connected".
Can anyone help on this issue?
Blue Prism best practice is to call “Attach” page at the beginning of each action to make sure that BP is connected to the application. This page should look like this:
Start
Read stage – to check connection status (it will return Flag with connection status)
Decision stage – connection flag
If connected – go to End
If not connected – Navigation stage – Attach
You also need to provide proper input parameters for Attach action, for Browser automation (Internet Explorer) you need to provide at least process name: “iexplore” & child index: 0 (it depends on your TabProcGrowth registry settings).
Blue Prism also recommends to start browser apps using Utility – Environment VBO & Start Process action. There are 2 inputs: Application – Path to internet explorer exe file & Arguments – webpage address.
If you want to learn more about Browser Automations in Blue Prism I recommend you to familiarize with Blue Prism Guides available on Blue Prism Portal - https://portal.blueprism.com/.
Do you have Attach bookmark created? When you are working with object you are creating bookmarks resposible for different things in your obcject(login, start etc) you need to create Attach bookmark.
I never had any problems with attaching to app, except mainframe app.
Copy your Navigate step from Launch bookmark, then create new one(call it attach) and paste that Navigate step. Then Edit it, Chane from launch to attach and in Properties you need to fill "Window Title" and "Process Title". Window title, you have it at the top window bar. Process title, youll find it in Windows Task Menager - Processes.
Hope it helps!
Well, I am not sure exactly sure if this is your problem but let me try as my issue is close to your issue.
I had encountered this: There is no current stage
So what I did was to trigger the reset button in the upper left corner of the Process Studio. Screenshot below.
Then it works like a charm!
This is because the launched instance of the application is different from the one BP is searching for. To solve this issue close the current instance of the app and Launch it from the Application Modeller.
I thought this would be simple enough but apparently not... Currently I'm just trying to make some simple HTML/JS files to test out bootstrap, and I'm leaving them on my C drive, and attempting to view them from within my browser (chrome). However, when I try, it just tells me the HTML file I'm pointing at isn't a website and that's the end of it.
What exactly am I doing wrong?
EDIT: It just says this
No webpage was found for the web address: file:///C:/.../test.html
Try starting your browser in admin mode. Open the properties window of your browser executable (C:\Program Files\Google\Chrome\Application\chrome.exe), go to Compatibility tab and check "Run this application as administrator"