all groups > asp.net webservices > february 2006
Filter by week: 1 2 3 4
Extend Web Services Time-Out
Posted by Mitja Semolic at 2/28/2006 5:57:28 PM
How do I extend a WebService time-out, server-side or client-side?
Thanks
Mitja Semolic
... more >>
ASP.NET and x64
Posted by Jon Gabrielson at 2/28/2006 4:29:27 PM
I was getting ready to buy windows server x64 enterprise,
but then I discovered at:
http://www.microsoft.com/windowsserver2003/evaluation/features/comparefeatures.mspx
that only x64 standard supported ASP.net
Does that mean that I have to use the standard x64 server
and not the enterprise x64 s... more >>
Web services date/time approach
Posted by markric NO[at]SPAM gmail.com at 2/28/2006 1:03:40 PM
I'm working on a commercial application that will have data, web
service, and client application tiers. I have no control over where any
of these systems might be deployed, and it's fairly likely that users
running the client application will be in different time zones than the
web service and d... more >>
NameValueCollections in WebMethod
Posted by Chris Arnold at 2/26/2006 11:15:29 PM
Hi All,
Has anyone been able to return a
System.Collection.Specialized.NameValueCollection object from a WebMethod?
Compiles correctly, but then throws an InvalidOperationException on viewing
the asmx file...
"You must implement the Add(System.String) method on
System.Collections.Spec... more >>
IFrame problem.
Posted by bluewind44 at 2/26/2006 10:18:27 PM
I have a webpage "WebForm1.aspx" that have a IFrame page "IFrame.aspx".
I know that I can access the IFrame.asax 's controls by jscript in
"WebForm1.aspx".
(ex) document.frames("IFrame").document.all.txtExample.value = 'ss';
Now I want to access jscript in "WebForm1.aspx" from "IFrame.aspx".
... more >>
problem to generate c# test client from wsdl
Posted by John at 2/25/2006 10:55:39 AM
I already have an existing WSDL file and want to generate C# proxy code
and C# test client using Visual Studio .NET 2003 with Framework Version
1.1.
I firsted created ASP.NET web service, and added web reference that
points to the WSDL URL. I am able to see the methods for that web
service, a... more >>
cannot generate C# exception code corresponds to <wsdl:fault> element
Posted by Steve at 2/24/2006 1:45:47 AM
In Visual Studio .NET, I try to generate C# proxy class from WSDL, and
the WSDL file has <wsdl:fault> element. I expect the generated proxy
code should have the exception code that corresponds to <wsdl:fault>
element, but it doesn't have any.
I did some research and found out WSDL description ... more >>
Request format is unrecognized for URL unexpectedly ending in '/Login'
Posted by Simon at 2/23/2006 6:07:36 PM
Hi,
I'm beginner on WebServices, I have developed an WebService with some
methods.
I have used vs2005 to build the web application and Microsoft Web Deployment
project to compile the web application to publish on the web site.
When I call the method Login using a post form on my computer (l... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
wsdl missing type definition (remoting-soap as webservice)
Posted by Jigar.Patel NO[at]SPAM nospam.nospam at 2/23/2006 5:07:26 PM
<?xml version="1.0" encoding="UTF-8"?>
<definitions name="MyRemoteObject"
targetNamespace="http://schemas.microsoft.com/clr/nsassem/RemoteServer/RemoteServer%2C%20Version%3D1.0.0.0%2C%20Culture%3Dneutral%2C%20PublicKeyToken%3Dnull"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:tns="http://sc... more >>
Describing a webservice
Posted by tascien at 2/22/2006 10:13:06 AM
Hi Guys,
I want to be able to look at a soap webservice WSDL, Microsoft or
Non-Microsoft, and describe the following to my users:
1. what operation the webservice support.
2. what parameters do those operations take
3. what return values for those operations...
4. what xml and headers shou... more >>
specify attribute with element data too
Posted by arcofdescent NO[at]SPAM gmail.com at 2/20/2006 12:26:32 PM
Hi,
I'm been trying like crazy but I'm not able to specify the correct WSDL
type definitions for the following:
i.e. the SOAP request XML is:
<status code="100">All Fine</status>
How do we write the WSDL definition for this XML?
I started by defining the status type.
So,
<xsd:e... more >>
Starting new process from aspx page
Posted by Wally at 2/20/2006 5:50:28 AM
I know this is an asp.net question but I got no answers there.
How do you start a new visible process from a asp.net page?
I can use:
System.Diagnostics.Process.Start ("mspaint.exe");
from Main() in console application and it works fine.
When I put it in the Page_Load procedure of an... more >>
Unable to connect to database via webservce
Posted by Saira at 2/20/2006 12:25:47 AM
Hi all
I have taken on a project from another developer and am experiencing some
problems.
To give some background, the application was running smoothly (client talks
to web service, web service goes to database, web service returns data,
client displays data).
We then upgraded to SQL Serve... more >>
SOAP Tunnel Monitor Software
Posted by Simon Hart at 2/20/2006 12:00:00 AM
Hi,
Does anyone have any good recommendations where to download a SOAP monitor
program. I want to be able to monitor SOAP requests in a production
environment.
Cheers
Simon.
... more >>
How can I queue requests for an XML service?
Posted by Jerry H. at 2/18/2006 7:25:18 AM
I want to set up a XML service that will act as a middle tier between
several different client apps and a rather expensive and outdated ODBC
client.
Currently, wehave several machines with an particular ODBC client
installed so that these machines can access a UNIX accounting systems's
core t... more >>
is a webservice the right thing?
Posted by mindcopy at 2/17/2006 8:02:04 AM
Hello,
I need to do the following: gather some data from a client computer and
put it in a remote (SQL) database. This data is then used on a website.
The ammount of data in itself is fairly limited, and easely formatted
into some XML style, but needs to be updated periodically (from every 5
... more >>
Programmatically call web service from string config
Posted by Snookie at 2/17/2006 5:28:53 AM
Hi
I'm new to all this web services lark and am struggling to get my head
round how to dynamically call this stuff.
Basically, I'm writing a test harness for our latest product - this
harness allows calls to SQL2000 stored procs (all works well) and to
allow calls to web services. The idea i... more >>
How can I remove XML tags from ASP.NET web service return values?
Posted by DonaldN at 2/16/2006 3:07:41 PM
This question has been asked and NOT asnwered. Putting aside all
comments on the reasons to do not or not do this and any related
issues. Would someone please anwser the question: Is the a way to make
my .net 1.1 web service return plain text without the XML element tags?
If so, how? Thanks in... more >>
Classic ASP String Manipulation - NOT .net
Posted by James at 2/15/2006 6:11:51 PM
Good Evening,
I would like to insert a 5 letter word into a 100 letter string, but only 1
letter at a time, and each letter separated by 10 characters!!! :) Using
Alpha characters only, no numbers or punctuation in either string. The
first letter needs to use the DAY OF THE MONTH number a... more >>
Simple String Conversion?
Posted by Gary at 2/15/2006 12:07:27 PM
Hello,
I collect a string on my ASP.NET page via Request.QueryString.
For Example:
http://www.site.com/index.aspx?Outlook=BAD
I now want to take this string and convert it to a NUMERICAL string based on
the position within the alphabet.n Spaces OR Dashes between each character
is impo... more >>
WebServices and straight XML POST
Posted by apoc69 NO[at]SPAM gmx.net at 2/15/2006 1:33:08 AM
hey folks,
i am pretty new to web services and here is my first question:
I have a /Order.asmx where other customers can post theire orders via
theire SAP Business Connector. The Order.asmx has a
public string Post( string xml ) {}
Method. So everybody can post theire order xmls theire.
... more >>
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 >>
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 >>
Webservice sending emails
Posted by espe08 at 2/7/2006 2:01:28 AM
Hi! we have a system which requires sending of email notifications.
We developed a .NET stand alone program which sends the email using web
services to help increase the efficiency supposedly of the system.
Now, emails within the company network can be received by the respective
recipients,... more >>
Good book .NET 2.0 Web Services?
Posted by Amil at 2/6/2006 3:19:47 PM
Anyone have a recommendation for a good book, specific to web services in
..NET 2.0 / VS 2005? I'm already doing WS in VS 2003, but figured it might
be a good idea to look at things fresh given VS 2005. Thanks.
Amil
... more >>
Debuging ASP.NET Web Service with WSE 3.0
Posted by jeremy NO[at]SPAM nospamwardlawclaims.com at 2/6/2006 3:11:30 PM
I am unable to debug an ASP.NET Web Service which is configured for WSE 3.0.
When I attempt to step into the proxy in a windows app or web form
referencing the service I get the following error:
"Unable to automatically step into the server. The remote procedure could
not be debugged. Thi... more >>
Upload files using web services
Posted by Malli at 2/5/2006 2:02:28 AM
Hi All,
I want to upload files from client to web server using web serices.
Or i want to upload the file without using file control.
can any one know the solution please help me.
Yours,
Malli.... more >>
Returning a Generic from a web service
Posted by Alexander Walker at 2/3/2006 9:55:09 PM
Hello
I have a web method that returns a List<T>
I have noticed that the proxy class generated with wsdl.exe does not return a
type of List<T> but instead it returns a type of T[] is there some way I can get
wsdl.exe or the Visual Studio IDE to generate a proxy class that will return a
L... more >>
Debugging a Web Service
Posted by Sathyaish at 2/3/2006 2:19:16 PM
How do you debug a web service in Visual Studio .NET 2003? To give you
some background, I have been programming for some over 8 years now and
know how to debug VB, VC++ apps in Visual Studio 6.0 and also know how
to debug WinForms apps, Console Apps and ASP.NET apps in Visual Studio
..NET 2003.
... more >>
I can't add a Web Reference
Posted by Alexander Walker at 2/2/2006 11:20:43 PM
Hello
I am developing a website that has a Web Service that I want to expose to
Windows Forms based SmartClients when I try to add the web reference to the
smart client I get the following message in the "Web services found at this
URL:" box of the "Add Web Reference" dialog
There was an... more >>
Namespace confusion
Posted by bonacipher at 2/2/2006 2:53:34 PM
I've been given a wsdl file, and used the the WSDL.exe generator to make a
proxy file. I've then added the code for the web method, and compiled and all
is fine. I had to add in a load of namespaces for the web service to work
properly, but there is still an underlying problem. If I send it an XM... more >>
Why am I getting a compile error on a referenced Web Service parameter
Posted by Ray Stevens at 2/2/2006 2:46:09 PM
I have a simple method that is using a complex data class created by a
mainframe interface code generator. I compiled this into a Business Entities
project and referenced it in both the Web Service and the client, so it
should be identical in both.
A sample abrivation of the class is of the... more >>
Hello World Web Service
Posted by John Thompson at 2/2/2006 2:01:30 PM
Hello,
I recently developed the hello world web service in Visual Studio 2005. If
I right-click on the Service.asmx file that is created, everything works fine
in Visual Studio. After verifying this, I did a Publish Web Site for this
web service. After that, I installed IIS and wanted to... more >>
print asp in landscape
Posted by Cimento Cola at 2/2/2006 10:59:58 AM
Hello all.
How do i print an ASP page in landscape?
I´ve tried <body style="orientation:horizontal">, <body
style="size:horizontal">... but nothing seems to work...
Can anyone help?
Thanks
... more >>
|