all groups > asp.net webservices > december 2004 > threads for december 22 - 28, 2004
Filter by week: 1 2 3 4 5
User Login Webservice
Posted by adamsst1 NO[at]SPAM hotmail-dot-com.no-spam.invalid at 12/28/2004 4:56:35 PM
I am new to webservices (about a month or so) but wanted to know if it
were possible or intelligent to create a webservice for a user login
to my application. I have created a user control for the login. I
also need other sites not on my server to be able to use the user
control to login to my... more >>
Server Error
Posted by Andrew Dimech at 12/28/2004 4:52:44 PM
Hi,
For some wierd reason all my webservices on IIS5.1 are not working.
Everything else is though...web froms, windows forms, etc.
Even if i try to test them through the web browser i get this error:
System.BadImageFormatException: An attempt was made to load a program with
an incorrect ... more >>
ADODB.Recordset as parm to Web Service
Posted by Marathoner at 12/28/2004 7:05:04 AM
How can I go about transforming an ADODB.Recordset in such a way that it's
XML representation can be passed as a parameter to a Web Service?
I have an app that consumes a Web Service. I have an ADODB.Recordset in my
app that I need to pass as a parameter to the Web Service. I know it cannot... more >>
Cassini Web Server
Posted by arwen_h at 12/26/2004 12:40:13 PM
hi, I'm a student and I have to work on Cassini Web Server.
Well in fact I have to debug it and see what's wrong and what could be wrong
using it for intranet services.
Has anyone already tested it? Have you found any bug?
About supporting php pages and other languages? How about inserting some
... more >>
can dataset be created out of views?
Posted by Likhith Areekkal at 12/26/2004 12:48:07 AM
This is an addendum to my previous questions:
If I have a view in the databse - Can dataset carry the same view? or should
we make up a view in the dataset?
If the question is unclear to you it is because I myself is not clear about
what I shold be asking. Could you please through some lig... more >>
Need guidance - ADo .NET, ASP .NET, dataset - where does the code go?
Posted by Likhith Areekkal at 12/25/2004 11:33:49 PM
Hi,
I am new to web programming and am using ASP .NET (C#) and ADO .NET to
develop a web based room booking application. I have been reading a lot of
books on ADO .NET and ASP .NET and I have a few basic question which I am
totally confused about.
Please note that I am a beginner and you... more >>
Checkbox problem
Posted by JIM at 12/25/2004 7:53:40 PM
Hello,
I would like to solve the following problem :
I've a web site with ex. 5 checkboxes
Each checkbox contains the name of a certain task
ex.
asp:Checkbox 1: Task 1
asp:Checkbox 2: Task 2
...
asp:Checkbox 5: Task 5
Each time a task is finished on the server... more >>
Checkboxes for sending progress to the client
Posted by JIM at 12/25/2004 7:53:33 PM
Hello,
I'am trying to do the following :
I've made a web site on which you can do some tasks on the server
and would like to inform the user which task is finished (progress info)
ex.
checkbox 1: Task 1
checkbox 2: Task 2
checkbox 3: Task 3
Each ti... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
class problem (class)
Posted by Savas Ates at 12/24/2004 11:29:29 AM
i have two class and i create them but i dont assign a value and run the
subroutines.. what is my mistake?
the error is --- Object reference not set to an instance of an
object.----
i think it is about this line
ws2.ProductDefinitions(i) = New WebReference1.ProductDefinitionType... more >>
Wrapping a web service with another
Posted by zzgcjq at 12/24/2004 11:12:24 AM
I have an external (Intranet) web service which requires that Soap
message header be signed and Body should be encrypted. The service works
fine when I connect to it from a client using VB or .Net.
I want to create a internal web service which would in turn call the
external web service. Is... more >>
Connection closed exception
Posted by Simon at 12/24/2004 7:22:37 AM
I'm having some difficulties with a Web Service I am developing.
The following exception occurred when I moved the Web Service from my
development machine (Win XP SP2 VS.NET 2003) to a test server
(Win 2003 IIS 6):
- System.InvalidOperationException
Message: The underlying connection was... more >>
Sending data with web services
Posted by Jim at 12/24/2004 5:55:42 AM
Hi
I am a newbie with web services, when you want to actually send data with
web services (instead of downloading data from the server side) what is the
way to go about?
ch Jim
... more >>
Error accessing web service
Posted by eNoodle at 12/23/2004 4:28:34 PM
Hi !
I have an application running on pocket pc 2003 with .NETCF SP2 installed
and written in C#. A web service will be called during program execution.
Initially the web service is only install in the local LAN , which we can
access the webservice internally in the office, and every function ... more >>
Web Service exception
Posted by Mike Z at 12/23/2004 1:57:06 PM
I have a web service, using wse2, sp2, that throws an exception:
Client found response content type of 'text/html; charset=utf-8', but
expected 'text/xml'.
The web service takes 2 string parameters and a byte array. It returns a
string.
It works in a different environment and has worke... more >>
Microsoft wsdl Utility fails when multiple <schema> tags reference
Posted by Jeffrey Odell at 12/23/2004 9:03:06 AM
We are using .Net and the wsdl Utility to generate proxies to consume web
services built using the BEA toolset.
The data architects on the BEA side create XML schemas with various entities
in separate files for ease of maintainability. These schemas are all part of
the same namespace.
W... more >>
Problem Passing DataSet through Async Proxy
Posted by Dustin at 12/22/2004 8:23:40 PM
All,
I have a windows service that passes a dataset to a webmethod. The
webmethod then puts the dataset into a private message queue. I
created the proxy for the webmethod in visual studio, by adding a
reference to the webmethod, not using wsdl.exe manually.
Initially I flushed out the co... more >>
...Root Element is missing Error!
Posted by Balasubramanian Ramanathan at 12/22/2004 7:53:42 PM
Hi,
I am using webservice.htc to call a asp.net web service. The web service
works find for the first...when i call it second time i am gettting an Error
.." root element is missing"..this is happening only in remote...when i test
the same application locally it works find... the remote ser... more >>
Custom object parameter
Posted by Chakra at 12/22/2004 4:39:15 PM
I have a web method which works when i send a custom object as a parameter.
Today i added a DataSet after the Custom object and it wouldn't execute the
Web method at all. Then, when i interchanged the order of the parameters to
Dataset, Object, it worked . Why could this be so ?
... more >>
Web services without web server
Posted by David Gagn? via .NET 247 at 12/22/2004 4:04:34 PM
Hello,
I wounder how to create and deploy a web service without using a=
web server=2E All examples I can find assume there is a web server=
(IIS)=2E Even Visual Studio =2ENet 2003 as only "ASP =2ENet web=
service" in the new project templates=2E What about not using a=
web server? May be I... more >>
XMLElement Params & wsdl
Posted by Brian Conner via .NET 247 at 12/22/2004 3:54:52 PM
I've been experimenting with XMLElement params so that I can do=
xsd validation, etc against an incoming web request=2E However,=
changing my web method to take an XMLElement generates poor wsdl=
output=2E Is there a way to use XMLElement params and still=
maintain strong wsdl? Can I simply ... more >>
Unicode and newline characters in XML text sond via Web Service
Posted by Krzysztof Fink-Finowicki via .NET 247 at 12/22/2004 3:53:39 PM
Hi,
I fill-in text in TEXTAREA tag on HTML page, then send its content via content of XML element parameter sent through WebService function from JavaScript.
On client side, I can read my text in debugger as:
<Text>?Omr?de?
?hj?lp?</Text>
(with literal newline).
On server side, trans... more >>
|