all groups > asp.net webservices > february 2007 > threads for february 22 - 28, 2007
Filter by week: 1 2 3 4
Problem with XmlNode type in wsdl file
Posted by Archana at 2/28/2007 9:21:05 PM
I am trying to return xmlNode from a web method of web service. After
publishing, wsdl of the service is not showing any information about the
return type if return type is xmlnode. Is there anyway to acheive generation
of wsdl having xmlnode information ?
--
Thanks,
Archana... more >>
ASP.NET WebService Object Lifecycle
Posted by Ali Ziad at 2/28/2007 11:58:50 AM
Hello,
When serving webservices in ASP.NET is an instance of the webservice
decendent class created and destroyed for each .asmx request or are these
reused throughout the lifespan of the worker process ?
thanks,
ali
... more >>
contacting secure webservice behind loadbalancer
Posted by Esquerel at 2/28/2007 12:00:00 AM
Hello,
This is my first post, so i don't really now if i'm in the right group here.
We have 2 servers behind a load balancer, SSL offLoading is enabled on the
loadbalancer.
Both servers contain 2 identical webservices.
the first can be contacted trough http.
the other through https.
Wh... more >>
Operation time out while debugging XML web services
Posted by Sriram Mallajyosula at 2/27/2007 11:22:13 PM
Hi,
I am consuming a XML web service from an ASP.Net 2.0 application. The The
ASP.Net application does not interact with the database directly. The XML web
service interacts with the database.
I have set breakpoints in my WebForm and my XML web service. Now I start
debugging from the AS... more >>
set connection timeout when calling to webservice method
Posted by tony at 2/27/2007 4:25:01 PM
hi.
when i call to web service method, while there is no internet connection,
it takes like 40 secs- 2 minutes before i get answer.
can i change the timeout so, incase of no internet connection, the method
return in 10 second ? (for example)
thanking in advance.
... more >>
Dynamic Web Service Reference
Posted by bdtmike at 2/27/2007 9:07:11 AM
How do you build a winform app that consumes web services but the web
service reference is dynamic?
I have to write an app that consumes web services. My development is
off-site and the production web service is behind a firewall that I
can't access remotely. So I need to develop using a tes... more >>
Unrecognized element 'add' after <clear></clear>
Posted by InvalidLastName at 2/26/2007 11:26:46 AM
In the web.config, we have defined the followings under =
configuration/system.web/webServices/ to secure web services =
application.=20
<protocols>
<clear></clear>
<add name=3D"HttpPostLocalhost"></add>
<add name=3D"AnyHttpSoap"></add>
<add name=3D"Documentation"></add>
... more >>
Manually Send SOAP Envelope?
Posted by lucius at 2/23/2007 1:18:17 PM
I would like to manually send/post a SOAP envelope to a remote web
service without binding to a WSDL. I would do this with .NET Framework
1.1 by referencing the Microsoft.Web.Services2.SoapEnvelope class
within the Microsoft.Web.Services2.dll.
The envelope looks like this:
<?xml versio... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Error Adding WebService
Posted by LFN at 2/23/2007 11:16:46 AM
Hi all,
I have a simple web service in my web application.
The web application is using FormsAuthentication.
The service.vb file is stored in the App_Code folder of the web application.
the service.asmx file is in the root of the web application.
I am now trying to add a web refernce from... more >>
Parsing HTML
Posted by Mohammad-Reza at 2/23/2007 8:10:15 AM
Hi
I want to parse a web page (in a web service) and retrive some of its
information. I googled the MSDN and found a walkthrough (How to: Create Web
Services That Parse the Contents of a Web Page) but the walkthrogh is a
little complex and the writer did not completly describe all the aspects... more >>
Excel instance remains after closing, calling GC, setting to null
Posted by John Bailo at 2/22/2007 12:03:11 PM
I wrote a c# web service that creates an Excel spreadsheet. Even
though I follow all the formal procedures for closing the app and
finalizing, an instance of Excel still remains in memory.
I follow the procedures described here:
http://blogs.geekdojo.net/richardhsu/archive/2003/11/... more >>
Web service constructor problem
Posted by imonline at 2/22/2007 3:45:43 AM
Hi,
I am getting very strange problem. Let me explain you.
I have class library,web service and window application. Web service
is interface between class library and window application. When I
create an instance of class from class library which has constructor
where I set some values, t... more >>
Visual Studio WebMethod with specific SOAP format
Posted by titogarcia NO[at]SPAM gmail.com at 2/22/2007 1:30:07 AM
Hi experts,
I need a Web Service with a specific SOAP format. Its SOAP request
and
response parameters must be XML elements with no nesting, for
example:
<soap:Body>
<MyMethod xmlns="http://tempuri.org/">
<input1>input1</input1>
<input2>input2</input2>
</MyMethod... more >>
|