all groups > dotnet web services > december 2006
Filter by week: 1 2 3 4 5
HttpException: Maximum request length exceeded
Posted by Peter Schmitz at 12/25/2006 4:47:01 AM
HI,
in one of my webservices I need to provide a string to the consuming
application that can become really large (depending on user input).
Unfortunately, if the string becomes too long, the following error occurrs:
System.Web.Services.Protocols.SoapException was unhandled
Actor=""
... more >>
WebService-Mode: Binary instead XML
Posted by Michael Wenninger at 12/22/2006 12:00:00 AM
How can I change the transfer mode from my WebService. I want NOT use XML
because i must transfer a picture from a client to my web-service on the
server. I want to use the binary serialization. It should be a new featue in
the .net 2.0 Framework.
Michael
P.S:
Sorry for the cross-post, b... 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 >>
sample of soap body...
Posted by Elisa at 12/19/2006 10:25:37 PM
Hi all,
this is my problem:
I have a web method and I would build a sample of its body.
I would want to obtain a result similar to the soap sample generated by
..net framework in InternetExplorer
(when I call the web page .../xxxx.asmx?op=myWebMethod), or generated by
XmlSpy when I ... more >>
About the web service using Integrated windows authentication
Posted by Dandan Zhang at 12/19/2006 7:46:00 PM
Now I have a web application, a web service and a SQL Server database.
The Web application will invoke the web service, the web service
invokes the SQL Server stored procedure.
I let the web service run in an application pool which runs under a
domain user, this domain user h... more >>
How to call web service from a http post
Posted by Jason Zhou at 12/19/2006 7:25:05 AM
I understand how to consume a web service by registering it as a web
reference in my project, but how to use HTTP Post to call a web service? For
example I have a web service called TestService, and have a WebMethod called
TestMethod, it has a string type parameter A, anybody can explain a little... more >>
401 error accessing web service using credentials
Posted by Brad at 12/18/2006 5:52:32 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 >>
exposing method sending bitmap
Posted by Przemo at 12/16/2006 9:48:01 AM
Hi,
I would like to have a web service method sending a bitmap image. But code
like do not work:
<WebMethod()> _
Public Function GetBitmap() As Drawing.Bitmap
Dim a As New Drawing.Bitmap("1.bmp", False)
Return a
End Function
When I test my web serwice I recei... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Error on web service: "Server returned internal error 500"
Posted by Tito Meinrath at 12/15/2006 3:10:07 PM
Hi,
I'm really going mad about this! Currently I'm designing a student
course on web services. Because I want them to understand what's really
going on when web services correspond with each other (or other
consumers) via SOAP, I want to generate SOAP-messages in XML manually
and send it via ... more >>
Q: Does webservice recognizes local network connection ?
Posted by Kristijan Marin at 12/14/2006 4:44:08 PM
Hi,
I have a project where components/programs run on different mashines ...
and data exchange and execution of some actions on server side is done with
help of webservice ....
Now the same code for accessing server side can be called from some
application installed inside local networ... more >>
Accessing Class Properties
Posted by senfo at 12/13/2006 4:13:19 PM
When designing a DAL (data access layer), I designed the methods to
return custom classes that contain properties. Example:
public class Employee
{
private string _name;
public string Name
{
get { return _name; }
}
public Employee()
{
... more >>
Web service References.cs not updating???????? I am going made. I think?
Posted by iKiLL at 12/13/2006 12:00:00 AM
Hi all,
I am using C# on VS2005.
I have a solution with 2 projects, a Webservice and a Client application.
Both of these to projects can build compile and run.
I have been asked to extend the functionality of the Solution. This is not
the first time I have had to do this. I did... more >>
detect when an app domain is being shut down
Posted by Bubba at 12/11/2006 3:39:11 PM
Hi,
We have HttpHandlers that can process requests for up to 50 minutes. Those
HttpHandlers are running in an app domain inside the DefaultAppPool. We'd
like the HttpHandlers to be able to detect when its containing app pool or
app domain is requesting a shutdown (when it is recycling, fo... more >>
Retrieve large binary directly to disk
Posted by Peter Morris [Droopy eyes software] at 12/11/2006 2:15:51 PM
Hi all
I'm writing a compact framework app. This app needs to receive a large
binary (zip file) from a webservice. The problem is that the byte[] will be
retrieved into RAM before I can save it to my external memory card.
I am concerned that as the size of this zip file grows my PPCs wil... more >>
Error when starting Web Client in DEBUG
Posted by bixbarton at 12/8/2006 2:40:04 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 >>
Web Service Software Factory Problem
Posted by Nilkanth Desai at 12/7/2006 8:29:00 PM
Hi,
I am using Web Service Software Factiry July 2006 edition. I have
succflly created one small project with Client side imlementation. But While
Calling a service methid on pressing Save button on Client Form I am
receiving exceotuin as below.
System.Web.Services.Protocols.SoapExc... more >>
2.0 web service msi
Posted by phaniva NO[at]SPAM gmail.com at 12/7/2006 1:53:32 PM
I have a 2.0 web service. When I do a direct copy solution folder to a
different machine the web service works. I have created a web
deployment project and web setup project in VS 2005 to create a msi.
When I install web service through msi I get the below error
Binary format of the specified ... more >>
Slow web service response times
Posted by lowlyscrub at 12/7/2006 8:24:52 AM
I have an ASP.NET application that makes 12 different web service calls
from a single method call. Each of the web services themselves don't
do much more than run a small query (I've run the queries elsewhere and
they complete virtually instantaneously) on some database and return a
dataset. ... more >>
SSL Webservices through Proxy Server : Does anyone have a definite answer on whether it is possible or not ?
Posted by pthomet NO[at]SPAM gmail.com at 12/6/2006 3:35:06 PM
Another formulation of the message tittle could be :
is it really "safe" (in the business sense) to embed a SSL webservice
consumer into any given software, given that any time a proxy server
will be encountered, then the call will fail (based on my knowledge) ?
....Different Player, shoot ag... more >>
SOAP Webservice C# / Axis2
Posted by Florian Grousset at 12/5/2006 4:17:52 PM
Hi,
I'm trying to code a simple C# SOAP client wich query an Axis2 Java SOAP
Server.
Server side code has been generated from a WSDL file.
SOAP requests and responses must both contain a simple String array (not
very diffucult I think !).
What I've done :
1. WSDL file writing (see at ... more >>
Webservice Installation
Posted by Samuel Shulman at 12/5/2006 3:29:27 PM
Does webservice require a separate installation or it can run as another
page within the website
Thanks,
Sam
... more >>
Ticket persistence
Posted by Max André Bündchen at 12/5/2006 3:08:52 PM
In a custom application the web methods receive a user ticket in Soap
Headers. This web methods call many bussiness methods to access database,
validate user rights and so on. Today I must pass the ticket from web
methods to all this bussiness methods as a parameter. How include this
ticket ... more >>
Web services accessibility
Posted by Samuel Shulman at 12/5/2006 1:36:01 PM
Hi all
I need to implement functionality for a wide range of user (which I can't
anticipate at this point who are they going to be and what technologies they
will be using)
The question is whether web services are accessible to all development
environments or only to some.
Thank you f... more >>
Handling DOT in Method Name
Posted by Microsoft Newsgroups at 12/4/2006 2:02:21 PM
I am trying to consume a web service where there is a dot in the method name
as defined in the portType and binding section of the WSDL file. Here is an
example:
<operation name="soapserver.login">
The WSDL.EXE tool correctly removes the dot when creating the C# method
name, resulting i... more >>
Web Service Security
Posted by romeel_k NO[at]SPAM yahoo.co.uk at 12/4/2006 7:51:51 AM
Hello,
I am designing a web service which is to be consumed from a external
web site.
Now i have a problem. The web service is to provide certain information
required by the external party/website. Now i currently have a Web
application
that provides pages that provide the data this new web ... more >>
resend: How to call Web Service from AIX
Posted by deRun Chin at 12/3/2006 10:13:00 PM
Hi,
I want to call .net web service from my AIX C application,not using gSOAP.
The web service is developed in VS.Net and running on Windows server2003;
Now I want to call the web service form C application on AIX 5.
How to do it and is there any tool kits for this problem?
... more >>
WebService Problem on Windows Server 2003
Posted by Mahesh Devjibhai Dhola at 12/3/2006 12:00:00 AM
Hi,
Scenario:=20
The webservice was developed on windows 2000 Pro and deployed previously =
on windows XP pro for testing. We have tested for many days. The client =
for that service was 30+ and accessing the webservice each min. It was =
working 100% fine.
Problem:=20
But now in actual dep... more >>
|