I have a task that calls the SSRS report server to render the report, then places the freshly rendered report into a SharePoint document library. The report server is set up in SharePoint Integrated Mode.
For smaller reports, everything works perfectly. However, if a report take longer than about 90 seconds to generate, the call to ...
Possible Duplicates:
SOAP or REST
Why do we need RESTful Web Services?
Hi folks,
lately, the REST web services is mentioned a lot. What is the reason for using it over other methods? Are they used in WCF & how do we implement one?
TIA
...
I have a Windows Service which runs a Web Service code in a library. The structure is like this:
MyWindowsService.exe (references to MyServiceLibrary.dll)
MyWindowsService.exe.config
MyServiceLibrary.dll (references to web service)
MyServiceLibrary.dll.config (contains endpoint information about the web service)
The process is like th...
Is there any podcast directory search API out there apart from the iTunes search API? I have looked around but could not find anything useful. Can I use feedburner for this? Is there a search API for feedburner too?
...
To give a little background, I'm writing (or am going to write) a daemon in Python for scheduling tasks to run at user-specified dates. The scheduler daemon also needs to have a JSON-based HTTP web service interface (buzzword mania, I know) for adding tasks to the queue and monitoring the scheduler's status. The interface needs to receiv...
Hi all,
I tried searching the net, also tried some workarounds I found (like manually executing wsdl.exe) but still I can't access a remote web service running on a port different than 80 (say 1234).
When from Visual Studio 2008 OR 2010 I add a web reference using a url like http://192.168.1.2:1234/WebServices/Test.asmx, the service ...
I am using JSF 2.0, Spring, Hibernate and GlassFish v3 server and I need to make webservice and I am totally new to webservice can anyone suggest what kind of webservice I should go for...
...
Hello guys,
I've a web service, which is basically a @Stateless EJB annotated with @WebService, and other JAX-WS related annotations. I can deploy this bean on my machine's glassfish instance, and see its WSDL through Glassfish's administrative GUI. I can also call its methods without any problems, from a SE client.
When I deploy this ...
Hi,
I need to implement a web pages that will contain 2 parts. The right and the left.
The right part (frame) will request data from a web service and will show the result.
The left part however is event driven. Let's say that we I have register for an event (eg a weather condition). The left part will change according to this event....
hi,
So I'm making a app for a bank, but it doesnt manage very important data. I have two problems, it will run over a VERY large LAN network protected by all kinds of security(antivirus and firewalls) and the bandwidth in certain regions is as low as 56kbps.(Its a desktop app with a web server backend connected by web services)
From th...
Hello,
I'm a fairly new programmer and very new to web programming and I need some ASP.NET remediation. I'm trying to implement an autocomplete control in a form. When I put the search logic in the form codebehind, everything works. However, once I move the search logic to a web service (the autocomplete is still calling the same met...
I am trying to read about RETS and have understood little.
I basically need to create RETS SOAP web service to post data to a URL. I am trying to do this with ASP.NET and C#.
I need to receive the data entered by users/brokers and then re-transmit in RETS compliant standard XML. It will be sent to these clients who are RETS 2.0 complia...
I'd like to make requests from an iphone app to a web service I've built. How can I verify that requests made to the web service come from my iphone app (or indeed any authorised source) and are not forged?
I have looked at basic auth over HTTPS but is baking credentials into an application secure?
This question isn't really iphone spe...
I created a web service using VS 2008 C# that uses VC++ dll, In my development enviroment it works, but when I deploy it to the IIS I get this error:
This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. (Exception from HRESULT: 0x800736B1)
[COMExcept...
I have a requirement where the RAW response received from a webservice endpoint need to be persisted so that it can be parsed again later. I am seeking advice as to whether I need to persist just the payload (without the soap envelope) or store the entire raw as is.
If I store with the soap envelope then I believe any soap stack can saf...
As a web services beginner, I have tried for 2 weeks to get a hello world webservice working with maven, eclipse and tomcat.
I gave up trying to get any of the code/wsdl generators to work, and I followed this tutorial http://myarch.com/create-jax-ws-service-in-5-minutes to hand code an example, which is brilliant.
This results in 4 cl...
I have generated proxy class in C# using VS 2008 for a soap web service. A particular web method in that web service has a few optional parameters and I don't want to send any values for those. But the proxy class that I'm using doesn't let me do that; it gives an error if I use null for, say an optional parameter of type int (of course,...
I’m moving a web service from our test environment to our production environment, and am installing it under “services” The web service works fine in test, but in prod I get this error:
“System.Runtime.Serialization.InvalidDataContractException:
Type ‘CustomClass' cannot be
serialized. Consider marking it with
the DataContractA...
I'm trying to write an interceptor for a web service that will modify the contents of the Soap message before is sent on to the endpoint. If a client sent a message where the value of some element is 1, I want to be able to alter that element to a 2 so that, when the message arrives at the endpoint, it looks as if the client submitted a...
Hi,
I have actionscript method passing array of object to a webservice (which takes list of object) as a parameter, somehow the data loads correctly in actionscript , but when it passes webservice method, it's being passed as empty.
Is there any way to synchronize the array of objects from Actionscript and c# webmethods?
Does SOAP nee...