I am working through the "Cloud to RDBMS" example using wso2 developer studio.
At the bottom it says:
"Finally, to try the service, go to the proxy list and click try it
under Salesforce proxy."
I'm new with Developer Studio and cannot find a "proxy list" anywhere.
Does anyone know where to find it?
Finally, to try the service, go to the proxy list and click try it under Salesforce proxy.
It is not telling you to click "try it" on the developer studio. It is telling you to login to ESB management console (https://localhost:9443/carbon) and click "List" under "Services" from the main menu as shown below.
And click "Try this service" of the relevant proxy service to go to the "Try it" tool.
So you have to first have to deploy the proxy in ESB and try above steps. This article would be useful for you to start with.
Related
I have been following tutorials on how to make a chat bot for Google chat API. Every time, I get stuck at "go to the configuration tab". I've seen from other questions that you need to enable google chat api but i've done that already.
chat api enabled image
then there is no configuration tab
no configuration tab
I went through another tutorial and nothing changed.
Click Manage and you will see configuration.
I created a project in Firebase, and now want to access additional services in GCP. But the Google Cloud console does not list the Firebase project anywhere I can see.
This page gives instructions for the other direction (importing a GCP project into Firebase). This post makes it sound like it should just happen automatically -- but it's not for me.
(I do see all the other projects I've created directly from the google cloud console.)
This happened to me. I was able to find the new project in the gcp web console as follows:
login to the cloud console
click on the project pulldown in the top left corner.
click the "ALL" tab from the "Select a project" modal dialog: you should see your new project in the list.
You may need to check the organization. Make sure, you are looking in the same organisation where the firebase project is created.
I am trying to start W3SVC on Windows 10 but I am facing several issues here:
I went to Task Manager and clicked the Services tab then I found the W3SVC service and I right clicked it and choose start but it did not start. I tried to click it several times.
I do have IIS Manager but IIS Admin is missing from Services which I do not know why.
World Wide Web Publishing Service is turned on and it is running automatically The dependencies tab have everything in there as it should be. HTTP Service and Window Process Activation Service
I did try to restart IIS in command prompt iisreset. But it failed and the error appeared:
The IIS Admin Service or the World Wide Web Publishing Service, or a service dependent on them failed to start. The service, or dependent services, may had an error during its startup or may be disabled.
I am trying to run a custom website I created on IIS Manager but it wont start. The error appeared:
Cannot start service w3svc on computer
I tried to start "World wide web publishing service", but I was unable to start it as it said:
Error 1068: The dependency service or group failed to start
I want to start the website that I created in my inetpub and I want this w3svc up and running
open Control Panel->Programs->Programs and Features->Turn windows features on or off -> Uncheck "Internet Information Services" and "Windows Process Activation Service"
Restart your machine.
open Control Panel->Programs->Programs and Features->Turn windows features on or off -> install both "Internet Information Services" and "Windows Process Activation Service"
if you still face issue then check the event viewer log.
Try this commands on cmd:
reg delete HKLM\SYSTEM\CurrentControlSet\Services\WAS\Parameters /v GenerateKeys /f
net start w3svc
net stop apphostsvc
net start apphostsvc
I downloaded WSO2 ESB 4.8.1 and started the wso2 server and got the management console up and running. But there does not exist a button called "Synapse" under the configure tab in the top left corner in the management console. I want it to open the synapse-configuration.xml to change the configuration to secure the service. Can anyone tell me why this "Synapse" button is not there in the configure tab in the ESB management console and hoe I can get it?
Use "Source view" menu. It will open the synapse-configuration.xml. See following image.
I have a problem for a few months now...
I have a web service and a client using the web service.
When i try to add the web service to the client(with "Add Web Reference.."), i search for web services on the local machine and finds it. but when i click it in order to add it to the project i get a prompt dialog asking me for username and password.
I recall times when i didn't have this dialog and I'm not sure why this happens now...
the Web.config file of the web service contains <authentication mode="Windows" />
Few details:
I'm using Visual Studio 2008 Standard.
the programs are written in C#.
I'm using IIS 5.1 and the web service configured only with "Integrated Windows Authentication" checked.
in my windows XP I'm using (in order to login) a user name and password.
No matter what i do to add the web Service to the client i can't add it. it fails.
Check to see if your web project (client) is running on vs2008's built-in web server... under Project -> Properties -> Web section.
If not, can you check those same settings on the web service project and try connecting with both options?
That should do it.
**from comments above
I would recommend that you check and see if you have the option NTLM Authentication checked under Project Properties -> Web. If you uncheck this option you should be able to add the Web Service without having to authenticate.
http://msdn.microsoft.com/en-us/library/aa378749.aspx