| Thread | Last Post | Replies |
|
| Flatten WSDL | 21 Sep 2006 17:03 GMT | 4 |
The WSDL reflects the full inheritance structure of my program, how can I flatten the WSDL file? e.g. if I have a class A with properties PA1 and PA2 and a class B which in the C# code inherits from A and properties PB1 and PB2, then
|
| Execute Http request | 21 Sep 2006 10:52 GMT | 1 |
I have created a web service and I'm using google map API. If I write a particular URL like this: http://maps.google.com/maps/geo?q=1600+Amphitheatre+Parkway,+Mountain+View,+CA&o utput=xml&key=abcdefg in my browser the response is:
|
| UsernameOverTransportSecurity+SSL Confusion, please help | 21 Sep 2006 08:21 GMT | 4 |
I am confused. I have a web service, and a client. Both are connected over VPN. I want to use direct authentication from WSE 3.0. To secure the transport of the messages, I just want to use SSL. I have this set up working, but I am confused. I installed a test
|
| XmlNode parameter to web service | 21 Sep 2006 03:35 GMT | 1 |
Using VS.NET 2003, Given a web service proxy method like this : [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://testing.com/atest/Test", Use=System.Web.Services.Description.SoapBindingUse.Literal,
|
| Trace.WriteLine and Web Services | 21 Sep 2006 03:31 GMT | 3 |
Hi, we use Trace.WriteLine to output tracing information in our web services methods. With .Net Framework 1.1, we could view the tracing in real-time using DebugView (DbgView.exe) without attaching a debugger. After upgrading to .Net 2.0, it seems like the Trace.WriteLine output
|
| The type initializer for 'MyClass' threw an exception | 20 Sep 2006 22:00 GMT | 4 |
I developed a new ASP.NET 2.0 web service on my PC (VS2005 on windows 2000) and tested it in a development environment on a 2003 box. And the web service works on three different 2003 servers in a QA environment. When I moved the application dlls over to Production onto a brand ...
|
| VB.NET service is not working via windows app, but fine if you invoke via asmx page with IE... | 20 Sep 2006 14:33 GMT | 1 |
I can invoke my web service via the test page (xxxx.asmx) that visual studio builds for you... I am able to open IE and surf to the page and invoke the service.. If I create a windows application and try to invoke it I get a time out
|
| Authenntication using web services in .net | 20 Sep 2006 14:27 GMT | 1 |
I have written microsoft outlook addin which connects to the server using web service and calls utils function - "Save document". This function receives some args and loads file from client to server. I access web methods directly from client code. there is a problem:
|
| problem to generate .NET test client from WSDL | 20 Sep 2006 04:58 GMT | 3 |
I want to generate .NET test client from WSDL in Visual Studio.NET. After I have added web reference with the remote WSDL URL, I used Google WSDL http://api.google.com/GoogleSearch.wsdl here. I press F5 to start the test client, and it lanuches
|
| Problem invoking WSE 2.0 enabled WebService | 19 Sep 2006 21:46 GMT | 4 |
I have implemented WSE 2.0 enabled Web Service. I can access the web service from client using WSE 2.0. My question is how do you access the web service if you don't have WSE 2.0 unabled on client side?
|
| IIS ASP.net Web Services Disconnected | 19 Sep 2006 17:45 GMT | 14 |
sorry if this q was before asked, cannot find the ans anywhere. I have a web service in IIS 5.0 and IIS 6.0. When I call the web service, the web service makes a txt file and return the file back to me. Once in a while, web service needs at least 1/2 hours to make the file, but I ...
|
| WSE 3.0 UsernameToken exception | 19 Sep 2006 17:37 GMT | 2 |
I'm trying to secure my WS with the usernameForCertificateSecurity turnkey assertion. I configured the client and the server according to the Web Service Security Patterns and practices. When I test my application, I always have the same error (seen in the events
|
| HttpWebRequest Not Working? | 19 Sep 2006 15:16 GMT | 1 |
I am trying to post an xml document to a java web service but I am getting an error saying, "The remote server returned an error: (500) Internal Server Error". I have tried sending the xml document using Curl and it is working
|
| Duplicate type | 19 Sep 2006 15:11 GMT | 1 |
I've a problem with a type, which is shown twice in the WSDL-file, when I run my WebService. To simplify things, I have defined the following type in a C#-unit: public class User
|
| WS Security patterns, PerimiterServiceRouter & SoapActor | 19 Sep 2006 15:02 GMT | 1 |
From the WS Security PnP for WSE 3 " Because external applications use the external URI for the service on the perimeter service router to address request messages, you must configure a WSE-3.0 enabled service to accept messages that are addressed to the
|