I'm using SQL Server 2005 with Reporting Services. I have many reports installed, some using shared data sources and some not; some go to web services, some to sql server databases, and now I'm trying to connect to a DB2 database.
I have successfully created a shared data source and report in Visual Studio 2005. I can pull data just fin...
The code below seemingly executes the web service and returns values, but ignores the where clause (thus returning all items in the list). This is the simplest form of the problem that I've come up with.
The TestQuery list is a simple custom list with no user defined fields. Can anyone see why the filter is not working?
<body>
<scri...
Scenario: old legacy code in rpg have to consume data from a new web service
I think in a new stored procedure implemented in any language to act like a proxy but sure there are better options
Some options i have seen is http://www.rpg-xml.com/ (third party propietary)
or using Java stored procedures with DB2 XML Extender
Thank you!!!...
I have an asp.net page that is trying to access a SSRS 2008 ReportServer through the ReportViewer control. The reports are accessed using a proxy account that is setup with 'Browser' role on the server. With a regular report access scenario this setup works fine. but whenever we try to load test this page using 100 virtual users, we star...
Hi,
I have configured the web service to use Json as described on this blog: http://www.west-wind.com/weblog/posts/164419.aspx and various other blogs, but I couldn't create a client to consume this service. I tried various things, but invariably I got meaningless exceptions. What is the correct way to implement the (WCF I should add) c...
Does anyone know of a web service that would allow me to search up brand names for a variety of items? Basically, I want a suggest-style dropdown to match brand names as I begin to type. I am writing a household inventory program and I don't want to deal with someone mistyping a brand name and I also don't want to be storing every sing...
I'm planning to build a set of web services which are going to use geneva-based custom STS to authenticate users. Both STS and relying services will belong to the same party, so the whole goal of going to federated security is providing Single Sign-On point and retrieving all the authorization information only once. Both STS and relying ...
We have an application that has a coulple of .ashx files used to upload files to the server. The problem we are having is what we we make changes to these files and republish the app, it does not update the .assh files. Really it does nto make the changes in the code behind. Everything else is updated. We are using Visual Studio 2008...
I need to make calls to a webservice from a javaFX client. is there some sort of wsimport type tool that I can use to generate javaFX client stubs from a deployed WSDL.
...
Background:
This is really a general best-practices question, but some background about the specific situation might be helpful:
We are developing a "connected" application for the iPhone. It will communicate with the backend application via REST services. In order to not have to prompt the user for a username and password every time...
Related:
Why would one use REST instead of Web services?
When deciding whether to implement a web service using SOAP or REST (by which I mean HTTP/XML in a RESTful manner) what should I be aware of and what should I be thinking of? I presume that this isn't a one size fits all thing so how do I choose which to use.
Regards
...
I'm working on a system that stores data in XML files. The data in the files can be converted into a generic DOM but not without some processing. I have been tasking with looking into how to do the web access story for this system. (FWIW, the existing code base is in .NET)
The system can be thought of as an XML in XML database for hand...
I've been programming in Delphi with Midas/DataSnap for quite long time and quite happy with it. Moving to .NET I'm more than happy with the ADO.NET DataSet. For CRUD application, I'm highly uncomfortable with any kind of ORM. Generic data-structure with automatic diff/delta handling get my job done better for me, an average database a...
I have a simple web service. One of the exposed methods returns a java Object of type "Data". This Data class has a method called "getName()". I compile the project, run "wsgen" on it, and start the service (using the JDK6's embedded HTTP server, not tomcat or glassfish etc.)
So far so good, I can see the wsdl in my browser at the appro...
I need to design a web service layer on top of an existing application. Really, I'm most interested in WS-Security and JMS support, possibly JTA.
What is the best server to use for this? Would it be a wise decision to go with lightweight Tomcat (which I'm experienced with), or would I be better off with a server that implements the ...
How can I build a stand-alone SOAP-based Web Services using Delphi? Must work with Delphi 2009, but it'd be nice if it worked with older ones too.
The built-in WebBroker Web Services creates CGI or ISAPI. It would be nice to create a stand-alone executable that I can control from bottom to top, especially during development.
...
Hi I want to convert a given WSDL file into a XML schema programatically. I need the schema for validating my SOAP responses against it. Can anyone help me with the same? Thanks in advance.
...
(Answers that include advice to use xsd, please describe how to get the xsd from the wsdl!)
I've written up a webservices tier for my office's line of business application. However, unless I can figure out how to get the results into MS-Access or Excel without all the column names turning to strings, then my API is all dressed up with n...
I created just the most basic WCF Service Application to do some prototyping, but I can't get the WebGet implementation to work.
Here's my interface:
[ServiceContract]
public interface IService
{
[OperationContract]
[WebGet(UriTemplate = "/rest/{value}")]
string Test(string value);
}
Here's the implementation:
public str...
Can anyone tell me where to find a Java library that does Muslim prayer time calculation based on the city? Maybe a web service? I would prefer a Java library.
...