Dotnet Viewers
Fri, 4 Jul 2008 05:56:01 -0700 (PDT)
http://ganesh-freedotnetbooks1.blogspot.com
http://ganesh-freedotnetbooks.blogspot.com
http://freefreedownloadsoftwares.blogspot.com ...
|
Sample (free) web service with custom soap header
Fri, 4 Jul 2008 03:45:18 -0700 (PDT)
Hi,
I work on SAP XI middleware technology. To verify some concepts, I was
trying to find a freely available web service which has got "Custom
SOAP Header". I don't want to host a web service, as I don't have any
application server on my system. Please direct me to some existing
webservices which uses the soa ...
|
How to add reference when working without VS.Net and inline code
Tue, 1 Jul 2008 08:16:51 -0700 (PDT)
Hi,
I am working on enhancing an aspx page. The server-side is written
with inline code. The coding is not in VS.
The task is to make calls a webservice http://company/vnwebservice/vnwebservice.asmx.
The aspx page is not created in vs.net IDE but written through a text
editor.
The question is how do ...
|
WCF Service called from 2.0 app and setting maxReceivedMessageSize
Tue, 1 Jul 2008 07:47:00 -0700
Hi,
I need to up the default maxReceivedMessageSize setting in my clients
calling a wcf service hosted as a web service. This was easily done in the
3.5 applications we have using the editor. However I cannot find out where to
make the change to the 2.0 apps that are consuming the site as a web
refer ...
|
WCF and web client authentication issues.
Sun, 29 Jun 2008 23:02:15 -0700 (PDT)
Hi People!
I'm building a SOA style application that contaisn a DB->Data Access
Layer->Business Logic Layer->WCF service. From there I will have three
types of clients: a web application, a win forms application, and a
compact framework application.
My question relates to authentication between the web appl ...
|
fire a method or event every hour automatically?
Fri, 27 Jun 2008 09:03:03 -0700
Hi there,
I am new in web services and I am not sure it's related to web services.
Is it possible a web application automatically fire a method or event every
hour?
It shouldn't be depend on aspx pages.
Regards,
Monica. ...
|
Simple Classic asp questions ... Response.Redirect
Tue, 24 Jun 2008 19:37:24 -0400
Why cannot I do this?
in an asp site www.Site1.com page, I have this:
<% response.redirect "http://www.Site2.com?a=1" %>
when it is redirected, I always see it as if it were:
http://www.Site2.com
It drops/strips off the paramaters.
Please respond asap.....my website is not functioning because of this
...
|
|
|
SOAP Errors
Tue, 24 Jun 2008 05:50:02 -0700
We currently have a MOM 2005 solution where we have a MOM management group
in one forest and other management groups in another forest. I have set up
product connectors from MOM in the 2nd forest for alert forwarding.
Source: MOM to MOM Connector
Event ID: 10028
"Updating data threw an unknown SoapExcep ...
|
ISS web server will not run my .ASP page
Mon, 23 Jun 2008 09:26:07 -0700
Hi,
I've just installed IIS on my XP Pro computer so i can use my ASP pages and
to test if thay are working!!.
The problum i am having is when i go to my ASP pages it WORKS exepted when i
go and try to post some infomation to my database using ASP in to a .mdb
database and when i do it gives me a error o ...
|
Web Method Signature throwing ArgumentException
Fri, 20 Jun 2008 10:00:00 -0700
Hi,
If I create Web Method with input parameter datatypes other than strings
then the Web Method pukes with a "System.ArgumentException Can't convert to
DateTime" when the field is left blank.
e.g public string myWebMethod(DateTime StartDate)
Is there a way to trap and handle this exception. Does this con ...
|