Skip to content Skip to sidebar Skip to footer
Showing posts with the label Web Services

Cross-domain Ajax Request Basic Authentication

I'm making cross-domain ajax request to get some data. The REST service have Basic authenticati… Read more Cross-domain Ajax Request Basic Authentication

Cordova App Can't Connect With Dynamics Nav Web-service (odata) After Update To Ios 10

We are developing an app with Cordova that syncs information with an ODATA Web-Service made availab… Read more Cordova App Can't Connect With Dynamics Nav Web-service (odata) After Update To Ios 10

How To Use Soap In Javascript

I am trying to use SOAP in javascript but i am not getting how to start it. Here is the code sample… Read more How To Use Soap In Javascript

Same Origin Policy With Same Domain, But Https

I'd like to make a web service call from http://www.somedomain.com to https://www.somedomain.co… Read more Same Origin Policy With Same Domain, But Https

Which Technology Stack (modules, Frameworks) Is Better For The First Node.js Project In Order To Study Node And Make A Good Product?

A year ago I made few small steps in node. Even then there was a great number of modules and framew… Read more Which Technology Stack (modules, Frameworks) Is Better For The First Node.js Project In Order To Study Node And Make A Good Product?

Ajax Request From Local File

I'm trying to make a HTA with cross-domain request inside using JQuery.Soap plugin. $.soap({ … Read more Ajax Request From Local File

Calling A C# Webservice From The Success Function Of Another Webservice?

My question is simple. Can you call a C# webservice from the Success function of another webservi… Read more Calling A C# Webservice From The Success Function Of Another Webservice?

Creating A Webservice That Accepts A File (stream) Doesnt Want Other Params

I have a File i want to upload to a Webservice, but it needs additional params, so I create some hi… Read more Creating A Webservice That Accepts A File (stream) Doesnt Want Other Params