all groups > asp.net webservices > august 2007 > threads for august 1 - 7, 2007
Filter by week: 1 2 3 4 5
asp.net 2.0 and sql 2005 Express aspnetdb.mdf
Posted by DB at 8/7/2007 7:10:02 PM
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
the same name (I guess for security reasons) on the shared hosting ser... more >>
Need some help reading instructions
Posted by Gustaf at 8/7/2007 5:05:55 PM
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 writes:
[...] share the assembly that you use on the client and on
th... more >>
can't access a webservice setup as a file share in IIS
Posted by hs at 8/7/2007 1:22:09 PM
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 another
computer" it no longer works.
I know i'm connecting to this c... more >>
Publish HelloWorld Web Service Site from Visual Studio Express 200
Posted by Peter at 8/3/2007 5:28:02 AM
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: under websites folder, my application is as below:
folder ws1... more >>
Stream from vb.net Webservice to java client
Posted by Filipe Marcelino at 8/3/2007 3:14:02 AM
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.IO.FileStream("C:\Inetpub\wwwroot
\WebService1\DPackSetup2003.exe", IO... more >>
Start, Stop, Console
Posted by valentin tihomirov at 8/2/2007 10:02:11 PM
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 the
lifetime cycle -- when the service starts and stops. I would like to c... more >>
Web Services client software has substantial delay on startup
Posted by David J. Berman at 8/2/2007 6:26:01 AM
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 that makes any web
services calls whatsoever have a substantial client... more >>
Returning custom type
Posted by Robbo at 8/1/2007 8:33:01 PM
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.
eg:
[WebMethod]
public Customer GetCustomer(int custId)
{
retu... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
General questions about WebServices
Posted by AlBruAn at 8/1/2007 3:22:05 PM
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 Groups. The Entity Group gets populated based on the Entity Type
selecte... more >>
What <Field Name> does webservice accept?
Posted by raydio NO[at]SPAM gmail.com at 8/1/2007 1:51:49 AM
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 service
accepts?
Example xml sent:
<Method ID="1" Cmd="New">
<Field... more >>
|