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 trying to call a web service and get a value object and send the same object back to another web service. Although the two services share...
Gang Sheng
02-20-2004 08:49 AM
Dino Chiesa [Microsoft] Go to last post
2 13
I have resolved the issue on the server. - no further investigation needed. A dll needed to be recompiled since the original site was on c: drive...
Steve T.
02-20-2004 07:41 AM
Steve T. Go to last post
0 13
Hi! I'm preparing for the Exam 70-320 "XML Web Services and ...". After I've done the example test from the eclosed CD, I'm a bit confused, because...
Manfred Steyer
02-20-2004 07:18 AM
Manfred Steyer Go to last post
0 12
I have upgraded to Visula Studio 2003. It now appears that the vsdisco file is no longer generated as part of the project. I know that these can be a...
John Lundrigan
02-20-2004 06:50 AM
John Lundrigan Go to last post
0 17
Whenever I invoke a method on my web service I got the following error Client found response content type of 'text/html' Does somebody know...
Rodrigo Meneses
02-20-2004 05:57 AM
Sami Vaaraniemi Go to last post
4 15
Software Description Area :- IIS 5.1 \ .NET Framework 2003 (1.1) \ Web Service We have developed a WEB Service that is responsible for receiving data...
Daniel
02-20-2004 05:31 AM
Daniel Go to last post
1 10
Software Description Area :- IIS 5.1 \ .NET Framework 2003 (1.1) \ Web Service We have developed a WEB Service that is responsible for receiving data...
Daniel
02-20-2004 04:16 AM
Daniel Go to last post
0 16
I'm writing a vb.net winforms app and need a ws to download image files form the server. I've see what appears to be a few good examples in this...
moondaddy
02-20-2004 03:14 AM
AT Go to last post
1 13
play around with this: http://www.winisp.net/cheeso/srcview.aspx?file=Arrays.asmx "miro" <anonymous (AT) discussions (DOT) microsoft.com> wrote
Dino Chiesa [Microsoft]
02-20-2004 02:54 AM
Jan Tielens Go to last post
1 18
We are an architectural firm, and we would like to integrate a secure area with a username and password on our web site that would allow our clients...
Michael Hogan
02-20-2004 02:52 AM
Jan Tielens Go to last post
1 16
Hi all. Does anybody know how to invoke web methods on the fly - without having to build a client side proxy. I know this is possible with the soap...
Chris
02-19-2004 02:08 PM
Michael Pearson Go to last post
4 17
Hi, I'm working with a SOAP client which uses non-standard headers and a non-standard doc... It uses the "SOAPAction" header to supply an...
AT
02-19-2004 12:32 PM
AT Go to last post
0 14
Hi, Following is the process I am using for debugging the web parts on the server side: 1. I built the debug binaries and installed the debug...
Manish Soni
02-19-2004 09:23 AM
Manish Soni Go to last post
0 14
Dear All, In my Application my WebForm calls a WebService that fires a query...this query takes a long time to execute as a result my WebService...
AT
02-19-2004 06:10 AM
Jack Wright Go to last post
3 9
Hello, Is there any way to force (by using special attribute of web method) returned response from web method to be encoded using dime protocol ?...
SzalonySwistak
02-19-2004 04:28 AM
SzalonySwistak Go to last post
0 12
Dear all experts, Could any one kindly point me some way or article that how I could I generate the client proxy on the fly based on the wsdl given...
Bsiang Tan
02-19-2004 03:21 AM
Chris Go to last post
3 17
I need to send multiple WebRequests in the same session. The problem is I send the first request, which is a login request, receive the reply that...
Edwardraoul
02-18-2004 11:36 AM
Edwardraoul Go to last post
0 14
hi there ... is there possibility to pass interaface object through webservice? example class myWebService : WebService { public myWebService() { }
Vladimir Pavlik
02-18-2004 11:05 AM
Vladimir Pavlik Go to last post
0 17
Hi all, My client wants to be able to install our web service to a physical directory other than off of inetpub\wwwroot, and have the...
n_o_s_p_a__m
02-18-2004 08:01 AM
Helene Day Go to last post
3 10
Hello. After reading: http://www.xmlforasp.net/codeSection.aspx?csID=72, I have made a web service call, that encrypts specific fields in soap using...
Henrik Bruhn
02-18-2004 06:55 AM
Henrik Bruhn Go to last post
0 13
Hi, I currently build some kind of web-service which illustrates the web-site login, some query and retrieve some data from this websites. So far i...
AT
02-17-2004 06:23 PM
AT Go to last post
0 13
Hi. I know the basics to create and consume a web service, but till now I didn't understand exactly the benefits of the .vsdisco and .disco files. I...
AT
02-17-2004 06:11 PM
AT Go to last post
0 10
Whenever I invoke a method on my web service I got the following error Client found response content type of 'text/html' Does somebody know...
Rodrigo Meneses
02-17-2004 12:09 PM
Sami Vaaraniemi Go to last post
3 11
I have a Winforms app and a WebService. When the win app calls the service, the service reads the config file like...
james
02-17-2004 11:06 AM
james Go to last post
6 12
Hello All Can one implement asynchronous web service calls between web services implemented in different technologies for example J2EE and...
sing
02-17-2004 10:57 AM
Sami Vaaraniemi Go to last post
2 13
I have webservices with class parameters. These classes contain char properties. However type char is not handled as a primitive type This cause the...
Roland
02-17-2004 10:41 AM
Roland Go to last post
0 15
I have webservices with class parameters. These classes contain char properties. However type char is not handled as a primitive type This cause the...
Roland
02-17-2004 10:41 AM
Roland Go to last post
0 13
I've been working with webservices on and off the last couple of days and have been trying to figure out how what's the best way of formatting...
Joseph
02-17-2004 10:34 AM
Joseph Go to last post
0 16
Hello All, I am working on an application involving the interoperability between J2EE and .NET. One of my requirements is to send an XML document...
ring
02-17-2004 08:01 AM
Dan Rogers Go to last post
2 15
My web service retreives data from a NorthWind database. THIS works with Windows form but the same code wont work in ASP.NET project. WHY? My web...
Morx
02-17-2004 07:46 AM
Morx Go to last post
1 12
Im just learning c# and begining to use web services. Ive built a few and managed to consume theses into asp pages but i am struggling to see the...
AT
02-17-2004 07:19 AM
Steve Drake Go to last post
5 13
Hi I have a webservice setup for which I want to use client certificates. I installed a Web-Server certificate on my web server. I then generated...
priya
02-17-2004 06:33 AM
Jan Tielens Go to last post
5 21
hi, how can i hide the wsdl file without exposing this to client.. regards,
AT
02-17-2004 02:42 AM
Jan Tielens Go to last post
1 13
Whenever I invoke a method on my web service I got the following error Client found response content type of 'text/html' Does somebody know...
Rodrigo Meneses
02-17-2004 02:04 AM
Jan Tielens Go to last post
3 14
Hi all, I am looking for help solving a problem that I can't seem to find a solution to. I have written a C# form that will run on my PDA (PPC...
Nick
02-16-2004 06:00 PM
Nick Go to last post
0 10
This is a bit long-winded. Can somebody read thru these 2 use cases, and tell me if it is feasible ? :- Use Case : Replication before Offline...
moko
02-16-2004 01:20 PM
moko Go to last post
0 18
Hi all Does anyone know how to generate a WSDL file directly from an assembly. I've looked on the internet, msdn and newsgroups but can't find any...
Tony Malandain
02-16-2004 04:41 AM
Paul Turelinckx Go to last post
2 13
Hi There, Could someone tell me how to implement sessions in web services? I am using the EnableSession property (set to true)... however, the...
Joshua Ellul
02-16-2004 02:07 AM
Jan Tielens Go to last post
1 18
I suggest you post this question in the ASP.NET newsgroup, this one is for Web Services... -- Greetz Jan...
Jan Tielens
02-16-2004 02:05 AM
Jan Tielens Go to last post
0 13
Dear all experts, Here is my web service code : ...... private int Number = -1; ....... public void InitNumber(int num) {
Bsiang Tan
02-16-2004 02:04 AM
Jan Tielens Go to last post
2 15
Hi, here's my problem. My asp page has a datagrid populated with data returned froma webservice. One of the columns is full of time stamps -...
AT
02-16-2004 02:02 AM
Jan Tielens Go to last post
1 15
Hi guys.... I have a web service enabled which only allows a fixed number of users access. From another application which uses this service as a...
Forch
02-16-2004 12:54 AM
Christian Boult Go to last post
3 17
am using asp.net to call a sharepoint web service. It returns the following xml: <listitems...
TS
02-16-2004 12:18 AM
AT Go to last post
2 12
Hi, from a vb.net program, I would like to post an existing .xml file and post it to some site using http://...... How can I do this. when...
AT
02-15-2004 10:18 AM
Joe H Go to last post
1 14
I uninstalled the inet server on my w2k server. Then installed it again, but now it does not handle aspx pages. I downloaded the dot.net framwork 1.1...
Terry
02-14-2004 02:40 PM
Philip Rieck Go to last post
5 14
Is there any tutorials out there on WS build woth VB.NET that is not Hello World?! I need an example where I could clearly see how to manipulate...
Morx
02-14-2004 08:04 AM
Morx Go to last post
0 14
New moblog service for .NET Blogging community is avaiable at Vodablog.com. Vodablog.com is a project developed for Microsoft-Vodafone Mobile...
Bora Turan
02-13-2004 07:15 PM
Bora Turan Go to last post
0 11
Hi Can you control a web service's lifetime? Is there a timeout property that can be set I would like to abort the web service consumer if the web...
Pgb
02-13-2004 05:58 PM
John Nauman Go to last post
1 15
I have a simple web service(service1.asmx). I browse the wsdl via?wsdl option. Then I save the wsdl to a txt file with...
AT
02-13-2004 01:01 PM
Dino Chiesa [Microsoft] Go to last post
1 16
Hi I have created several webservices, I need to do some better documentation than what is available now. I would like to create some sort of...
thecodefool
02-13-2004 12:56 PM
Dino Chiesa [Microsoft] Go to last post
1 16
Post New Thread

Display Options
Showing threads 4601 to 4650 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.