all groups > asp.net webservices > december 2006
Filter by week: 1 2 3 4 5
how to pass a value in this webservice?
Posted by Bob at 12/24/2006 5:17:48 PM
Hi,
I made a webservice for fetching data from a database. It works good.
Now i would like to add a parameter to the sql command. The user should
enter a value (pcnr) before the
data is fetched. I tried to add a texbox but it doesn't work.
How can i do that?
Thanks
Bob
My code:
......
... more >>
XML service publishing problem: Server Error in '/' Application
Posted by Coward 9 at 12/24/2006 12:28:00 PM
HI,
I created the simplest "ASP .NET Web Service" by using VS 2005 and
Visual C#( File | New | Web Site). However, when I tried to access the
service from IE 7.0
http://www.aztao.org/WebService/Service.asmx
(the fie DOES exist which can be verified by typing
http://www.aztao.org/WebServic... more >>
Web Service max out at 20 SQL connections
Posted by Erin Loy at 12/24/2006 11:13:51 AM
I have been tasked with load testing our .NET 2.0 web service, which is
really just wraps 1 or 2 very simple and light weight SQL queries. Under
light load (less than 20 requests per second), everything works fine. Each
transaction takes about 10-12 ms to complete. As the load increases
(... more >>
XML over GPRS - Is this a good idea?????
Posted by iKiLL at 12/21/2006 3:30:27 PM
Hi All
I was hoping some one could give me some guidance on the matter of sending
data over GPRS.
I have taken over an application written for Windows mobile 5.0 with VS2005.
It is currently communicating with a web service via GPRS.
The Web service places all the data into... more >>
Installer for deploying webservice
Posted by Amit at 12/20/2006 11:44:18 PM
Hi,
Is there a way of creating a installer, using Visual studio .NET or any
other tool that installs the ASP.Net web service.
Thanks in advance.
Regards
- Amit Gupta
... more >>
401 error accessing web service using credentials
Posted by Brad at 12/18/2006 7:34:18 PM
I'm setting up my new pc with all my VS.net projects and I'm missing
something.....something I've done many times before without problem. I
have several asp.net apps accessing secure .net web services (secure meaning
windows authentication credentials must be used to access the web services).
... more >>
HTTP status 401: Access Denied
Posted by Patrick.O.Ige at 12/14/2006 12:00:00 AM
I have a simple method below that gets data from an sqlxml webservice
I'm using Windows Integrated and i have disables anonymous access on IIS and
also impersonate myself in Web.config.
But 'm getting error
"The request failed with HTTP status 401: Access Denied. "
public void getXmlWebseri... more >>
Web Service Factory: Creating a schema for a System.Collections.Generic.List<customer>
Posted by Henrik Skak Pedersen at 12/13/2006 10:04:13 PM
Hi,
I have created a xsd file with a element called Customer. When I then select
"Create data types from schema" a customer class is being generated. But how
do I handle a list of customers? In code I would of course like to use a
generic list, but how does that fit into the factory?
Is ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Data types in Pattern & Practices Web Service Software Factory
Posted by Henrik Skak Pedersen at 12/13/2006 8:25:51 PM
Hi,
I am trying out the Web Service Software Factory to see whether I would like
to use it, for a new web service which I am creating. The web service is
responsible for reading data from a database and passing it on to a web
application. So I have a lot of business entities and generics li... more >>
Web Services questions
Posted by ptome at 12/13/2006 5:54:30 AM
Hi, I=B4m new to web services and have some questions. I=B4d like someone
tell me where I can find some answers
* If I made a lot of calls to a web service and each call takes a lot
of time, does the web service decrease its performance?. If it is true,
is a good idea to move some functions to... more >>
Login
Posted by Qweertz at 12/13/2006 12:34:21 AM
Hi!
I'm new in ASP.net and I hope you can help me to solve my little problem.
I have a web application which requires login.
Usernames and passwords are in SQL Express database (among with other data).
I need to check if user entered correct username and password (and proceed
him to "secur... more >>
System.Web.UI.WebControls.TextBox
Posted by huangshan at 12/13/2006 12:00:00 AM
hi all:
i write a web page use the System.Web.UI.WebControls.TextBox .
i want to clear the history of the TextBox .
who can tell me which property control that.
... more >>
Problem deserializing XML (I think) from remote SOAP service
Posted by googlegroups NO[at]SPAM wirespring.com at 12/11/2006 12:21:37 PM
Hi,
My company has developed a series of SOAP services using SOAP::Lite on
Linux. We've successfully had other Perl, PHP, Ruby and Java clients
access the services, but no luck with .NET yet. I've created a simple
service to try and identify the problem, which hopefully somebody will
be abl... more >>
onLoad for webservice.htc
Posted by Thom Little at 12/9/2006 1:21:26 AM
The following page uses webservice.htc to invoke a proxy web service and it
works perfectly in Internet Explorer and Netscape. Opera and Firefox
apparently do not support onLoad.
Does anyone have an example of how this type of call can be made in all four
browsers (Internet Explorer, Netsc... more >>
Error when starting Web Client in DEBUG
Posted by bixbarton at 12/8/2006 2:39:33 AM
Running C# .NET 1.1
I'm experiencing a weird oddity.
We have a client app which access the webservice at
http://www.test.planningportal.gov.uk/soap/servlet/messagerouter
If I start the client with no debugging it's fine.
But if I start the client with debuggin on, when it Invokes a meth... more >>
System.InvalidOperationException Unable to generate a temporary class error
Posted by Eric at 12/7/2006 10:43:25 AM
Hello,
I'm trying to debug a VB.NET dll that calls a web service. I've
customized my References.vb to do some functionality I don't believe
would be possible otherwise.
When I hit the MyBase.New() line in the references.vb file I'm getting
the following message (the name of the cs file cha... more >>
Debugging reference.vb
Posted by Eric at 12/7/2006 9:39:01 AM
Hello,
We have VB.NET dll that calls a web service. The webservice has a
public function DoSomething that has several parameters, in order to
specify the time out and url we added the following hacks to the
Reference.vb:
Public Sub New(ByVal URL As String, ByVal Timeout As Integer)... more >>
Webservice - ODBC - sqlServer
Posted by TheMaxx at 12/7/2006 12:00:00 AM
I need to access ODBC from remote computer, if there's a better way other
than WebService please let me know.
So, i am doing web service which connects on ODBC, which connects to
SqlServer 2000 (Windows auth.)
First error was:
Login failed for user 'MyComputerNmae\ASPNET'.
Then i uncheck... more >>
Override the generated soap:address in WSDL
Posted by MP at 12/6/2006 11:40:51 AM
Hi all,
I have a problem with my web service: when installed to certain servers
(e.g. load balanced) the URL specified in soap:address gets changed to a
private address, making the service unusable. Is there any way to override
the soap:address generated by the web service or other way round ... more >>
Impersonate user for webservice status 401
Posted by jacques NO[at]SPAM designfault.co.uk at 12/5/2006 3:27:18 AM
I'm connecting to a web service from an asp.net page and trying to pass
the current asp.net page requesting user credentials to the web
service. My problem is a keep getting a 401 error from the web service,
when I check the log files of the server where the web service resides
I can see no user... more >>
Consuming Webservice via https
Posted by Jens Mander at 12/4/2006 6:21:41 PM
Hi and sorry for the heavy crossposting (fu2 mpdf)!
As you might have gotten out of the subject line, my application tries to
consume a webservice that's being connected to via https. This works fine
when I use a windows forms app. Trying the same from within an asp.net app
fails. As far as... more >>
Web reference - Reference.cs cannot be updated
Posted by ToTo at 12/4/2006 11:29:00 AM
Hello all,
I don't know, if this is a bug or by design, or what ever..., but if I have
a web reference to a web service, that makes a typed dataset available, some
properties will not be updated on reference, when I change it in the original
XSD.
For example:
I have a dll containing a ty... more >>
Sending large files as parameters
Posted by ×™×•× ×™ גולדברג at 12/3/2006 11:32:00 AM
Hi,
I have two asp.net applications on different networks.
One application has to call some operation/method on the other application
and pass two large files as parameters:
One file is huge xml file, the second file is big pdf file (dozens of MB).
How would you implement this?
If i will use ... more >>
Free Stock Market Web Service
Posted by senfo at 12/2/2006 11:04:32 AM
I've searched and searched, but I haven't been able to come up with an
XML web service to query for up-to-date stock market (mainly interested
in commodities) quotes. Does anybody know of one?
Thank you in advance,
--
Sean... more >>
Authorization of webservices
Posted by tulasikumar at 12/1/2006 12:00:00 AM
hi all,
I have one requirement in my project.The requirment is create 4 methods in
webservices these are webmethods.I have to restrict the access at the time
of using these methods.One user can access only two methods,another access
another two methods.Is it possible for this using .net xml w... more >>
|