I'm using telerik reporting R2 2017 Standalone application for connecting to a web api and please help me to set the header
Related
I'm trying to follow the wso2 retail banking sample, as outlined at http://docs.wso2.org/display/DVS310/Retail+Banking+Sample
I've got to the stage 'Deploy the Carbon Application Project into the WSO2 App Server' and I don't understand how to create a server.
When I follow the instructions then in Eclipse I get a 'New Server' form appear. If I enter the WSO2 App Server folder address into 'Carbon home' text box then a warning error appears at the top of the form:
Missing classpath entry C:\jlibs\wso2\wso2as-5.2.0\lib\api
Am I supposed to setup class path entries for each of the WSO2 server products? The 'next' and 'Finish' buttons are disabled.
Any suggestions?
You encounter this error when you select the incorrect Carbon Server family from the list of Servers in the Dev Studio servers view. If you are running App Server 5.2.0, you need to select either WSO2 Carbon 4.2 based Server (only available in Dev Studio 3.5.0) or WSO2 Carbon 4.0 based Server in older Dev Studio versions.
Please follow the instructions in 1 on how to add a Carbon Server to Developer Studio.
Also please find the webinar conducted on the same scenario from 2. It will help you to solve all the other issues you encounter.
1. http://docs.wso2.org/display/DVS320/Deploying+and+Debugging#DeployingandDebugging-DeployingaC-ApptoarunningserverinsideEclipse
2. http://wso2.com/library/webinars/2012/05/enterprise-use-case-application-development-using-wso2-developer-studio/
Thanks and Regards,
Harshana
Hi I am working BPEL using WSO2 developer studio. I am trying to invoke a web service deployed in WSO2-AS using it's wsdl 1.1.
In the BPEL editor I added a partner link (using + button in palette)
In the properties window I click on Browse and then in the popup window I clicked on Add WSDL button.
There I selected the URL radio button and pasted the wsdl 1.1 url of my axis service. But the service is not imported.
I tried with WSDL 2.0 url then also it failed. ( I tried both Axis and Jax-ws )
Then I tried importing a wsdl url of a web service (jax-ws) deployed in tomcat using netbeans. It worked fine.
Could you please help me to understand this problem?
Thanks in advance
Sunil Binkam
WSO2 BPS bpel package requires all artifacts to be in the same location. So the easiest method to do that is to just same the wsdl file into the bpel project folder from the browser and click refresh. Then you can import the wsdl from the developer studio.
Thanks
Nandika
I have asp.net web service application created in VS 2010. I created this web service using ASP.NET Web Service Application template in VS 2010. My InfoPath form consumes my webservice. However to fill out my IP form, I first have to make sure I run my web service, otherwise I get errors like cannot connect to the webservice.
How can I make sure my web services are properly deployed to my SharePoint site that hosts infoPath form services? Please let me know the necessary steps. If my web services are deployed to my SharePoint site then there's no need to manually run my asp.net web service in the browser everytime I need to fill out the form. Thanks.
Here's the error message I got when I tried to browse my custom web service deployed to layouts folder:
http://abcd/_layouts/WebServiceDemo/MyCustomWebService.asmx
I couldn't find relevant message in 14-->LOGS. Any idea what's causing this? Thanks.
My own analysis: Please visit the web.config inside LAYOUTS folder and set Customerros to Off to get more meaningful error message.
I Googled "How to consume asp.net web service in SharePoint site".
The third hit was Walkthrough: Creating a Custom ASP.NET (ASMX) Web Service in SharePoint 2010. The post shows how to create, deploy and consume the service.
I have a SOAP web service code (.asmx) created using VS.NET 2008 which I plan to host on a web server. I am unaware and completely new to the term 'hosting' . My question is whether there are any free and limited period web hosting services that offer me to host a .asmx web service having Microsoft SQL Server 2008 as backend. If yes, what should the approach be from my side ? Should I the upload the .asmx code or the entire VS.NET project ? I am working on localhost at present.
Thanks
This describes how to deploy ASMX web services:
http://msdn.microsoft.com/en-us/library/6x71sze4(v=VS.90).aspx
You'll need to find a web host that supports IIS and ASP.NET. I'm not aware of any free hosts that support server side scripts and SQL databases. One of the cheapest options that I've used in the past is GoDaddy, which should satisfy all your needs.
You can test locally if you install IIS 7, available through the web platform installer:
http://www.microsoft.com/web/downloads/platform.aspx
We are working on a client app that should search and download directory information from Microsoft OCS server (OCS old as well as Lync).
Does OCS provide web services type api?
From what I understand, the client needs to do sip handshake before it can do directory related queries.
Having dependency on sip stack is not desirable.
So I am wondering if there is a way (like SOAP web service or something like that) to do it.
The client is a C++ client with access to gSoap or curl type library running on Linux platform.
Thanks for your help.
No, there is no web service out of the box that gives you what you need.
I thin your best bet would be to build a UCMA application that would sit on an application server inside your OCS/Lync infrastructure. You could then build a web service to access this.
For OCS 2007, you'd need to use UCMA 1.0. For OCS 2007 R2, UCMA 2.0 and for Lync, UCMA 3.0