HighTechTalks DotNet Forums  

Sponsored Links


ASP.net Web Services microsoft.public.dotnet.framework.aspnet.webservices


Discuss in the ASP.net Web Services forum.



Post New Thread
Threads in Forum : ASP.net Web Services Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
I'm getting null values in a DataSet which is pulling its data from a web service. The nulls are creating 'System.Data.ConstraintException' in...
LunchBox
12-04-2003 10:27 AM
LunchBox Go to last post
0 18
In WSE 2.0, using the SecurityTokenServiceClient, I can request for a SAML asertion by specifying WSTrust.TokenTypes.SAMLAssertion while creating...
Hari Menon
12-04-2003 08:47 AM
Hari Menon Go to last post
0 15
I want to use microsoft's soap validation tool (http://msdn.microsoft.com/library/default.asp? url=/library/en-us/dnsoap/html/soapvalidator.asp) but...
Mark overstreet
12-04-2003 08:31 AM
Mark overstreet Go to last post
0 14
I have the problem that when the windowsform do a call to a webbservice it will timeout after about 90 sekund in the middle of making inovice's. How...
Kenneth
12-04-2003 03:23 AM
Jan Tielens Go to last post
3 33
Hi, My WebSite uses a webservice to get some data. Problem is that the url for the webservice is different when it is running on de webserver than...
Roland Wolters
12-03-2003 11:44 PM
Dino Chiesa [Microsoft] Go to last post
4 19
Can someone explain why HTTP Post fails when implementing this simple webmethod? public XmlNode Echo(XmlNode doc) { return doc; }
JD
12-03-2003 09:04 PM
JD Go to last post
2 24
i set the regest as UriEnableCache 1 UriMaxCacheUriCount 0 UriMaxCacheMegabyteCount 12 UriScavengerPeriod 20960 but in performance...
martrix
12-03-2003 07:11 PM
martrix Go to last post
0 26
Created from same WSDL yet when gsoap implementation calls my webservice I can not get the header value! GSOAP <?xml version="1.0"...
AT
12-03-2003 02:13 PM
AT Go to last post
0 15
Here's my architecture.... I have a config file that will have handlers for sending messages to web services. One of the handler types is...
AT
12-03-2003 01:01 PM
AT Go to last post
0 16
I have a web services calling some dll, activex.exe. I want to deploy it to another machine. How can I do so including packaging the asmx files, all...
Mullin
12-03-2003 09:05 AM
Mullin Go to last post
0 13
Further to my problem with my HTTP 500 Internal Server Error, I recieve the following error if I try to run the Service directly on the Web Server...
Terry Ladouceur
12-03-2003 08:43 AM
Bruce Johnson Go to last post
3 25
Hi Team, I just want to know whether any alternative is there to access Web Service Method than using SOAP Tool kit & Call. Early reply is greatly...
Vinod
12-03-2003 01:19 AM
Vinod Go to last post
3 25
Hi, I have downloaded WSE 2.0. And I see a directory called HelpFiles. How do I actually see the help? I tried reading up the microsoft help 2 web...
Hari Menon
12-02-2003 09:47 PM
Dino Chiesa [Microsoft] Go to last post
1 20
Hi, I am developing a ASP.NET web application which consumes a web service from a remote machine...the problem that i am frequently facing is...
Nedu N
12-02-2003 03:05 PM
Bruce Johnson Go to last post
1 21
I'm trying to use a 3rd party DLL, which I have no control over, in my WebService (written in C#). However, every time my WebService tries to call...
AT
12-02-2003 12:01 PM
AT Go to last post
1 21
I'm wondering what happend when two separate clients create two instances of the same remote web service. I know that each client is essentially...
AT
12-02-2003 11:56 AM
AT Go to last post
1 20
Dear All, I am new to the world of web services (as will become apparent), and I am writing a VB.NET application which needs to use an Apache Web...
AT
12-02-2003 09:27 AM
AT Go to last post
0 17
I made some tests. I made simple WebMethod with long loop. Then I run 5 instances of my client application. Each of them called mentioned WebMethod....
Gawelek
12-02-2003 08:41 AM
Gawelek Go to last post
0 18
I have installed VB.NET 2003 on my machine. Whenever I write a web service or web page of any type that uses ADO to connect to a SQL Database I get...
Terry Ladouceur
12-02-2003 07:10 AM
Naveen K Go to last post
1 23
Hi, I'm writing a webservice that's using a Paradox database to store the data. I have written a small (windows form) test app that connects to the...
AT
12-02-2003 03:18 AM
AT Go to last post
0 22
Hi James, ASP.NET application has a property "executionTimeout" in web.config file. For a long execution beyong this value will be automatically...
AT
12-02-2003 02:58 AM
AT Go to last post
0 15
Hi All, I have a service that reads some data via an ODBC driver and returns a dataset to the client app. It works perfectly when the server is...
Gordon Scrim
12-02-2003 12:30 AM
Gordon Scrim Go to last post
0 19
Hi! I have a component (MyComp) with a class TheElement. I write a Webservice (MyService) with tow methods - one returning a DataSet, the other...
Manni
12-01-2003 05:05 PM
AT Go to last post
7 21
My ASP.NET web service runs fine on my local PC, and it has the namespace that I gave it. But when I upload it to my hosting company I get this...
Bruce W...1
12-01-2003 03:00 PM
Bruce W..1 Go to last post
3 18
Ok this one is a doozy. I have an ASP.NET that uses 3 webservices. Everything has been working fine for the past year and then along comes this sys...
AT
12-01-2003 12:27 PM
AT Go to last post
0 17
<s:extension base=""> digestion of wsdl to create proxy in c++ blows up on extension element why?
AT
12-01-2003 12:06 PM
AT Go to last post
0 21
hi, There are 10 machines which run the same webservice. I have 10 webreferences in my client. Only during runtime, will i decide which webservice to...
AT
12-01-2003 11:12 AM
Manni Go to last post
3 22
I created a webservice in c# that has a header that must be past to authenticate the calling program. I have like 7 webmethods that use this soap...
AT
12-01-2003 10:32 AM
AT Go to last post
0 16
Hi I have been timing a client application's response time when invoking a simple web method (it simply returns). A single test client invokes...
Rivaaj
12-01-2003 10:12 AM
Rivaaj Go to last post
0 23
Hi all, For some reasons I sometimes use the following interface for xml passing: public XmlNode getSomeOutputXml(XmlNode...
Colin
12-01-2003 02:02 AM
Colin Go to last post
0 22
I am trying to create a ASP.net web service. I have used the New Project> ASP.Net web service generator. And I have added the lines of...
Niall Smith
12-01-2003 12:32 AM
Saurabh Nandu Go to last post
2 17
Hi I have a SQL/IIS web app whose functionality I would like to expose to other systems. If I build a web service for my app, should I then convert...
AT
12-01-2003 12:28 AM
Saurabh Nandu Go to last post
1 20
Hi Forum, there is a web service with a jws extension. I want to create an application in ASP.NET that call the web service, i have...
AT
12-01-2003 12:23 AM
Saurabh Nandu Go to last post
3 15
Hi I have a webservice that returns a dataset of 2 tables. I want to allow one of the fields on the table to be a field that the user will be able...
Meir Rotfleisch
11-30-2003 02:52 AM
Meir Rotfleisch Go to last post
0 21
I am looking to write a webservice that responds with a image URL and target url the two results will be seperatly requested. Basically I want...
AT
11-30-2003 02:19 AM
Arthur Nesterovsky Go to last post
2 22
Hello, I have a web service on a server which handles requests over the internet from a VB.NET client application running on a Windows XP...
Sky Fly
11-29-2003 05:29 AM
Sky Fly Go to last post
3 24
I've created the following distributed application: Solution EDSQLWSVC EDEmployerWinClient Project3 Web Service winform app asp.net web app My...
Steve Nihan
11-29-2003 12:36 AM
Saurabh Nandu Go to last post
1 21
Hi, Could anybody tell me whether a true push mechanism does exist for Web Services on mobile devices. An example of such a use, is a telephony...
Vincent
11-29-2003 12:27 AM
Saurabh Nandu Go to last post
1 12
Hi All, Can anybody tell me how to write to the application event log with a new source. I'm running the .Net example code but can't get it to work...
Bragadiru
11-29-2003 12:26 AM
Saurabh Nandu Go to last post
1 17
Hi , SCENARIO: I have developed an ASP.NET Web Service. It has the following files a)Service1.asmx and associated Service1.asmx.cs...
meena
11-29-2003 12:14 AM
Saurabh Nandu Go to last post
1 21
I have written a simple webservice in VS.Net and it works, code is compiled and placed in /bin directory, but if I compile file manually: csc...
AT
11-29-2003 12:02 AM
Saurabh Nandu Go to last post
1 27
Hi, I ain't good with web services so I am asking for opinion/pointers. Assume there are two systems A and B. System A has webservice method that...
Teemu Keiski
11-28-2003 03:51 AM
Alexey Ovsyannikov Go to last post
1 16
I have a webservice like so: public string EnterTheNumber(int number) { return "Incorrect! Try again!"; } 'Accessing XML Web Services from a...
Bob the coder
11-27-2003 01:11 AM
Bob the Coder Go to last post
2 21
Hi there all, Big time newbie question, but do any of you know of good web sites and/ or books that cover the basics of creating and consuming web...
max
11-26-2003 11:42 PM
AT Go to last post
2 13
Situation On a Windows 2000 workstation a web service using System.Diagnostics.Process. Successfully executes .exe and returns. On Windows 2000...
Kautzky
11-26-2003 09:09 PM
Dino Chiesa [Microsoft] Go to last post
3 12
I have some web services running in a production server. meanwhile I develop new versions in a dev environment. what should I do to deploy the new...
Antonio Lopez Arredondo
11-26-2003 08:55 PM
Dino Chiesa [Microsoft] Go to last post
1 21
the way I do it is if (System.Web.HttpContext.Current!=null) // I am running within ASP.NET I don't understand what you mean by "I cannot even...
Dino Chiesa [Microsoft]
11-26-2003 08:46 PM
Dino Chiesa [Microsoft] Go to last post
0 15
Hello, I've written an ASP.NET webservice. I try to recognize the type of the original exception in my client application bij setting the...
AT
11-26-2003 09:30 AM
AT Go to last post
0 11
Is there any way to change the CacheDuration Attribute of a WebMethod based on a key in the Web.Config. I have also tried using a CONST but a const...
vazf (AT) hotmail (DOT) com
11-26-2003 09:02 AM
vazf (AT) hotmail (DOT) com Go to last post
0 19
You may be able to get the information you need from the current call stack. This can be examined by using the StackTrace class in...
AT
11-26-2003 05:16 AM
AT Go to last post
0 17
Post New Thread

Display Options
Showing threads 5001 to 5050 of 5929
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.