all groups > asp.net webservices > january 2008 > threads for january 15 - 21, 2008
Filter by week: 1 2 3 4 5
Setting an ArrayOf_xsd_string
Posted by russganz@gmail.com at 1/19/2008 2:34:09 PM
I have wsdl structure that looks like this
<xsd:complexType name="ReportSpec">
<xsd:sequence>
<xsd:element name="ReportType" type="xsd:int" />
<xsd:element name="parameters" nillable="true"
type="impl:ArrayOf_xsd_string" />
<xsd:element name="fromDa... more >>
.Net WSDL update
Posted by CK at 1/17/2008 12:41:18 PM
I have a large project with a numbr of web services that are built in
an external .Net application using classes from my project. Some of
these classes have changed over time, and so the data they hold is
different in some cases. Do I need to refresh the references to the
web services in my we... more >>
\r\n Problem
Posted by Dragan at 1/17/2008 6:01:03 AM
I'm calling a web service that returns a sting.
The string contains \r\n. This value is converted to \n in the client
application.
Any solutions?... more >>
Error Consuming Web Service from WIndows application when WebService is using Custom Service Account ( Create an Application Pool with a Custom Ident
Posted by DNB at 1/16/2008 4:29:19 PM
NOTE: I have posted this message in
microsoft.public.dotnet.framework.aspnet also
I have a web service in .net 1.5 that I am consuming using windows
application.
I am running this windows application on Windows XP Pro.
Now if we use SQL server Authentication in WebService to connect to datab... more >>
Web service logging issue
Posted by william at 1/16/2008 2:08:01 PM
Hi,
I use enterprise library 3.0 logging block in a web service project. I used
configuration tool to config web.config file(added logging section) for my
web service. I deployed it as web site on windows 2003. When I test it, the
logging seems not working. I guess I missed something, could... more >>
Web Services Stumper: Ambiguous Types
Posted by Mini-Tools Timm at 1/16/2008 11:35:02 AM
I have a web service question that has stumped me and the experts I've
consulted thus far. Here is my challenge:
When a client connects to a C# web service, how can it bind to a specific
DLL in the web service "bin" folder?
The gritty details… I have a shared assembly (shared.dll) that ... more >>
An existing connection was forcibly closed by the remote host
Posted by Wil Peck at 1/15/2008 4:40:02 PM
So here is the scenario...
I have a console application executing a Web Method on my WSDL generated
System.Web.Protocols.SoapHttpClientProtocol instance using HTTP over a VPN.
For some reason requests that are larger than 1024 bytes are timing out and
the stack trace ends up being something... more >>
Is it necessary to install VS 2005 to server machine to run a website?
Posted by chandan at 1/15/2008 1:14:15 AM
I have IIS server 6.0 and dotnet framwork 2.0 on my server machine. I
intall the setup of my application to server machine Now I try to run
my website from server machine then its shows the html content (text
file) on the browser.
Why browser doesnot reder this Html? please tell me where is p... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|