| Thread | Last Post | Replies |
|
| Link for Web services dynamic invocation client | 07 Aug 2003 07:52 GMT | 1 |
This is in beta, but it's free and it can dynamically invoke a Web service so you can understand its behavior quickly. See what you think: http://www.strikeiron.com/htmls/products.html
|
| Web Request Compression | 06 Aug 2003 13:56 GMT | 2 |
I need to compress the request for a webservice. I have seen many examples of how to compress/decompress the response. Most of the decompression examples seemed to focus on overriding the GetWebResponse method in the
|
| Need help with SOAP | 06 Aug 2003 11:06 GMT | 1 |
I need to program a java applet that gets data from a .NET SOAP service. The problem is that the data must be refreshed in real time, and as far as I know all I can do with SOAP is send messages from the applet to the web service (that works, no problem) and recieve an answer to ...
|
| open an asmx file brings up a dialog for download | 04 Aug 2003 20:58 GMT | 1 |
I installed .Net Framework sdk and redistibutable and visual studio.net on my machine. and I created a web service. I built the solution and I compiled it and I tried open that asmx page in the browser.then It brings up
|
| Problems with connecting to SQL Server via Web Service | 04 Aug 2003 17:42 GMT | 1 |
My program flows as ASP.NET --> call ---> Web Service ---> SQL Server (1.1.1.1) (200.1.1.1) (192.168.1.1) however, the data record is always "0" record.. but
|
| selectively exposing webmethods | 04 Aug 2003 14:21 GMT | 1 |
We need to be able to selectively expose webmethods. In other words, we have many clients who use our application in many different ways. We have one source for all clients, and we can selectively enable or disable features
|
| System.Xml.XmlElement to DataSet | 04 Aug 2003 08:30 GMT | 1 |
I've created a WebService's Sql Server by SOAP, and it results a System.Xml.XmlElement to my WindowsApplication (C#)... so How Can I insert this "XmlElement" in a new DataSet? I know that there is a DataSet's method (ds.ReadXml()), but it expects a
|
| Failed to contol SOAP encoding | 03 Aug 2003 05:22 GMT | 1 |
I have a webservice which I want to return messages in the encoded style. I used both SoapDocumentService(Use:=SoapBindingUse.Encoded)
|
| controlling minOccurs and maxOccurs in wsdl | 01 Aug 2003 22:10 GMT | 1 |
I was wondering if there was an attribute that I could apply to an array that would allow the minOccurs and maxOccurs to be specified in the generated wsdl. I was also wondering if it was possible to override the automatically
|
| Adding an XmlNode parameter to the HelloWorld WebMethod | 01 Aug 2003 16:54 GMT | 3 |
I've added an XmlNode as a parameter to the HelloWorld WebMethod. The automaticall generated WSDL would leave one to believe that any well-formed XML is valid. But let's say that you expected that node to conform to some schema. How do
|
| Receiving an intermittent SecureChannelFailure exception | 01 Aug 2003 07:09 GMT | 1 |
We have run into an intermittent Exception being thrown on one of our webservices. At times (not always) when we send a SOAP request to an external webservice using SSL (hosted on a WebLogic server I believe) we receive a SecureChannelFailure exception.
|