Quantcast
Channel: Question and Answer » web-services
Browsing all 136 articles
Browse latest View live

Keeping client side model and server side in sync in SPAs

Since SPAs have most of their domain logic client side, how do you keep your domain model in sync with the back end? For example, let’s say I have a .NET WebAPI web service that uses the Entity...

View Article


Web API alternatives to save a file to server's file system

We have a SQL Server 2012 Enterprise edition and an ASP.NET Web API 2.2 web service. The web API is the public interface for the database. We need to end a production order doing: Changing a value in...

View Article


There was no endpoint listening

I am trying to interact with an SharePoint Server 2010 using webservice call, which belong to one of my customer. When I make a webservice call to a subsite http://myserver/subsite1/subsite2/subsite3...

View Article

RESTful basic http atuhentication credentials

I am currently working on web application which has front-end, and back-end. Back-end has RESTful architecture, or something that looks like RESTful to me (this is my first attempt to make something...

View Article

A Factory could be replaced by a key on the web.config? How would be the...

The Problem We had a Environment class which would choose whether or not to use a webservice (it was set by a web reference) for our authentication methods by reading the host environment and if it was...

View Article


Image may be NSFW.
Clik here to view.

Response comes after 6 min while creating user using services module of...

I have a client side application developed in angularJS. As i am sending POST request to Drupal to create user, user is getting created without any delay if i check in Backend. But i get response after...

View Article

How to access a contributed module Information from drupal.org

Is there any API to access Information about a contributed module from drupal.org site? How does Update Manager access information from drupal.org? By finding this I think I too could access other...

View Article

Creating a queue for web services

I have a program running that collects metadata from the internets. Every so often a summary of this data is written up (every 30 min or so) and the summary is posted to a database. The summary is also...

View Article


Create node via URL parameters to different drupal site

I am looking for a way to create a node via just a URL. I know the prepopulate module and similar can auto populate a form for a user to submit, but I would like to avoid the form altogether. After a...

View Article


What is the best way to expose services to mobile devices? [closed]

We are working on providing services to mobile devices(Android, iOS and Windows). These services mostly return data and nothing OS or any programming language specific. We are currently planning on...

View Article

Custom WCF Service in SharePoint That Queries SQL Server

I’m able to create a WCF service and deploy it SharePoint. When I try to add functionality to interact with a SQL Server database, the service stops working. For testing, I’ve tried creating an ADO.NET...

View Article

Web Service Client – Changing SOAP-ENV: into soap:

This is reference to issue that I have with Web service client module, here is link to the previous issue: https://www.drupal.org/node/2508926 Overall I’m trying to change the REQUEST from POST...

View Article

how to delete a sealed field

How can I use Lists.asmx?op=UpdateList and JavaScript to delete a sealed field? My code works to create/update fields. I used it to create a sealed field. Then later I’m trying to delete it but it...

View Article


Image may be NSFW.
Clik here to view.

Post/Upload file using Drupal Services Module without base64 (Using REST...

I am sure its possible in Drupal also. Here is the reference for Java code http://stackoverflow.com/questions/5723429/use-rest-client-to-call-multipart-form-data-rest-web-service and...

View Article

how to find out the status of a file (checkedout, etc.) using Web Service Access

I am currently trying to check out a file on our SharePoint server using the lists class that can be found at /sites/storage/_vti_bin/lists.asmx on any SharePoint server, as far as I know. However, I...

View Article


Where to store (data) classes for webservices

So I’m pretty new in my current company and my current task is to create a webservice that sends some serialized java objects from service A to service B using jaxws (webservices). The senior on the...

View Article

How do I rename a calculated column using SharePoint 2010 list webservices

I’m having trouble figuring out how to rename a calculated column. The below code creates the 3 fields, and renames the first two but it won’t rename the 3rd one. <UpdateList...

View Article


Webservices to create or modify (the metadata of) a document

I’m using SharePoint online. I need to do some validations before create the document for example I have to validate if a value A exists in a list B before allowing the user to upload a document or...

View Article

Error: “Forbidden” while accessing cross site lists using REST API in SPD...

I am not able to access the cross site lists using REST API in SharePoint Designer 2013 Workflow. I am making a call using action “Call HTTP Web Service”. I am facing the error in responseCode variable...

View Article

What is a simple, correct and secure way of executing code stored in...

Webhooks can be a very powerful thing when you try to automate or integrate software, however, handling their deployment in a controlled environment can suck in terms of security and deployment alone....

View Article
Browsing all 136 articles
Browse latest View live