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     
Hi i am new to web services so please Can any one send me the whole tutorial for ASP.Net Webservices
Prasant
08-03-2006 07:43 PM
Harish Shikhare Go to last post
2 19
Dear Friends, How are you? I am stuck on a problem and I just can't figure it out: I have 1 ASP.NET/VB.NET 2.0 WebService that currently provides...
Giovanni
08-03-2006 01:57 PM
Ramya A Go to last post
4 15
Hi, I have created a web service using "IIS Virtual Directory Management Console for SQLXML 3.0". I used a simple stored procedure which returns a...
Gugale at Lincoln
08-03-2006 12:48 PM
Gugale at Lincoln Go to last post
0 21
Hi, We are in the process of evaluating a system that would allow us to receive data from third-parties and send data to partner companies. Our...
Mike
08-02-2006 05:07 PM
Mike Go to last post
0 15
We are starting to use web services on the intranet to share data between sites. In order to use a web service, we want the site to make a request...
John Wright
08-02-2006 04:18 PM
John Wright Go to last post
0 17
I have a web service that copies and archives a database. Depending on the size, it takes anywhere from 1 minute to 8 minutes to complete. So I...
Selden
08-02-2006 10:02 AM
Selden Go to last post
2 18
I've created a proxy class using wsdl.exe, and I am now trying to compile it to use with a VS2005 project. I enter: vbc /t:library...
Brian
08-02-2006 09:10 AM
Brian Go to last post
0 21
hi, i have a strange problem , i have bulid a win form app thats create EXCEL file from AS400 table . the excel file should be sent to my client via...
AT
08-02-2006 09:08 AM
Andrew Brook Go to last post
1 20
Hi , I have created a webservice in asp.net with c# as code behind.When i run or debug my application the web service works fine .How can I make...
aka
08-02-2006 04:50 AM
aka Go to last post
4 18
i am not sure if this is the correct place to post this; but can anyone tell me why this class would not be serializable? i can persist this in a...
douglas wittner
08-01-2006 04:24 PM
Techno_Dex Go to last post
3 11
Hello from Germany I made a simple webservice on my local IIS with VStudio 2005 When I copy the Files in App_Code, App_Data servicexxx.asmx to...
Rainer
08-01-2006 11:20 AM
Ramya A Go to last post
2 15
Can web services be run from a mapped drive? What security configurations need to be set to allow this? I have tried to set up a virtual drive to a...
Marc
08-01-2006 09:05 AM
Marc Go to last post
0 15
hi all, i am getting error when i serialize web service proxy class. error:--"There was an error reflecting type 'TEST.Service'."} System.Exception...
AT
08-01-2006 06:59 AM
Andrew Brook Go to last post
1 25
hi all, i need to use a hashtable and return it in webservice. no problem even this works in only .NET environment. How can i do it.
KNLN Ravi Shankar
08-01-2006 06:57 AM
Andrew Brook Go to last post
1 11
Hi, We have a web service (developed in C# framework 1) that run for some time on Windows 2000. Recently we upgraded it to framework 2 and run...
Tom
08-01-2006 03:19 AM
Martin.Kunc (AT) gmail (DOT) com Go to last post
3 18
I have simple web method like the following: public Person GetPerson() { return CreatePerson(); } When I compile the web service, it generates the...
Paul
08-01-2006 02:47 AM
Paul Wu Go to last post
1 10
Hi All, I have two web services, on two different servers, if one goes down, I want to be able to switch to the othere one. until the first...
Leyla
07-31-2006 12:12 PM
Selden Go to last post
1 11
I have an abstract class and a couple of derived classes. I didn't like the default schema exposed by wsdl, so I decided to implement...
Jiho Han
07-29-2006 04:02 PM
Jiho Han Go to last post
0 19
Please forgive my ignorance as I’m new to SOA related interoperability issues. The requirement is to build interoperable web services which...
Rasheed
07-28-2006 09:53 PM
John Saunders Go to last post
3 15
I have an ASP.NET application that calls web services on another host. Is there a way that you can control the lifetime of the underlying...
Scott Baierl
07-28-2006 09:21 PM
Scott Baierl Go to last post
5 19
I've got a web application that makes web service calls to a J2EE back-end server farm. It appears that the .NET runtime is setting up a...
Scott Baierl
07-28-2006 09:16 PM
Scott Baierl Go to last post
1 17
Is there a security setting/problem with accessing a web service using a mapped drive? Is there a security setting/problem with a web service using a...
Marc
07-28-2006 04:22 PM
Marc Go to last post
0 12
What has happened to the vbproj file with Web Services written in VB 2005? Have they become redundant? Because the web service I am involved...
Ian
07-28-2006 12:22 PM
Ian Go to last post
1 18
I recently published a web service that works on my workstation to my ISP. I have no authenication restrictions on the site, nor do i have...
Craig Buchanan
07-27-2006 11:51 AM
Craig Buchanan Go to last post
1 21
I've the following problem, that is generating a UsernameToken in an asp.net page: 1) a web service (.net 1.1, WSE 2.0 SP3) that requires soap...
Lore71
07-27-2006 11:31 AM
Lore71 Go to last post
0 14
Hello, I have a set of services that expose the functionality of my site. I am trying to write some examples of how to call these services...
Aiden
07-27-2006 07:56 AM
Aiden Go to last post
0 14
Hi, I created a webservice with ASP.NET and C#. I can invoke it and test it without any problem. but when I call it from javascript, it gives me a...
C# Dev
07-27-2006 03:38 AM
Nitin Mittal Go to last post
1 18
Hi, Can someone help to access C#.NET web service from PHP. I check online but there is no such a good article on this with step by step...
Chand
07-27-2006 01:59 AM
AT Go to last post
1 16
Hi, I am new to asp.net and webservice. I was wondering whether somebody knows where can i find some sample code how to use webserver to get table...
Joseph James
07-26-2006 06:17 PM
Joseph James Go to last post
0 18
I read an article on implementing multiple Attributes for a method using attribute. How to enable AllowMultiple in SoapClient & SoapService...
Anbu
07-26-2006 10:41 AM
Anbu Go to last post
1 14
Hi, I am trying to use COM dll from Web-service This DLL in turn uses few other DLLs (one of them is msxml3.dll to parse XML). This...
Milind
07-26-2006 09:53 AM
Milind Go to last post
0 10
Does anybody know of any good web sites for looking for local developers that are skilled with porting a VB app to an asp.net app? Thanks
Tony
07-26-2006 09:07 AM
Tony Go to last post
2 13
Hi, I need some help with the Web Service security. I have a web service that picks up a file from a folder (any folder, network, local etc)...
Khumza AK
07-26-2006 05:57 AM
Khumza AK Go to last post
0 17
Hi, I am facing strange situation, where i am getting Message Expired error, while trying to using webservice to upload file to the remote...
Priyank M Bhat
07-26-2006 04:00 AM
Priyank M Bhat Go to last post
0 14
Hi, I have a web service returns a typed datatable. In general it works fine, but in some cases i cant retrieve data of table. When i debug my web...
Hakan Cicek
07-26-2006 03:23 AM
Hakan Cicek Go to last post
0 12
I have used the webservice.htc behavior in a project. It doesnt work on the first call. While debugging i have noticed that the clientside message is...
AT
07-26-2006 03:13 AM
AT Go to last post
0 12
I have configure my database's connection string the web.config's: <connectionStrings> <add...
Craig Buchanan
07-25-2006 04:15 PM
Craig Buchanan Go to last post
0 16
I have a website that consumes a webservice. Both of them are in the Default Website folder. I can execute the service without any problem when I go...
AT
07-25-2006 03:42 PM
Swanagon, John M \(John\) Go to last post
8 36
Hi, I have coded a c# dll which accesses my certificate store retrieves a certificate and signs some xml using the SignedXml class. I wanted a...
Ash
07-24-2006 12:56 PM
Ash Go to last post
0 19
I have a problem with accessing a web service hosted on a network system. In my clients place, the application server and the web server are 2...
Baren
07-24-2006 01:18 AM
Baren Go to last post
0 15
Hi, I am calling a web service method in a asp.net page. This works fine if the web services is in the local system, but when i put in test server...
gane
07-23-2006 01:09 PM
Murtaza Go to last post
2 21
hi. i used in the webconfig the <identity impersonate="true" name="useri" password="password" /> so i can upload files through webservice, the...
tony
07-23-2006 06:28 AM
tony Go to last post
0 18
I have a website that uses a web service that is located on the same machine. This webservice calls a program which in return modifies a file in...
AT
07-21-2006 11:42 AM
AT Go to last post
6 16
I have a small Asp .net 2.0 application with a web reference to a Webservice. Running locally works fine, but when I run it from the Web Server...
haroldbk
07-21-2006 08:52 AM
haroldbk Go to last post
2 20
Hi All, I am developing a web application which accesses a long running web service. this web service again calls a third party web service. We are...
Andy
07-21-2006 06:36 AM
Andy Go to last post
0 14
I'm programming an online editor which should be able to not only store the context information to the database but also store the format information...
Vivi
07-21-2006 02:11 AM
Vivi Go to last post
0 28
I'm confused on this one. I work behind our company firewall. I created a web service that accesses an external web site, using the WebProxy...
J Ames
07-20-2006 08:03 PM
CaffieneRush (AT) gmail (DOT) com Go to last post
12 27
Anyone using WebServiceStudio 2.0 (from GotDotNet) to test a web service created with the help of Thinktecture WSCF (WebService-ContractFirst)? My...
BigDave
07-20-2006 02:27 PM
BigDave Go to last post
2 22
Hi, I have two distinct web services, which use common data structures as parameters and return types. If I add references to both web services,...
Achim Domma
07-20-2006 01:53 PM
John Saunders Go to last post
1 14
Kader; soru:madem,herşey bir kader defterinde yazılı ve herşey ona göre oluyor.o halde insanlar niçin cehenneme gidiyor? cevap:evet herşey bir kader...
faruk.nur
07-20-2006 07:48 AM
faruk.nur Go to last post
0 22
Post New Thread

Display Options
Showing threads 1001 to 1050 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.