Tagged Questions

0
votes
1answer
29 views

please suggest a good .NET Webservice book

Dear All, can u please suggest a good .NET webservice book? I do have basic knowledge in web service.
0
votes
1answer
24 views

Error message when trying to add a Service Reference.

I'm trying to add a service reference to my silverlight project from a file stored on my hosting server. When I put the link in I get the following error: The document at the url …
0
votes
2answers
15 views

Is there only Apache Axis wsdl2Java or there is any other library?

I have used Axis wsdl2Java, I am wondering is there any other way to create web service client?
0
votes
0answers
8 views

How do I add a Cache-Control HTTP header to images I upload to Amazon S3?

I think I'm probably just missing something in the docs here, but how do I specify that images I upload to S3 have a Cache-Control header when requested? This answer seems to suggest you can do it by …
0
votes
0answers
3 views

WSAT - How to handle messages to unknown participants?

I read on OASIS specs that when an application receives a prepare, commit or abort message for an unknown participant, it should reply to the coordinator by calling the aborted, prepared and aborted …
0
votes
3answers
41 views

Why my XPath request to XML file on web doesn’t work?

There is an XML file with exchange rates http://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml: <gesmes:Envelope> <gesmes:subject>Reference rates</gesmes:subject> …
0
votes
0answers
18 views

Fedex Freight Shipping List

Could anyone help me with some examples how to get FedEx Freight Shipments Rates in ASP.NET application, because all is misunderstanding in their crap documentation and samples. Thanks.
0
votes
1answer
8 views

use hudson to get remote tests results

Hi all, I've a server running a proprietary language on which I'm able to run "unit tests" in this language. I cannot install a Hudson slave on this machine, but would like to have these tests results …
1
vote
0answers
24 views

list available web services on tomcat using spring-ws

Is it possible to get a list of all available web services on a tomcat server?
0
votes
2answers
24 views

ASP.net Script Service consumption in javascript

I have a script service in asp.net and I need to consume this WS from javascript using JSONP (Script tag injection; since it is cross domain, no $.ajax() call). In this case, where the input to the …
3
votes
7answers
71 views

How to verify if the Web Service caller is my web site?

For security reason, i need to garantee that only web client running an specif web site can access the web service. I'm doing verification over the domain request only, but i need to do some more …
3
votes
1answer
75 views

C# - First attempt with WCF in VS2008

I am writing my first SVC and am missing something. It all compiles fine but the page does not seem to return anything from my service. Service Code: namespace RivWorks.Web.Services { …
0
votes
2answers
22 views

Force WCF to call a method on every request before entering actual function

I have a RESTful WCF service with many different functions. For each function I need to call an authentication method that I have written. I can manually call this method on every request but I was …
0
votes
2answers
63 views

Storing XML from a web service in C#

Quick simple question really. I'm sending data to a web service in C# and its giving me XML back. It is a SOAP 1.1 and/or 1.2 web service. I'm not sure how to properly recieve this data and then …
1
vote
5answers
76 views

What is the preferred method for building web services in .Net?

I am confused as to what is the best method for building a web service in .net. Giving the fact that it needs to be highly scalable. Any suggestions?

1 2 3 4 5 219 next
15 30 50 per page