The request failed with HTTP status 404: Not Found.
Thu, 21 Aug 2008 09:02:05 -0700
I have created an web appication and I an calling the webservices to access
the database.
At the time of loading the data to the dataset. It raises an exception.
The request failed with HTTP status 404: Not Found.
If have set compilation= true in both the web application and web services
application.
can ...
|
howto: code soap header security?
Thu, 21 Aug 2008 14:25:29 +0200
Hi all,
I'm developing an asp.net app that connect to a webservice.
- I've installed an P7k certificate in the IIS-website configuration.
When running my code, I have following error:
System.Web.Services.Protocols.SoapHeaderException:
com.sun.xml.wss.XWSSecurityException: Message does not conform to config ...
|
(WCF) FaultException thrown instead of FaultException<TDetail> when
coming from a Custom Channel
Wed, 20 Aug 2008 19:02:50 -0700 (PDT)
This is a modified version of the Microsoft sample code for
MessageInspector (InterceptingChannelListener class) .
bool ProcessRequestContext(ref RequestContext requestContext)
{
if (requestContext == null)
{
return true;
}
Message m = requestContext.RequestMessage;
Message originalMessage = m ...
|
Info on SOA, TOGAF, Virtualisation, SaaS etc.
Tue, 19 Aug 2008 23:40:32 -0700 (PDT)
Hi all,
I recently moved south to Bangalore and I am working for a large
software integrator. My project team is working on a project that
applies TOGAF to SOA. Are you able to point me to online and offline
resources/trainings that can help our team get up to speed with SOA
features and building blocks, the ...
|
Server->Client notification
Tue, 19 Aug 2008 17:35:07 -0700 (PDT)
Unfortunately I'm a little upset, I went to one of the free .Net
seminars today that Microsoft holds.
At the end of the seminar I had just one question.
There is only one thing I want to know.
Nut it seems that the answer is being left incredibly complex and
nobody cares. How to send a notification to th ...
|
WCF service doesn't work with function returning typed DataSet
Tue, 19 Aug 2008 08:30:08 -0700 (PDT)
Hi,
I have a WCF service that works perfectly. I added a new function
(returning typed Dataset) and now, my service doesn't work anymore. I
got a lot of "CODEGEN" warning inside the proxy file (generated with
svcutil with /n and /r switch) like this one:
'CODEGEN: Parameter 'GetPostalFacilitiesByFsaIdResult ...
|
web invocation result is null for webservice emulation
Tue, 19 Aug 2008 02:01:06 -0700 (PDT)
I have a problem with the way that the generated proxy handles the
information when trying to return information from an emulated
webservice.
When trying to consume the emulated service, the method result is
always null, but for other (simple) types it works (ie with string).
The problem is that there is no ...
|
|
|
Service Client Receives "Bad Request (Invalid Header Name)" Respon
Mon, 18 Aug 2008 14:30:08 -0700
I have written a Web Service that works with my test harness written using
VS2005. However, a client to the service consistently receives a "Bad
Request (Invalid Header Name)" response for each request. He is using
another development environment that requires that he create the actual
request via multiple ...
|
HttpWebRequest GetResponse 500 Error
Sun, 17 Aug 2008 10:42:03 -0700
Hi,
I've run into a set of errors I don't understand coming back from
HttpWebRequest.GetResponse, In one case, null is returned from the request
without an Exception and in the other the request does not appear to leave my
system yet still returns the 500 error.
In the code below, there is a xml-snippe ...
|
Newb to Webservices and WCF
Thu, 14 Aug 2008 22:08:24 -0700 (PDT)
Hi everyone, I really was hesitant to post here for fear of seeming
foolish but I really am desparate, and do appreciate any opportunity
to get answers from real people. So please forgive the stupid
questions.
I just recently becan learning about WCF as a way to create web
services. I had no prior experienc ...
|