| Thread | Last Post | Replies |
|
| consuming a webservice from internet explorer | 15 Oct 2007 16:36 GMT | 2 |
I have found Ajax and webservice.htc that is not supported any more. Is there a built in funcion for webservices in Visual Studion 2005 / .Net 2.0 ? What is the best solution ?
|
| Routing for Secured Web Service in WSE 2.0 SP3 | 15 Oct 2007 11:03 GMT | 1 |
I have secured my web service, based on Secure Conversation Sample,provided with WSE 2.0. Since my web service is on LAN ( due to some specific reason ), I need to have routing service which will do the work for routing. Routing works fine if my web service is not secured but ...
|
| Problems with web service configuration | 12 Oct 2007 02:52 GMT | 1 |
Hi group!! I've been getting troubles with the web service configuration. The error that send me is Parser Error Message: Could not load type 'Aranxel.Global'.
|
| Request web server excaption | 12 Oct 2007 02:51 GMT | 1 |
Hello. I have problem when I call web service. Code looks like this try {
|
| tags in web.config | 12 Oct 2007 02:50 GMT | 2 |
newbie question. what is the common tool to edit the tags in web.config, other than, notepad, xmlnotepad, or vs 2005? Can this be managed from asp.net mmc? thanks.
|
| HttpWebRequest.KeepAlive setting and web exception ‘RequestCance le | 11 Oct 2007 00:25 GMT | 7 |
Ours is an ASP.NET 2.0 web application interacting with a third-party web service hosted on Tomcat servers. When client application submits the web request to the web service from the Production servers, we observe the frequent occurrence of the error 'The
|
| What is the relation between UDDI, WSDL and Disco files. | 10 Oct 2007 04:40 GMT | 2 |
I am new for web services. What is the relation between UDDI, WSDL and Disco files. Thanks and Regards Bhuwan
|
| Keep object across web service calls? | 09 Oct 2007 23:22 GMT | 2 |
I have a 3rd party .dll that makes and keeps a connection to their server. They offer a web service but for high volume transactions they offer this .dll where you initially open the connection and then just keep using that connection for all subsequent calls. I'm trying to ...
|
| How to Receive/Send XML file through HTTP Post | 09 Oct 2007 13:34 GMT | 1 |
I am trying to receive/send xml files with predefined schema from/to another server using http post, and a success message back to the sender Would someone give me a start point where I can start to design the
|
| How to receive/send XML file through HTTP Post? | 09 Oct 2007 13:33 GMT | 1 |
I am trying to receive/send xml files with predefined schema from/to another server using http post, and a success message back to the sender Would someone give me a start point where I can start to design the piece? Is webservice the best practise to use? Could someone give a ...
|
| SAP systems consume .net Web service | 09 Oct 2007 08:24 GMT | 2 |
I have created a webservice in .net and deployed on server. I tested the webservice using windows client it's working fine. My webservice going to consume by SAP client. 1.Will SAP systems create Proxy to get the webservice methods?
|
| Loss Of Network Connection During Webservice Call | 09 Oct 2007 01:22 GMT | 8 |
I have an app that calls a webmethod. Everything works fine except when you, the client, loses network connectivity during the request. When the connection is lost the client applications hangs. I tried setting the Timeout property on the client but still an error is
|
| Multi-threaded web service client | 07 Oct 2007 13:48 GMT | 4 |
I have a C# winform client application that interacts with a library of web services running on a single web site. The application makes multiple web service calls in multiple background threads to avoid locking up the UI while web service calls are processed. Some of these web ...
|
| WCF - Client dll not working | 07 Oct 2007 13:42 GMT | 1 |
I have created a WCF Service hosted in IIS. In my web.config it has its endpoint configured like so: <service behaviorConfiguration="JobServiceConfig" name="MyTest.JobService"> <endpoint address="" binding="basicHttpBinding" contract="MyTest.JobService"/> </service>
|
| Content-based routing and content modification | 05 Oct 2007 12:56 GMT | 1 |
I have a web service with SoapExtensions that read and modify the content of the SOAP message both in the request and in the response. I want to insert an element of routing to redirect the message to other servers (depending on fields in the message) after the input
|