Consuming External WSD (WebReference), Missing a few types
Wed, 7 May 2008 07:20:44 -0700 (PDT)
I have a new VB.NET project, and I am trying to add a web reference to
the following WSDL:
http://www.weather.gov/forecasts/xml/DWMLgen/wsdl/ndfdXML.wsdl
The web reference is installed in the project, but I notice that
several Types are missing. Most are there, but a few that use
<xsd:pattern...> are missing ...
|
Newby WSDL question
Tue, 6 May 2008 19:53:55 +0200
I've developed my first webservice but now the software house of the company
who need to consume the service ask me to insert the attribute
type="document" in the <soap:binding> and <soap12:bindig> tags, but I don't
know how to do.
As far as I know the WSDL is created by the webservice when it is called
w ...
|
ASP.NET 2.0 C# WebService Connect to Database: Sql Server 2005
Mon, 5 May 2008 16:13:06 -0700 (PDT)
ASP.NET 2.0 C# WebService Connect to Database: Sql Server 2005
---------------------------------------------------------------------------------------------------
I have successfully created a webservice in ASP.NET 2.0 C# with VS
2005 & VS 2008, however, i can find nothing - books or otherwise to
help with the ...
|
Transfered ASPX application now cofiguration error
Mon, 5 May 2008 12:48:25 -0700
I transfered my application to new server. Now when I try to connect the
application returns an error from the web.config page. When I transfered
folders I copied them to a network location and then to the new server. How
do I reconfigure the vitual folders? Is there a setting I am missing? What
is cau ...
|
silverlight 2.0 question
Mon, 5 May 2008 04:30:00 -0700
I'm trying to write a silverlight 2.0 app which has English and Thai text in
it. Any pointers on how to get the Thai text in?
(Or a pointer to a more applicable newsgroup!)
...
|
Changing the Namespace URI used for incoming SOAP requests
Sun, 04 May 2008 21:59:43 -0700
We have a situation where we deployed a new version of a web service
which also changed the default namespace URI from 'tempuri.org' to a
custom one used by our other web services. While I sent notification
out to all potential client consumers, I am still getting requests
using tempuri.org as the namespace URI, ...
|
WCF - How much security is needed?
Fri, 2 May 2008 01:06:01 -0700
Hi,
I've been working on WCF now for the past few weeks and am wondering how
much security is enough (I know that's a loaded question in itself!)?
So far I can,
* detect the IP address calling me and look that up in a DB to make sure
it's registered.
* Run against SSL for security transport
...
|
|
|
Hidden news group
Wed, 30 Apr 2008 07:19:02 -0700
Where is the asp.net news group?. It must have fallen of the menu.
--
Arne Garvander
Certified Geek
Professional Data Dude ...
|
Why would a webservice call be slower from dotnet 2.0 than 1.1?
Tue, 29 Apr 2008 12:11:00 -0700
I have two test apps that call my webservice with the exact same code in
each. One is running in VS2003, the other in VS2005. The 2003 version takes
1 second, the 2005 version takes 20-30 seconds. It only takes that long on
the first call though, after that it too returns in 1 second. The code is
very si ...
|
Weird erro while debugging WS in VS2005
Mon, 28 Apr 2008 17:37:12 -0500
Weird erro while debugging WS in VS2005?
================================
System.TypeLoadException occurred
Message="Could not load type 'System.Web.UI.WebControls.WebParts.repeater'
from assembly 'System.Web, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a'."
Source="mscorlib"
...
|