HighTechTalks DotNet Forums  

Sponsored Links


Dotnet Framework (Webservices) microsoft.public.dotnet.framework.webservices


Discuss in the Dotnet Framework (Webservices) forum.



Post New Thread
Threads in Forum : Dotnet Framework (Webservices) Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
am trying to call a webservice from C# client. I am having trouble sending a POST via webrequest. This is the URL:...
Jay
11-28-2005 04:57 PM
Joerg Jooss Go to last post
1 15
Hi Guys, This is such a nice topic i couldn't resist putting my 2ct. in ;-) The versioning scheme suggested by Henrik is a very common one....
Mike Logan
11-28-2005 03:11 PM
Aditya Go to last post
8 14
Slightly different situation from the question of the 11/18/05 but the same error. (I'm just learning about web services so this is based on a 'quick...
BeckyB00
11-28-2005 09:22 AM
BeckyB00 Go to last post
1 18
I have developed a server/client application using web services assuming that I could lock it down after developement. I am now worried that this may...
Fred
11-28-2005 09:00 AM
Fred Go to last post
0 19
I have created a website using .NET Framework 2.0 with some web services that share the same object model (defined in the App_Code). When adding web...
MarioPereira
11-28-2005 04:58 AM
MarioPereira Go to last post
2 13
Does .Net generate the classes for Faults when they are specified in the WSDL. I tried defining them and then generating a proxy, and it did not...
JRey
11-26-2005 03:08 PM
GAURAV KRISHNA Go to last post
3 22
hi i've got a problem first sorry fot my bad english! i'm writing a soft wich send a file on a server using webclient.UploadFileAsync. it work fine...
warenbe
11-26-2005 01:09 PM
warenbe Go to last post
0 21
Hi, We have a problem accessing a web service hosted on a server on our local network through an proxy server which is also part of the local...
Paul
11-25-2005 10:43 AM
Paul Go to last post
2 25
Hi All I need some help for the below problem: Scenario We need to send large binary files (audio file of about 10 MB or so) from the client...
AT
11-25-2005 09:06 AM
sfawcett Go to last post
2 9
Hi, I have a set up where a windows client connects to a web service to retrieve a license file. The client is a consumer product which is beeing...
Henrik Skak Pedersen
11-24-2005 07:51 PM
AT Go to last post
4 11
I'm building a Web Service with the CLR 2.0 that returns a DataTable but I get the followng error: System.InvalidOperationException: There was an...
Jayne
11-24-2005 03:59 PM
Jayne Go to last post
2 14
Hi, I cannot add a web reference via the "Add web reference" wizard in the IDE if my web service is running soap.tcp (via a windows service app). I...
Bart
11-24-2005 09:26 AM
Bart Go to last post
0 16
Hello, I'm trying to build a C# client to consume an AXIS Web Service (running SOAP over HTTP). The Web Service encodes full server-side exception...
GAURAV KRISHNA
11-24-2005 05:00 AM
GAURAV KRISHNA Go to last post
0 18
I am new to web services. I created a very simple web service with a method that returns a simple string object. I added a web reference to this web...
pradeep_TP
11-23-2005 11:26 PM
pradeep_TP Go to last post
2 39
I have developed a simple Webservice for a Pocket PC on .Net 2.0 I have succesfully connected and used the Webservice with one Pocket PC, but when I...
John
11-23-2005 04:24 PM
John Go to last post
0 15
hi all i am facing a problem in visual basic .net that when i want to use microsoft flexgrid control on my form i am fcing a error "You do not...
AT
11-23-2005 07:22 AM
AT Go to last post
0 17
Hello, We are planning to add a new method to one of our Web services. There's no problems with our .NET clients to handle it. But I am not sure if...
Vagif Abilov
11-23-2005 06:03 AM
Vagif Abilov Go to last post
0 18
Hi all, We currently have a web service developed in Java, which we're calling from a dot net coded windows form. this web service is returning an...
Nick
11-23-2005 02:38 AM
Nick Go to last post
0 18
Hi, I was created a web service which will execute some functions and will do some database activities related to our project When i execute this...
Prasad Dannani
11-23-2005 12:09 AM
Manoj G [MVP] Go to last post
3 15
Hello, I have a C# .NET 2.0 program which accesses the Amazon.com E-Commerce web service. I am debugging it as a ClickOnce Partial Trust...
Rich S.
11-22-2005 08:56 PM
AT Go to last post
3 23
Hi, I am trying to write my first web service. I have the following code: Imports System.Web.Services Public Class Service1 Inherits...
Kent
11-22-2005 05:48 PM
Kent Go to last post
0 21
Hi, I'm making a program to send grades to a website we use at our school. My problem is I can't get to post data to the site... string uri =...
AT
11-22-2005 05:17 PM
AT Go to last post
0 28
Im studying for my 70-320 exam and i am working from Amit Kalani exam prep book but i can not get one of the examples to work. When i add...
Ron Prowse
11-22-2005 11:03 AM
Dick Wood Go to last post
1 12
I am hand-coding a WSDL so I can take advantage of Microsoft's textmatching extensions to the WSDL speciification. When I try to add a web reference...
David Mullins
11-22-2005 10:51 AM
David Mullins Go to last post
0 14
Hi, In Visual Studio 2005 it appears that you don't have access to the proxy class generated by the tool when you add a reference to a web service....
Julian Jelfs
11-22-2005 04:05 AM
Julian Jelfs Go to last post
2 17
Hi, I have a set of simple webservices calls that worked fine using .NET Framework 1.0. I am calling a Java/Apache based webservices, the calling...
MSDNAndi
11-22-2005 03:44 AM
AT Go to last post
9 12
Does it make sense? I added a Web Service Reference to a Windows Application. If I run it from the .exe file it works fine. But if I run it from the...
JLuis
11-21-2005 11:00 PM
Martin Kulov Go to last post
1 13
I have a web service that uses a legacy COM component developed in vc++ 6.0. That COM component works when I use the vc++ client. But when I use it...
Jay
11-21-2005 10:55 PM
Martin Kulov Go to last post
1 15
Hi, I have create a simple web services and was running very well. As i do not tried installing the x509 certificate myself. Now i have a problem...
JL
11-21-2005 10:36 PM
JL Go to last post
0 12
Hello, I have a desktop app that retrieves data from a web service, It has worked really good for over a year, but there is an ongoing problem that...
Charles A. Lackman
11-21-2005 01:22 PM
Peter Kelcey Go to last post
1 15
I have a web service that talks to SQL Server 2005. At present the WS uses an SQL Server login and password to connect. Is this best practice or...
MichaelG
11-21-2005 12:02 PM
Peter Kelcey Go to last post
1 13
I'm sure this is possible but I just can't see how to do it. I want to add schemas to my solution and have C# classes automatically generated...
Phil Lee
11-21-2005 11:18 AM
Mork Go to last post
8 14
anybody can send complete discription of dotnet remoting and webservice. in which situation which can be used -- Virendra Chandra Software...
Virendra
11-18-2005 08:07 PM
Scott M. Go to last post
4 27
Here's the scenario: Let’s say you have a XSD called Foo.XSD that has a namespace of “http://myfoo/foo” You create a contract first wsdl file...
elixirmike
11-18-2005 12:01 PM
elixirmike Go to last post
0 14
Hi. I am attempting something new in my coding and need some direction. I have a web service that I am attempting to return a custom colleciton...
Malcolm
11-18-2005 11:20 AM
Malcolm Go to last post
3 15
Hello all, I'm having a question which concerns both implementation and deployment of webservices (coming from one our clients). Is it possible to...
Newi
11-18-2005 11:06 AM
Peter Kelcey Go to last post
1 12
What's the general opinion on which of these to choose? I see that the SoapDocumentServiceAttribute defaults to literal/wrapped, but this article...
Phil Lee
11-18-2005 08:35 AM
AT Go to last post
2 18
Hi there, I've noticed that it does not seem to be possible to add an AssemblyInfo.cs file to a webservice project in VS2005 - although I achieved...
Peter McEvoy
11-18-2005 06:33 AM
Peter McEvoy Go to last post
0 19
I have created a simple HelloWorld application in WSE2.0 SP3. When I browse to the endpoint url over http (e.g. http://localhost/TestService.ashx)...
AT
11-18-2005 05:33 AM
AT Go to last post
1 13
Dear sirs, I am using custom wrappers to primitive types in my classes, so I can have some flags when working with the database ("undefined" and...
AT
11-17-2005 08:52 PM
CG Go to last post
1 16
Hi, We have a webservice running on our server (IIS 6.0) It also implements WSE 2. The service methods can be viewed in the IE. But when we try to...
Neha Katoch
11-17-2005 05:35 AM
Neha Katoch Go to last post
0 15
Hi group, I got a problem, in the past I developed in Java a Servlet that just waits for a connection and when connected it does some things ;-)...
MP
11-17-2005 02:02 AM
MP Go to last post
4 16
I am using a class that derives from SoapHttpClientProtocol. This was generated from a wsdl file. One of the methods that it generates takes a...
AT
11-16-2005 06:05 PM
AT Go to last post
0 16
Is there any tool that allows to view soap messages for a given web serivce ? I browsed net for some time, didn't quite successfull to find one.
medhanush
11-16-2005 05:37 PM
medhanush Go to last post
0 16
Hi All, One of my clients is having a problem with a webservice that is part of an application. The application is constructed as follows. 1....
galico
11-16-2005 03:21 PM
galico Go to last post
0 19
Hi, Is there any tool that allows to view soap messages for a given web serivce ? I browsed net for some time, didn't quite successfull to find...
AT
11-16-2005 02:31 PM
Mork Go to last post
1 14
A port of the famous libCURL for the .net platform http://sourceforge.net/projects/libcurl-net/ Has anyone used this? Is it good? Have fun, Loris
AT
11-16-2005 11:26 AM
AT Go to last post
0 20
Hi again! Well, the first part of my "mission" (calling remoting objects from a webservice) is solved. But there's another part: Calling this...
Sascha Schmidt
11-15-2005 07:24 PM
Marvin Smit Go to last post
6 12
Hi my client is receiving the following SOAP Envelope and thinks that it is a null array. Any idea why? Ben <?xml version="1.0"...
Ben Crinion
11-15-2005 07:08 PM
Marvin Smit Go to last post
1 24
Hi, I am retriving data from sql server using the xml raw clause and an xmltextwriter. this is working out fine except the xml raw clause does not...
Martin
11-15-2005 01:06 PM
Martin Go to last post
0 15
Post New Thread

Display Options
Showing threads 2501 to 2550 of 5156
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.