| Thread | Last Post | Replies |
|
| Re: Which Web Services Client to use | 27 Feb 2006 08:00 GMT | 1 |
Jonas, You can try StrikeIron's Free Web Services Analyzer - downloadable universal Web services client: http://www.strikeiron.com/tools/tools_analyzer_windows.aspx
|
| NameValueCollections in WebMethod | 27 Feb 2006 07:58 GMT | 1 |
Has anyone been able to return a System.Collection.Specialized.NameValueCollection object from a WebMethod? Compiles correctly, but then throws an InvalidOperationException on viewing the asmx file...
|
| problem to generate c# test client from wsdl | 27 Feb 2006 07:05 GMT | 2 |
I already have an existing WSDL file and want to generate C# proxy code and C# test client using Visual Studio .NET 2003 with Framework Version 1.1. I firsted created ASP.NET web service, and added web reference that
|
| Classic ASP | 25 Feb 2006 18:29 GMT | 1 |
How do I call an ASP.net web services from Classis ASP?
 Signature Arne Certified Geek
|
| Changing CanonicalizationMethod Algorithm | 25 Feb 2006 01:27 GMT | 4 |
I'm trying to interop with a service provider's web service. They are currently requesting that messages be signed with an X509 certificate. The reference request notes the following Canonicalization algorithm: <CanonicalizationMethod
|
| Request format is unrecognized for URL unexpectedly ending in '/Login' | 24 Feb 2006 23:44 GMT | 1 |
I'm beginner on WebServices, I have developed an WebService with some methods. I have used vs2005 to build the web application and Microsoft Web Deployment project to compile the web application to publish on the web site.
|
| Quick Start certificate | 24 Feb 2006 16:25 GMT | 6 |
I have written a simple WEB servcie that I call from a VB app using .net2 and WSE3 The app works perfect with the quickstart certificate I generated by running setup in the samples on my workstation. I have the WEb service running in
|
| Problem generating client proxy with complex return types | 24 Feb 2006 14:59 GMT | 1 |
I am having trouble generating a client proxy for a webservice whose methods return a "complex" type. The type is complex in that it is a class whose members are a mix of primitive types and of more elaborate classes implementing IXmlSerializable. The resulting WSDL file for the
|
| Web Service method name is not valid | 24 Feb 2006 14:24 GMT | 1 |
I created a sample web service and tried calling it from my VBScript. Here it is: ---------------------------------------------------------------------------- ---------------
|
| WSDL visual generation tool | 24 Feb 2006 11:12 GMT | 1 |
Folks, I have to design the WSDL files of a bunch of XML Web Services. But, unfortunately, I am not very keen on writing the WSDL file line by line, and moreover be aware of the whole standard specification in details. I will be
|
| wsdl missing type definition (remoting-soap as webservice) | 24 Feb 2006 01:25 GMT | 1 |
<?xml version="1.0" encoding="UTF-8"?> <definitions name="MyRemoteObject" targetNamespace="http://schemas.microsoft.com/clr/nsassem/RemoteServer/RemoteServer%2C%20Version% 3D1.0.0.0%2C%20Culture%3Dneutral%2C%20PublicKeyToken%3Dnull" xmlns="http://schemas.xmlsoap.org/wsdl/"
|
| "An existing connection was forcibly closed by the remote host" | 23 Feb 2006 18:00 GMT | 1 |
im using vs2005 with wse3.0 trying to talk to a third party webservice over SSL, and on calling the first webmethod , i get the following exception "An existing connection was forcibly closed by the remote host" i don't haev a clue how to proceed or interpret this.. I have traced ...
|
| Handling a token outside a WSSE header? | 23 Feb 2006 13:49 GMT | 3 |
I am using an XML security gateway to dynamically add a SAML authentication token to the SOAP header as the message arrives. The difference b/w the way the gateway adds it and the way the STS QuickStart does it is that the gateway adds it to the SOAP header
|
| Good measureware for a web-service | 23 Feb 2006 13:45 GMT | 1 |
Hope you can help me here please. We are going to stress test a VB.NET web service. I am looking for some nice free measureware that we can install easily on the server that will show some nice graphs on things like:
|
| Link Error (error LNK2022) building a WebService Proxy | 23 Feb 2006 11:18 GMT | 1 |
Hi Together, I tried to build a webservice proxy using a wsdl, generated in the sun/java world. I used the .Net 2003 Version, choosing there VC++. The steps I did:
|