WCF security question
Mon, 12 May 2008 10:10:01 -0700
I have a console application that connects to a web service at one of our
client locations. The webservice on the client end was written in WebSphere.
I had the console app working fine with WSE 3.0, but have upgraded to Visual
Studio 2008 and need to change to WCF for compatability. The webservice on
the ...
|
Timeout expired - help please!
Mon, 12 May 2008 09:30:01 -0700
Hello,
We are having an issue with our web servers and ASP.NET. We have a website
which is bringing up the error:
Timeout expired. The timeout period elapsed prior to completion of the
operation or the server is not responding.
This website connects to our SQL 2005 cluster server and a SQL 2000 server
t ...
|
How to provide custom WSDL from a WCF server
Fri, 9 May 2008 23:41:00 -0700
I'm not sure if this is the right group for this - I tried
microsoft.public.dotnet.framework.aspnet.webservices but didn't get any
repsponse.
I am creating a self hosted WCF server and I want to proviide my own WSDL
served up from a local file rather than the WSDL generated by the framework.
Is there a wa ...
|
The string '' is not a valid AllXsd value - meh?
Fri, 9 May 2008 16:44:45 +0100
Hello there - I'm quite new to WebServices and asp.net and I've exhausted my
troubleshooting capacity on this one.
I am running a lookup method against a remote webservice and am expecting
some data back. It would seem as if the response I am getting back is
actually missing a field and/or cannot be con ...
|
SQl Transaction and Session Timeouts
Fri, 09 May 2008 09:49:58 +0100
I have a web service which is used to perform database updates. Every
now and then we have a networking glitch which causes a problem with
the connection. The end result is that we end up with two records in
the database when a new record is created in the Windows App.
As the network issue is outside of my c ...
|
How to automate generation of XMLWebService Client for C#/VB?
Thu, 8 May 2008 20:31:47 -0700
I'm sorry if this appears twice but I posted this about 8 hours ago and I
don't see it yet so I assume it did not make it.
Visual Studio does a fine job of generating C# and VB.NET SOAP clients.
What if we want to automate the generation with a BAT file -- can we do it?
Thanks,
Siegfried
...
|
Web service problem
Thu, 8 May 2008 03:23:01 -0700 (PDT)
I am facing a problem with web services ..I am creating a web service
client, and web services are in "urn" format.
fe : http:// ....[some url] .. /urn:..[some name]..
but I am not able to add web reference to it using visual studio.
I tried using wsdl.exe and also I tried to write my own proxy class
"by hand ...
|
|
|
How to get soapexception details
Wed, 7 May 2008 20:12:49 -0700 (PDT)
Calling a webservice using HttpWebRequest below. Only WebException
can be caught per documentation. How about SoapException - how do I
get those details. Most web services will throw soapexceptions. Any
way to accomplish this.
public HttpWebResponse SendSoapRequest(string soapEnvelope, string
url)
...
|
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 ...
|