all groups > dotnet web services > august 2006 > threads for august 22 - 28, 2006
Filter by week: 1 2 3 4 5
Lost in WEB services
Posted by carl.jung NO[at]SPAM hotmail.com at 8/28/2006 3:28:03 PM
Hello,
I just started with WEB services (now that I see that one can create a
WEB service from SQL 2005!!!).
Anyhow I have a nice book "XML WEB services" step by Step that I find
very good (but a touch too old!).
By reading the first chapters of the book I understand that there are
WEB servi... more >>
Asynch WS Debugging
Posted by Techno_Dex at 8/28/2006 3:15:11 PM
What is the correct way to debug a WS which makes it's call Asynch?
... more >>
Naming Convention for Web service method name
Posted by Debasish Pramanik at 8/26/2006 12:00:00 AM
Hi All,
Is there any standards to be followed for method name while writing Web
Service. For e.g. Should we follow the camel case standards or Hungarian
notation.
--
Regards,
Debasish Pramanik
... more >>
Can a webservice be implemented as a Singleton
Posted by William at 8/25/2006 5:57:36 PM
I have a need to implement a webservice where speed is of the essence. This
web service will process product orders in a B2B scenario where SLA's are
critical, as well as collect metrics on the duration of various milestones
through the application layers path that will be persisted to a BizTa... more >>
Consuming multiple webservices and combining to single webservice
Posted by Togacaptain at 8/25/2006 3:14:02 PM
I have a large database driven app that allows multiple web services to be
deployed each allowing access to different parts of the database. I want to
build a C# service to consume all of the web services exposed and then open
them all up through a single generic web service. The reason for th... more >>
Passing Data from ASP.Net Web Application to Axis Web Service
Posted by zykes at 8/24/2006 2:05:25 AM
hi... I have this problem, how can I access an Axis Web Service from an
ASP.NET Web Application and pass data/parameters to this Axis Web
Service.
Any codes in this situation? help...
thanks in advance...
... more >>
Throwing Errors in Web Service
Posted by Anthony Biondo Jr at 8/23/2006 12:46:10 PM
I was wondering how to handle an error in a web service. If our web service
encounters a connection error or any other error what is the best practice
for returning an error? Do you return a blank result with an error attached
or is there some other way to do this?
thanks,
Anthony
... more >>
Web Service Returning Data Best Practice
Posted by Anthony Biondo Jr at 8/23/2006 10:51:59 AM
I am trying to figure out the best way to return data through a web service.
If the value is a single value I can just set it equal to the web service
name. If I am returning a set of data I have seen a couple ways to do this.
The dataset coming back to me is a SybaseASE Data Reader. Any help y... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
FileNet CEWS_DIME Web Service issue
Posted by Kaushik at 8/23/2006 6:09:02 AM
Hello everyone,
I have been using FileNet P8's web services in our ASP.Net 1.1 web
application for a while using WSE 2.0. Interestingly enough, every now and
then one of the FileNet's web services named FNCEWS35ServiceWse do not show
up in object browser or intellisense and the non WSE versio... more >>
add web reference problem with HTTPS
Posted by scott mcfadden at 8/22/2006 9:41:02 PM
Using VS 2003, I can not add a web reference to our production server's
..asmx URL using HTTPS. I will put in a URL like:
https://mycompany.com/myapp/myservice.asmx
VStudio will display the web methods from that URL and when I click on OK to
download/build the dynamic web proxy code, I ge... more >>
|