SoapException problem
(1 messages)
Date: Thu, 23 Aug 2007 12:37:50 +0200
hiya,
i'm trying to return a SoapException to my client when an
exception occurs. i've followed the steps in the documentation on how to set
up a proper soap message. but once i run my webservice through the browser,
i ...
|
system administrator
(1 messages)
Date: Wed, 22 Aug 2007 20:36:01 -0700
Whenever I try to click on the control panel or add or remove programs I get
a message that reads "this action has been cancelled because of restrictions
on this computer.Contact system administrator." What do I do to correct this? ...
|
Adding SOAP:Fault elements within my WSDL.
(1 messages)
Date: Wed, 22 Aug 2007 20:26:01 -0700
I am having a Webservice within which i am throwing SOAP Exceptions and
therefore whenever something wrong happens a SOAP fault comes up in the
response - see below:
<?xml version="1.0" encoding="utf-8"?><soap:Envelope ...
|
Call webservice from webservice
(2 messages)
Date: Wed, 22 Aug 2007 10:00:01 -0700
Hi
I wanna to call a web service from a webservice. how to do this? ...
|
Newbie WCF Book recommendations ?
(1 messages)
Date: Wed, 22 Aug 2007 02:34:01 -0700
Hello
Could anyone recommend a good beginners book on WCF and Web Servicies ? So
I can read in bed and then progress to comprehend the SDK samples and . I
have noticed a few, but they seem to start off with a few chapters ...
|
Change WCF client endpoint address
(5 messages)
Date: Wed, 22 Aug 2007 01:50:06 -0700
Hi,
How could I change a WCF client endpoint address programatically? The client
is generated by Visual Studio. The purpose of doing this is to use different
service address under different configuration.
Thanks.
Daniel ...
|
SAP systems consume .net Web service
(2 messages)
Date: Tue, 21 Aug 2007 16:04:01 -0700
Hi,
I have created a webservice in .net and deployed on server. I tested the
webservice using windows client it's working fine. My webservice going to
consume by SAP client.
1.Will SAP systems create Proxy to get the ...
|
Printing from a Web Method
(3 messages)
Date: Tue, 21 Aug 2007 10:34:03 -0700
I have a web method that renders a SQL Reporting Services report and prints
it to a network printer using the System.Drawing and System.Drawing.Printing
namespaces in .Net 2.0. This method has been working without issues ...
|
How to use .RESX or .RESOURCE to retrieve list of strings
(8 messages)
Date: Tue, 21 Aug 2007 10:19:58 -0700
I have a web service that needs to return a particular string for one
of its web methods. I would like to manage the strings in a resource
file. I went through a lot of the help provided on the net and can't
seem to get ...
|
Namespace Declaration
(13 messages)
Date: Mon, 20 Aug 2007 13:26:02 -0700
I have a typed dataset that I'm returning from a webservice which has the
xmlns="SomeURI" attribute defined
My CLASSIC ASP front end developer can't get her xsl to work with that
namespace declaration so I'm trying to ...
|
|
WSUS 2.0 SP1 Install Failure
(2 messages)
Date: Mon, 20 Aug 2007 12:40:02 -0700
Hello,
I have been attempting to install the above on a fully patched Windows 2000
server. I have followed the "Step by Step Guide to Getting Started with
Microsoft Windows Server Update Services on Windows 2000 Server" ...
|
MTOM support in WSE 3.0
(1 messages)
Date: Mon, 20 Aug 2007 11:33:51 -0000
Hello,
As far as I understand, the WSE 3.0 provides some optimization of
MTOM usage. I.e. even if MTOM is specified,
but the size of data is less than 768 bytes, they are sent inline
instead of being referenced to XOP_INCLUDE ...
|
Alternative to cookies in .NET Compact Framework
(1 messages)
Date: Mon, 20 Aug 2007 03:18:01 -0700
Hi,
I need to call a session-enabled web service from a mobile client. But the
..NET Compact Framework does not support cookies. Is there a
workaround/alternative for this?
I found this link
http://forums.microsoft ...
|
Streams
(9 messages)
Date: Sun, 19 Aug 2007 18:44:59 +0300
Noramlly, we have methods like:
void execute(string login, string password, Stream inputStream) {
if (login:password is wrong)
throw new Exception("login failed");
// forward or process ...
|
Starting to learn WCF
(2 messages)
Date: Sun, 19 Aug 2007 05:22:00 -0700
Hi,
I'm about to start learning WCF:
1. I've downloaded .Net 3.0 and WCF VS integration, however when opening VS
for new project i don't see option for WCF project. What do i miss here?
what exactly should i download?
2 ...
|
Problem with my published web service
(1 messages)
Date: Fri, 17 Aug 2007 15:56:21 -0600
I have created a web service that will validate a username/password
combination against LDAP. I encrypt the username/password, send it to my
web service which decrypts the username/password, validates the user against
LDAP ...
|
WCF Contract Design Best Practices Question
(5 messages)
Date: Fri, 17 Aug 2007 14:05:18 -0400
I'm fairly new to WCF. I have a project, which I already have a lot of time
already invested it, which involves much data processing and cross
application communication. WCF seemed like a great way to go, moving
forward ...
|
Web Service doesn't return needed values
(4 messages)
Date: Fri, 17 Aug 2007 10:14:02 -0700
I've also posted this at dotnet.framework.aspnet.webservices, but here goes
anyway ...
I'm having to use a Web Service to populate a control via JavaScript, but I
can't quite seem to get the Web Service to return the ...
|
InvalidOperationException instead of SoapException
(1 messages)
Date: Fri, 17 Aug 2007 06:50:02 -0700
Hi,
I have created a WebService based on .NET 2 and it all worked fine until i
realised then exceptions cought withing the same machine are reported as
SoapExceptions whereas the same exception on a rmote client machine ...
|
How to access the ServiceHost object from the WCF service
(1 messages)
Date: Wed, 15 Aug 2007 12:44:45 -0500
Hi all.
I created a custom ServiceHost object and did a bunch of initialization
there. Now I need to access an object in it from the actual WCF service
class. How can this be done?
Thanks!!!
...
|