all groups > dotnet web services > july 2006 > threads for july 22 - 28, 2006
Filter by week: 1 2 3 4 5
How to Persist Custom Class to Web Client?
Posted by samtilden NO[at]SPAM gmail.com at 7/28/2006 8:06:40 AM
I made my own class, MyCompany.MyClass and I want to send one object of
this class from my webservice to the client.
On the client side, when I Update Web Reference, the object is known as
ProjectName.localhost.MyClass and not MyCompany.MyClass and the C# code
cannot cast from one to the other... more >>
C# Web Services - usage by non .net clients?
Posted by David++ at 7/28/2006 4:54:01 AM
Dear List,
If I develop a Web Service in C# and upload it to my .NET server it is then
very easy to use the Web Service in a .NET programmed client (i.e. C# win
forms) by simply using 'Add Web Reference' and pointing to the url of the web
Service.
However, what if I develop a client in d... more >>
problem with web service.
Posted by stefano at 7/28/2006 12:21:01 AM
I have a web service with codebehind in c#. ASP.NET 2 with framework 2. Some
times I receive this error: The underlying connection was closed: The
connection was closed unexpectedly. Which it is the cause ?
I have setting the <httpRuntime executionTimeout="200" /> on the web.config
of the web... more >>
How to view SOAP requests
Posted by Mahesh BS at 7/28/2006 12:00:00 AM
Hello,
Is it possible to view the incoming SOAP request on my server? I have a
webservice running and I want to view the all the raw SOAP message's which I
receive.
Is it possible to do this by programmatically or enabling some service logs?
Thanks in advance.
Regards,
... more >>
How to view Soapmessage
Posted by Sanjaya at 7/27/2006 7:37:53 PM
Hi,
I need to observe the in coming soapmessages and responses of my
webservise. what is the easiest way to do it?
regards
sanjaya
... more >>
How to add username and password to a Web Service
Posted by Anthony Biondo Jr at 7/27/2006 1:11:37 PM
I have seen examples of people saying that in the soap header you can pass a
username and password. Is there a reason why putting username and password
information in the header would be better than just including it as an input
in the web service?
thanks,
Anthony
... more >>
NullReferenceException when creating wsdl
Posted by Thorsten Viel at 7/27/2006 12:11:52 PM
Hi @all,
this is not my first webservice and everytime it worked that way, by now i
got following exception when trying to call http://<url>?wsdl in my
browser:
System.NullReferenceException: Object reference not set to an instance of an
object.
at
System.Runtime.Remoting.MetadataServi... more >>
VS2005 vs VS2003 Web Service Calls - The underlying connection was closed: An unexpected error occurred on a send.
Posted by Andrew Hunot at 7/26/2006 4:53:31 PM
I have VB code in VS2003 which creates a HttpWebRequest and performs a POST
operation to a remote URL (an https site), which runs fine and receives a
valid response.
However exactly the same code in VS2005 (to the same site with the same
data) causes an exception 'The underlying connection ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Identifying UserName and password used
Posted by Anbu at 7/26/2006 7:37:37 AM
Hi All,
I'm hosting WSE 3.0 SoapService based web service, which uses Basic
authentication. Since, it's implemented from SoapService, a receiver
function receives the soapenvelope.
Client posts the soapenvelope using HTTP POST method. How can I get the
username and password used by the clie... more >>
Web serice works when I am debugging, but does not when I am not.
Posted by Ethan Strauss at 7/26/2006 7:24:01 AM
Hi,
I have a C#.net Web application which calls a web service
(http://eutils.ncbi.nlm.nih.gov/entrez/eutils/soap/eutils.wsdl). It has run
just fine for months. Recently I started getting "System.Net.WebException:
The underlying connection was closed" errors. I started the application up i... more >>
Web Services and using messaging (msmq, websphere mq) for inquiry transactions?
Posted by Anthony J. Biondo Jr. at 7/26/2006 12:37:15 AM
Hi Everyone:
I was wondering if it is common practice to use some sort of messaging
(MSMQ, WebSphere MQ) with web services. I understand the need for messaging
for insert / update transactions, but do you think using messaging for
inquiry transactions is overkill?
thanks,
Anthony
... more >>
WebService consumer in .NET; synchronous calls and client timeouts...
Posted by intrepid_dw NO[at]SPAM hotmail.com at 7/25/2006 4:48:03 PM
All:
I have prepared a .NET 1.1 client application that consumes a remote,
public web service. All the functions work as expected, and, in
general, the application has been successful for my purposes.
I have discovered one bit of behavior that surprises me, however. At
certain times, under ... more >>
User Security?
Posted by Asaf at 7/25/2006 8:13:02 AM
Hello,
I have created a web service name "TestWS" and published it to my SBS2003
server that uses IIS6 as a web server.
I have set NO anonymous access to TestWS virtual directory and I have
created a simple user account from the User template with the name of
"MyUser".
Problem is that I... more >>
Deserialize (maybe with a HeaderHandler?)
Posted by Francois at 7/25/2006 12:00:00 AM
Hi
I have been using a webservice to return a dataset to a WinForms application
and it has been working 100%. Recently data have increased and I have
started looking for a way to compress the dataset. I found a number of
articles the one I started using was:
http://www.codeproject.com/csharp/... more >>
How to tell if a string element is null or really null?
Posted by Jiho Han at 7/24/2006 12:37:30 PM
Here's the issue.
You have a class,
Class Person
{
public int id;
public string firstname;
public string lastname;
}
when you expose it via webservice,
[WebMethod]
public void UpdatePerson(Person)
{
...
}
How do I know whether a field value has been specified ... more >>
Why Must Impersonation be Used?
Posted by headware at 7/24/2006 11:34:11 AM
We have a web app that is running under Integrated Windows
Authentication. It must consume to a web service we are publishing on
another server, also running under Integrated Windows Authentication.
In order to make this work, we have to impersonate a user account with
access to the web service ... more >>
Using COM dll in Webservice
Posted by Milind at 7/24/2006 6:37:02 AM
Hi All,
I am trying to consume a COM dll into Web Service (written in C#). When I
call the Webmethod that uses the method of COM dll from Web application, It
gives me this error --- "System.IO.FileLoadException: A dynamic link library
(DLL) initialization routine failed". It does not give a... more >>
Newbie to Webservices and SSL
Posted by Khurram at 7/22/2006 3:10:26 PM
Hi,
I am a novice .Net 2 developer and have only been developing in Csharp
for the last 3 months. I have develped a number of WebServices that
are being consumed by ASP.NET website. Currently for developing, I
have everything running on one machine but deployment will result in
the Internet c... more >>
|