| Thread | Last Post | Replies |
|
| convert a Class Library to web service | 18 Apr 2005 09:41 GMT | 3 |
can i convert a Class Library to be share in the internet as a web service i what thet all my classes in the Class Library will be shared
|
| Simple question | 18 Apr 2005 09:38 GMT | 1 |
How to debug a webservice which is not in the same solution but resides on the local host. thanks for your help
|
| Best practices for deploying many web services on IIS ? | 17 Apr 2005 20:54 GMT | 2 |
What are the best practices to deploy on production server 10 web services? a. As creating one virtual directory "webservices" and 10 directories under that for every one of the web services. So access will be: http:\\www.nameserver.com\webservices\ws1\ws1.asmx
|
| Dynamically Connect to Web Service? | 17 Apr 2005 13:52 GMT | 3 |
I have an application in C# that makes calls to a web service and the app currently contains a reference to a WSDL. Since the server technology is a commercial product, some customers have their own servers, etc.
|
| soap payload size exceeds the limit | 17 Apr 2005 13:36 GMT | 1 |
I was calling a third party webservice ( WSDL ) which is accepting some xml as input parameter. it works fine when the xml size is small but starts giving error when the xml size reached about 400KB. Error Description : The size of the request exceeds the limit allowed by the
|
| Serialization-deserialization | 17 Apr 2005 06:39 GMT | 2 |
As you know, when a Webmethod is executed the framework make a serialization of the class to be returned and at the client-end there is a deserialization that recreate the class there. My question is:
|
| MySQL database | 17 Apr 2005 03:05 GMT | 2 |
I had a job offer with C++ and MYSQL which the latter I don't have experience with, MYSQL part so I got turned down by the employer. I haven't much luck since I am still in school, but there is always one possibility. ANyway, I won't talk about that because I come cross some jobs ...
|
| Please supply a valid soap action | 16 Apr 2005 09:37 GMT | 2 |
I have a web service which returns the following error but only when called from one server which is running my web application: "Unable to handle request without a valid action parameter. Please supply a valid soap action."
|
| C#.NET application does not respect IE proxy settings | 16 Apr 2005 03:02 GMT | 1 |
Posting this again as: rgilmore@newsgroup.nospam (Also posted under dotnet.general) We have a C# .NET app which runs as a service. It posts data to a server using HttpWebrequest.
|
| Advice needed on Servere side WS, which is activated by SQL Trigge | 15 Apr 2005 21:18 GMT | 1 |
My COmpany wants to push content to another company at the end of the day. I would like to have this run on a server with out human interaction... We use MS Visual Studio 2003 with the latest WS 2.0 patch and etc... Any suggestions or links to article that talk about automated WS ...
|
| can't debug wse service | 15 Apr 2005 16:45 GMT | 1 |
I just got the SecureConversation compiled and running on my localhost. I was wondering if there was something special I had to do to get the debugger to work. When I set a breakpoint in any of the methods the debugger does not kick in when the client makes a request.
|
| Using more than one token | 15 Apr 2005 16:12 GMT | 1 |
We currently use a username token on our WSE web services. We'd like to also perform NT authentication for users on our domain (but still use our existing username token code for outside users). Is this possible?
|
| Ignoring Message Expiration | 15 Apr 2005 14:47 GMT | 2 |
Is there a way to bypass the message expiration checks in the Securityfilter? thanks, craig
|
| Could not load Type ... Error | 15 Apr 2005 13:57 GMT | 3 |
I'm a new be in ASP.NET Below I'm sending the error page. How can I solve the problem: Thanks for any answers
|
| WSE Error : Fault Description Destination Unreachable | 14 Apr 2005 23:59 GMT | 8 |
We are using WSE 2.0 for communicating between services. We've just run into a problem on one of our servers. The error that we get in the Event Viewer is a WSE error Message Dispatch Failure: <?xml version="1.0"
|