| Thread | Last Post | Replies |
|
| TableAdapters | 30 Apr 2006 20:57 GMT | 1 |
Is there any information on how to use TableAdapters, etc, in an ASP.NET 2.0 web service? Thanks Will
|
| Webservices and TableAdapters | 30 Apr 2006 20:57 GMT | 1 |
There is lots of information on how to work with table adapters and Windows forms, but very little for web services. Can anyone point me in the direction of the best way to create a web service which will use the new table adapters, etc, and a client which will consume
|
| proxy authentication error !! help !! | 30 Apr 2006 18:51 GMT | 2 |
There's a problem in my application that calls a remote web service's method, when it tries to connect to the webservice it displays this error: "The request failed with HTTP status 407: Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. ...
|
| Forcing single in-line web service execution? | 29 Apr 2006 22:09 GMT | 3 |
Noob here, I am trying to manage calls from multiple clients to my web service by only letting one execute at a time and forcing the others to wait. Code is as follows:
|
| Wati for SOAP response | 29 Apr 2006 22:07 GMT | 1 |
I want to wait for SOAP response for 10 sec if it doesnt come up I want to cancel and notify the user... how to do this in asp.net using c#..any ideas? Any pointers, links
|
| Access web service from a COM dll | 29 Apr 2006 22:05 GMT | 1 |
I'm new to posting on this group so I'm sorry if this post should be directed to another, more appropriate, group. In any case, I've been working on adapting a COM dll developed by someone else to access a web service.
|
| WinFX Download | 29 Apr 2006 22:01 GMT | 1 |
I have faced a problem in instailling hte WinFX. I have downloaded the original file but when it begins downloading the call to the server fails several times before it ends. Anyone faced the same problem? Regards
|
| Sending data over internet using web service | 29 Apr 2006 20:22 GMT | 1 |
I have encountered problem of losing data sending over internet using web service. I consume web service that connected Oracle Database. I submit 687 SOAP Messages to 1 Web Method concurrently. (With synchronize method)
|
| How to write a webservice that only uses http and xml(no soap) and require client authentication? | 28 Apr 2006 14:36 GMT | 1 |
I need to write a webservice. That can be posted to the webservice using http post. the data is only xml. The user must provide a username and paswword. where can i see example of such a scenario?
|
| a differnt way to consuming web services? | 28 Apr 2006 09:33 GMT | 14 |
Is there any different way to consume Web services besides using "Add a web reference" or creating a proxy with wsdl.exe? I need to pass a username and password to a particular web service and I would love some guidance
|
| can I use multiple policies in the webservice | 27 Apr 2006 17:12 GMT | 1 |
want to know if I can use multiple policies in the webservice for example [Policy("UsernameForCertificate")] [Policy("AnnonymousForCertificate")]
|
| Web Service Proxy -- Begin/End pattern? | 27 Apr 2006 16:53 GMT | 2 |
Is there a way to get VS2005 to generate the Begin/End pattern (as VS2003 always did) for async web service calls rather than the MethodAsync/MethodCompleted pattern when adding web references? The MSDN documentation seems schizophrenic and references both patterns, but
|
| help with service on win 2003 server x64 | 27 Apr 2006 09:59 GMT | 2 |
I am having a problem getting my web service to run on server 2003 x64. The web service uses some dlls and these are 32-bit dlls. When running the web method which uses these dlls, I get the follwing error An attempt was made to load a program with an incorrect format.
|
| Unusual error message from WebService installer. | 26 Apr 2006 21:46 GMT | 1 |
I've got a 2.0 web service that uses a Web Deployment Project (which specifies how the web project will be compiled and other details) and then a Web Setup Project which will take as an input the Primary Output of the Web Deployment Project.
|
| traversing a schemaset to arbitrary depth | 26 Apr 2006 15:23 GMT | 1 |
The example on MSDN for traversal of a schemaset is great if all you have are top level elements, but I have complex schemas with several levels of complex items. I seem to be only able to access the top level elements... what am I missing? I'm trying to use the XML schema to ...
|