A "web service" is a software system designed to support interoperable machine-to-machine interaction over the World Wide Web.
0
votes
0answers
4 views
Google + api - Origin url is invalid
I have been trying to integrate google+ sigin into my site. So I followed the steps mentioned in
https://developers.google.com/+https://waybackassets.bk21.net/signin/
While giving the urls in ClientID settings, when I give ...
0
votes
0answers
9 views
OSX Local Server Setup
I recently setup a local server on my mac. I have rails and ruby and rack installed and running.
But I'm unsure of how to direct incoming request or have a rails app take control.
How do I move ...
-1
votes
1answer
19 views
Receiving JSON data into my Web Service
I'm hoping this will be a quick answer (probably a 'No').
I have set up a web service on Server B to receive HTTP POST data in JSON format from Server A. I don't have code level access to Server A, ...
0
votes
2answers
12 views
Consume web service using WSDL in JAVA
I have been workin in java for a while, the project which i'm doing now requires to get data from a web service(Well i have never worked in web services befor :D). I have a wsdl file and also the link ...
0
votes
0answers
25 views
webservice is returning funny looking xml
My web service return a Dictionary<int, TrialBalanceAccountSummaryModel> structure, but the return xml string look funny.
Please see the image at below, how do it remove the node < ...
0
votes
1answer
15 views
XML Webservice not wrorking VB ASP.NET
I have a web method defined in my asmx file like this
<WebMethod(EnableSession:=True)> _
Public Function HelloWorld(ByVal theResp As String) As String
Return "HelloWorl"+ theResp
...
0
votes
0answers
12 views
decrypt a TripleDes encrypted string in an X.509 response
In c#, how would I
parse a file containing this serialized, encrypted content
extract the CipherValue
decrypt it.
XML too difficult to insert...here is link to question.
...
-2
votes
2answers
30 views
How to use webclient to call a webservice?
We have a web service developed by another group that translate the amount of money in numbers into words. For example 123.45, the web service will return one hundred twenty three and forty five ...
0
votes
0answers
4 views
Getting faultCode=WSDL4JWrapper When Executing WS Client
I needed some help fixing this issue that i am facing currently with WS class. When i execute the client i get this exception. I googled for a solution, but done seem to find anything that would help. ...
0
votes
0answers
4 views
How to make nginx recognice services.php/WebServiceSomething to services.php
Maybe the title is not happy, but i could explain better.
I need to make nginx do the next...
When i get the URL:
http://someurl.com/system/xx/services.php/SomethingWebService
I need to be ...
0
votes
0answers
9 views
SharePoint 2010 with custom EditForm calling Lists web service - impersonation not working
I converted my development SP 2007 content db to SP 2010 using database attach method from a Win 2003 virtual machine to a Win 2008 VM. Everything worked fine on my old VM, and also works fine on our ...
0
votes
2answers
33 views
Test ASMX webservice
I wrote a simple webservice for uploading a file.
<%@ WebService Language="C#" class="AppWebService" %>
using System;
using System.Web.Services;
using System.Data;
using System.Web;
using ...
0
votes
1answer
22 views
How to send a URL string / web request from a button pressed in an IOS application
I would like to remote control my Sonos System as well as my home automation system with my old IOS devices I do not use anymore. I have in multiple rooms multiple devices installed, so I'd like to ...
1
vote
2answers
18 views
Should you create new website or create virtual directories under it
When creating new websites on IIS 6, should you create a virtual directory under Default Website or create a new website? Why would you do one over the other?
I am creating new asp.net websites and ...
0
votes
1answer
11 views
How to use microsoft's Dynamics AX classes?
I am new to the reporting and .net I have completed report using the SSRS but now i want to add the Barcode into the report.I already have one web service which is generating the Barcode image for me ...