Tagged Questions

0
votes
0answers
3 views

Subscribing to TFS events and WCF

Sorry for asking a question about something I don't know much about, but I've been pulling my hair out trying to get this working. So, I have a WCF service that is hosted on IIS and seems to be …
0
votes
1answer
14 views

Asynchronous web service call returning null (called from ASP.NET asynchronous page)

I am consuming a 3rd-party web service which has been implemented in WCF. My consumer code resides on an ASP.NET asynchronous page. Problem is, sometimes the BeginCallWebService() method is …
0
votes
2answers
16 views

Is there a third-party service for receiving email and accessing via an API?

I'd like to build a feature into our web app that involves receiving and processing the contents of an email. But instead of going through the hassle of getting email setup on our server, it'd be …
0
votes
4answers
265 views

Can’t get a JSON object to return from ASP.NET web servive using jQuery

I am finding many "solutions" to this seemingly common problem, but alas, none seem to work for me - of course. I have some jQuery code that is trying to post to an ASP.NET 3.5 web service. The web …
3
votes
2answers
52 views

Best approach for creating new RPC/web services in the Java world?

I think this question may end up being a bit subjective so I'm marking it as CW. My team is interested in developing a new set of "web services" for our projects to use. I put "web services" in …
0
votes
0answers
6 views

How to suppress “This page is accessing information not under its control”

I get this message when I am trying to access a web service from Jquery located in SAME the URL (but different directory). I know it is IE security setting. The question is, how do I suppress …
0
votes
0answers
5 views

How to keep attachments in temporary file, not in memory, during web service message download on JBoss

I have the following problem on JBoss 4.2.3 and 5.1 using JBoss WS Native Stack. The web service is receiving a significant number of large attachments. When my server is receiving these attachments, …
1
vote
2answers
44 views

Return generic type in a WebService

I'm green hand in web-service. I wrote a generic class as a value holder like this: public class SearchResult<T> { private List<T> resultSet; } Then I write a web-service method: …
0
votes
2answers
20 views

Exporting WSDL/XSD schemas for data contract types with IXmlSerializable

I'm creating a WCF service which I want to consume from a Java app. But the question isn't about .net-java interop. The key point is one of types related to a service operation is IXmlSerializable. …
0
votes
2answers
22 views

Accessing SharePoint authentication information from .NET ActiveX control

We have a .NET ActiveX control which is embedded inside a custom SharePoint page. The user has to authenticate (Windows Authentication not Forms Authentication) to access this page. Our ActiveX …
1
vote
3answers
36 views

how to optimize time in webservice while sending request and receiving response?

I m working with some web services where i m requesting for web service around 4000 times in loop each time i m getting some data from web service, that is working fine...but the problem is that it's …
0
votes
0answers
25 views

Design my site with reputated companies? [closed]

I had plan to do web design and web development for my site. do you remember any good reputated companies in India will do that? what is reputated companies?
0
votes
2answers
26 views

Any tools or techniques to enrich NetBeans code generation (web services)?

Hello. I'm working on a project that involves the creation of numerous web services. Top-down/contract-first and model-driven design strategies are utilized (WSDL -> codegen). NetBeans (6.7) + JAX-WS …
0
votes
1answer
217 views

Web reference behavior in an ASP.NET web site project

On my local workstation, I have a Visual Studio studio that contains a .NET 3.5 C# class library project and an .NET 3.5 ASP.NET web site project. I created a web reference (example …
0
votes
1answer
13 views

Compress Object/String through webservice and consume in .net compact framework

We need to compress (or rather uncompress) some data we send to a pda client using a webservice. Below I have a simple concept that will work if consumed by a regular .net app. Unfortuantly, as the …

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