all groups > asp.net webservices > february 2006 > threads for february 8 - 14, 2006
Filter by week: 1 2 3 4
Web Service: deleting temporary files after attaching them to DIME
Posted by amir.rozenberg NO[at]SPAM gmail.com at 2/14/2006 2:41:39 PM
Hi,
My web service is creating a temporary file to attach to the SOAP
message as DIME attachment.
Can I then delete the file after I've attached it? what can I do with
all the files?
Thanks-
A
... more >>
WSE3 Credentials
Posted by Euphilos at 2/14/2006 11:00:27 AM
Hello,
I'm trying to use WSE 3 in a web service for authentication and
authorization.
I've created a custom UsernameTokenManager overriding VerifyToken to
validate the token against the database and setting the token principal to a
generic principal with all the needed information.
... more >>
Alphabetize the methods listed in WSDL
Posted by josh.tucholski NO[at]SPAM gmail.com at 2/14/2006 7:25:33 AM
Is there any way to alphabetize the SOAP methods as they are listed in
a VB.NET Web Service?
Thanks.
... more >>
complex types in a Web service
Posted by William F. Kinsley at 2/13/2006 3:48:48 PM
I'm trying to use complex types in a Web service as follows:
// In Some Util Library
[Serializable]
public class PatientFilter
{
....
}
[Serializable]
public class PatientCollection : IEnumerable
{
....
}
// In the webservice asmx.cs
[WebMethod]
public PatientCollection... more >>
List parameters of the Web Service
Posted by hulkko123 NO[at]SPAM yahoo.com at 2/13/2006 2:50:57 AM
Hello,
Is it possible to list parameters and their types when you are using
[WebMethod (Description ()] tag or any else tag?
I couldn't find any lineseparator characters to Description attribute
when I was trying
to list parameters in hardcoded way. All parameters came is one big
line.
... more >>
how to make webmethod output my object class?
Posted by xisco at 2/13/2006 12:00:00 AM
hi,
I want to make my webmethod return my defined object and later it will be
consumed by a java client, so I did this very simple test.
In the webmethod I do:
[WebMethod]
public myClass GetMyClass()
{
myClass output = new myClass();
return output;
}
and this is my class:
publi... more >>
I thought I heard that v2 would allow a WebService to return a DataTable.
Posted by Tony at 2/11/2006 1:41:02 AM
I thought I heard that v2 would allow a WebService to return a DataTable.
I've tried this but it doesn't seem to work, the WebService compiles but I
can't hook a client up to the method, so I have resorted back to creating a
DataSet just to transport a stupid DataTable which seems like such a was... more >>
Consume Web Services and output to file
Posted by etl at 2/11/2006 12:00:00 AM
I would like to find out whether we can consume the web service and output
it to file. Basically saving it as an xml.
What I am trying to achieve is to read the xml file for later use on other
web pages. It is to reduce the amount of traffic to the database. Does
anyone have sample codes on h... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ASP.NET Three-Tier Code Generator
Posted by AA Computer Services at 2/10/2006 6:12:32 PM
ASP.NET Code Generator is a time-saving development tool that generates
three-tier ASP.NET application code based on user-customizable code
templates and user-defined data schema. It generates SQL stored procedures,
business class code (C#), ASP.NET HTML pages and their code-behind files. It
... more >>
Exception...
Posted by Zhenxin Li at 2/10/2006 12:00:00 AM
Sometimes when I call a web service through proxy generated by WSDL in =
..NETCF 2.0, I get the following exception.
"An error message cannot be displayed because an optional resource =
assembly containing it cannot be found"
It's not always happening. Does anyone know why it happens?
Bes... more >>
How to invoke webservice from aspx page?
Posted by Lupakkiotto at 2/9/2006 9:46:13 PM
Hi! I am a newbye about asp.net and I would like to know where I am wrong
doing this thing...
I have a webservice HelloWorldService.asmx with this code:
<%@ WebService Language="VB" Class="Samples.AspNet.HelloWorldService" %>
Imports System.Web
Imports System.Web.Services
Imports System.Web.... more >>
restrict access to webservices
Posted by Tommy100 at 2/9/2006 9:55:52 AM
Hi,
I'd like to restrict access to webservices. We are having Sharepoint
Portal running on Windows Server 2003 and several asp.net-Webservices.
We would like only the Sharepoint-Webparts to be allowed to call the
webservices (in a first step), clients should not be allowed to call
the webservic... more >>
The operation has timed out
Posted by Satish Babu Dasari at 2/9/2006 3:43:27 AM
Hi,
We have created the webservices for accessing the database layer and
deployed on the IIS Server which is in the local PC. These webservices called
from the C# windows application In our application we have reports which will
take lot of time to fetch the data depend on the criteria. Wh... more >>
Web Services and Security
Posted by Grep J at 2/8/2006 7:44:35 PM
Hello,
I'm quite new to Web Services and like to know what kind of security is
usually
put to company's Web Services.
Are there any documents how secure your Web Service when you publish them to
clients?
Could some give some tips.
Cheers!
... more >>
How to use different asmx in different sub-directories ?
Posted by Sophie PARISOT at 2/8/2006 5:29:08 PM
Hi,
I try to create one application and different virtual sub-directories (?)
with their own webservices but I have this kind of error : unable to create
the type myNamespace
Ligne 1 : <%@ WebService Language="c#" Codebehind="myClass.asmx.cs"
Class="myNamespace" %>
When all the webser... more >>
Dynamic Return Classes?
Posted by jasonpaulplank NO[at]SPAM yahoo.com at 2/8/2006 3:34:08 PM
All,
My company is new to Web Services and we are doing some "prototyping"
with them. My boss wants to be able to have our clients (some .NET,
some Java, etc) call the web service and get back the appropriate
information.
If sounds like the perfect application for Web Services; however, wh... more >>
ASP Script
Posted by dewmanna at 2/8/2006 1:21:29 PM
I am a novice web page designer, by most standards. I have a job designing
web pages. I am a FrontPage 2003 user. I want to use the .ASP extensions on
my Personal Web Server by Hotmetal Pro.
Hotmetal Pro will let you use any extension by selection. However, I do not
have any .ASP server side ... more >>
help! why doesnt this work...or is there a better way?
Posted by wptpro NO[at]SPAM gmail.com at 2/8/2006 8:52:56 AM
I need to send a soap message, is this the correct way of doing it? I
get an error back..."parsing error: org.xml.sax.SAXParseException:
Premature end of file."
Dim strRequest As String
Dim oXML As Object
Dim strResult As String
strRequest = "<?xml vers... more >>
|