| Thread | Last Post | Replies |
|
| SoapHttpTransport, HttpWebRequest, custom Http headers and I am sad. | 25 Feb 2005 23:37 GMT | 2 |
SoapHttpTransport imports the various settings (except custom headers) from the user specified HttpWebRequest using SoapHttpChannelOptions. I know I am asking for something which goes against in the spirit of making web services independent of underlying transport. For eg ...
|
| How to specify proxy namespace | 25 Feb 2005 21:38 GMT | 1 |
I earlier used wsdl to generate a proxy with a suitable namespace . How do I specify a namespace for the proxy generated by WseWsdl2 ? Regards, Chak.
|
| WSE and TCP / HTTP | 25 Feb 2005 21:19 GMT | 7 |
I have been experimenting with WSE and i really like what ive been seeing so far. The way WSE does SOAP over TCP is great, but I seem to be having intergration issues since most other solutions only support SOAP over HTTP.
|
| Problem with Extended Stored Procedure calling an WebService... | 25 Feb 2005 16:49 GMT | 2 |
I have a problem with a Extended Stored Procedure that calls a WebService...I'm using SOAP to call the WebService and I'm using an TokenManager that I have written myself...I have WSE 2.0 installed... It works fine when I'm calling it from my PC, but when I call it from the
|
| DataSet Vs Xml string | 25 Feb 2005 16:06 GMT | 17 |
I am very new to web services, so am struggling to understand exactly what I am doing with regards to its returns etc. I have been given the task of designing and developing a web service which will allow external companies, access to our information. The problem for me is that ...
|
| About upgrading to WSE 2.0 from 1.0 | 25 Feb 2005 05:58 GMT | 1 |
I've have WSE 1.0 running on my dev machine and am preparing to upgrade to the latest download of WSE 2.0. do I need to unintall WSE 1.0 first, or do I just run the download "Web Services Enhancements (WSE) 2.0 SP2 for Microsoft .NET" (Microsoft WSE 2.0 SP2.msi)?
|
| Third party web services "object not set to an instance of an object" | 25 Feb 2005 02:43 GMT | 1 |
I am using a third party provider for Travel related web services. These services are not very well documented and I am having to wing my way thru nearly every one. Some I can pull data from just fine others bomb when assigning criteria to
|
| Is there any way to intercep my raw SOAP request? | 25 Feb 2005 02:11 GMT | 6 |
I need to debug a SOAP request that I am making to a third party web service. Is there any way I can spit this request out to a file so that I can in turn put it into XMLSpy to see what problems I am having with the request?
|
| CustomXMLSecurityToken sample | 25 Feb 2005 01:43 GMT | 7 |
Hi I am trying out the CustomXMLSecurityToken sample (installs with the WSE 2.0 settings tool). In the config file for the CustomXMLSecTokenCodeClient the appSetting tag contains an entry for
|
| ServicePointManager does not support proxies of HTTPS scheme | 25 Feb 2005 01:33 GMT | 4 |
Hi !!! I have a VB.Net application that consumes an WebService. The problem is that the HTTP address works fine, but it will change to an HTTPS address, and it isn't working.
|
| Looking for WSE 2.0 samples | 25 Feb 2005 00:33 GMT | 1 |
Are there any resources for sample projects using vb.net in VS2003 and WSE 2.0? I have a winforms app and am trying to get my arms around using WSE 2.0. Thanks.
|
| Can you teach me to configure the certificate of WSE2.0 SP2??? | 25 Feb 2005 00:29 GMT | 1 |
In the samples attached with the WSE2.0 SP2,there are 3 certificates. I am confused with the configuration place in the certificate store and the function of each certificate. Hope you could give me a detailed explain. Thank you very much!
|
| Web service deployment on server with multiple sites | 24 Feb 2005 23:29 GMT | 2 |
Please excuse me if this is an often asked question, but I've been unable to locate an answer. I have a web service that I've packaged up using a VS.NET 2003 "Web Service Deployment" project. When I go to install it on the server, which hosts about
|
| Check version of WSE | 24 Feb 2005 20:19 GMT | 1 |
I just installed WSE 20. sp2, however, I have 1.0 sp1 already installed on the machine. I created a new WS project in VS2003 and would like to know which version of WSE it is using. How can I determin this? Thanks.
|
| huh can`t pass datatable ???? | 24 Feb 2005 17:57 GMT | 1 |
isn`t it possible to pass a datatable with a webservice to another .net app ??? my webservice raises an exception whenever i declare the datatable type this doesn`t work
|