Stupid Question
(1 messages)
Date: Thu, 9 Aug 2007 15:14:12 -0700
I have a business logic web service that references an object library. No
problem there. This object library needs to reference a data access web
service. If I add a web reference to the DAL web service and set the URL ...
|
Web Service Pound sign encoding
(3 messages)
Date: Thu, 9 Aug 2007 15:16:26 -0500
Hi,
I am consuming a web service
(http://www.ncbi.nlm.nih.gov/entrez/eutils/soap/eutils.wsdl) using C#.Net 2
and in general it works just fine. But recently I have had trouble getting a
specific method to work whenever ...
|
Programatically stopping/starting a webservice/website with IIS 5.1 and higher
(1 messages)
Date: Thu, 09 Aug 2007 02:09:47 -0700
Hi
I have a standalone updater app that will update my webservice. I'm
using .NET 1.1 and IIS 5.1.
Beside copying some files, this also means updating a database through
a db script.
This process may take one hour or more ...
|
File transfers
(1 messages)
Date: Wed, 08 Aug 2007 16:27:18 -0500
All, or any who can help...
I have an application, written in eVC4, that connects to the Internet and
receives a file via a web service. The request contains the name of the file.
The WS reads the local file and sends ...
|
SoapExtensionReflector
(2 messages)
Date: Wed, 8 Aug 2007 04:28:02 -0700
Hi
I am trying to use SoapExtensionReflector class to remove the output message
from the wsdl:operation element from my WSDL. I need the web service's wsdl
to have just this:
<wsdl:operation name="ASyncGetData">
...
|
asp.net 2.0 and sql 2005 Express aspnetdb.mdf
(2 messages)
Date: Tue, 7 Aug 2007 19:10:02 -0700
I have a web application that I have a dilema in trying to publish it to my
isp. The problem stands as is... the database is created in the default
aspnetdb.mdf file on my local machine and I can not create a database using ...
|
Need some help reading instructions
(4 messages)
Date: Tue, 07 Aug 2007 17:05:55 +0200
I found what appears to be the solution to my problem in this old thread:
http://groups.google.se/group/microsoft.public.dotnet.framework.aspnet.webservices/browse_thread/thread/147cb18619cc937/
Dan Rogers of Microsoft ...
|
can't access a webservice setup as a file share in IIS
(7 messages)
Date: Tue, 7 Aug 2007 13:22:09 +0100
Hi all
I'm having a few setup problems.
If the IIS/home directory tab of my webservice is "a directory located on
this computer" everythings okay.
However, if I change the home directory/tab to "a share located on ...
|
people favourite websites
(1 messages)
Date: Tue, 07 Aug 2007 06:46:45 -0000
Dear Friend,
I have found some websites:
for msn messenger,
http://www.hotmailpk.com/
For
entertainment,spotlight.articles,interviews,dailyupdate;Wrestling;gosips;amazing
pictuers;cookingrecipes;lifestyle;
htttp://www ...
|
IXmlSerializable -- Implementing GetSchema()
(1 messages)
Date: Sat, 4 Aug 2007 22:53:35 +0300
I wanted to transfer some binary data to my Web Service. There is an
example: Yasser Shohoud -- "Web services and large content in .NET 2.0" @
http://blogs.msdn.com/yassers/archive/2004/11/10/255212.aspx
It seems that ...
|
|
Collection and multiple classes interacting via web service!?
(1 messages)
Date: Sat, 4 Aug 2007 00:02:00 +0200
Hi,
I have a few questions relating to web services. First some Background:
I have developed two classes in ASP.Net (VB):
1) The first is a class that contains some fields that represent header
information. This class ...
|
Help me, please conexion SQL Express
(1 messages)
Date: Fri, 3 Aug 2007 15:50:18 -0500
What ??
"System.Data.SqlClient.SqlException: Cannot open database "WEBSERVICE"
requested by the login. The login failed.
Login failed for user 'DEVTLC\ASPNET'.
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException ...
|
Publish HelloWorld Web Service Site from Visual Studio Express 200
(2 messages)
Date: Fri, 3 Aug 2007 05:28:02 -0700
Hi folks,
I experienced problem to depoly the HelloWorld web service from the
Visual Studio Express 2005 to IIS 6. The following is my workflow:
step-1: in Studio 2005, created the HelloWorld web service
step-2: ...
|
Stream from vb.net Webservice to java client
(2 messages)
Date: Fri, 03 Aug 2007 03:14:02 -0700
hi,
i have a webservice written in vb.net with this method:
<WebMethod()> _
Public Function GetBinaryFile() As Byte()
'Open a file stream.
Dim pobjFileStream As System.IO.FileStream = New
System ...
|
Start, Stop, Console
(1 messages)
Date: Thu, 2 Aug 2007 22:02:11 +0300
The Web services are nice but they are hard to debug -- I need to observe
the trace messages in the console (I do not like to have a special debug
application to see the output window.) Additionally, I do not undesrtand ...
|
Web Services client software has substantial delay on startup
(9 messages)
Date: Thu, 2 Aug 2007 06:26:01 -0700
Hello, I'm using Visual Studio .NET 2005 with .NET framework v2.0, Windows
2003 Server.
As a consultant I am developing client software on the above platform for
several different clients. All software that I'm creating ...
|
General questions about WebServices
(2 messages)
Date: Wed, 1 Aug 2007 15:22:05 -0700
By way of introduction, I have an application utilizing three AJAX
CascadingDropDown lists whose contents are served up by one of three
WebMethods. The first two of these three dropdowns are for Entity Type and
Entity ...
|
Returning custom type
(6 messages)
Date: Wed, 1 Aug 2007 20:33:01 +0100
Hi,
I am creating a webservice which will be consumed by a 3rd party, non dotnet
client.
I want to return a custom datatype from my webservice. It's a relatively
simple Customer object which just contains strings ...
|
What <Field Name> does webservice accept?
(3 messages)
Date: Wed, 01 Aug 2007 01:51:49 -0700
Hi.
This is probably a daft question, but for the life of me I am unable
to find out what fields a webservice accepts.
The service is wss Lists.UpdateListItems
How do I find out what <Field Name=""> it or any other ...
|
XMLDocument to XMLNode
(2 messages)
Date: Tue, 31 Jul 2007 08:42:05 -0700
I have a web service method that returns an XMLDocument. When I call it from
an aspx page, the intellisense says that the method is of type XMLNode, so
when I try, stupidly, to get the results of the web service call into ...
|