| Thread | Last Post | Replies |
|
| Returning Bare Type | 18 Jul 2007 06:58 GMT | 2 |
We have a web method which returns the following type: public class methodNameResult { public string responseCode = null;
|
| Asynchronous Call Pattern Problem #2 | 18 Jul 2007 06:44 GMT | 6 |
My async web method does not seem to be truly asynchronous. My webmethod is supposed to immediately return "nothing" to a calling client while it makes its own webservice call to another remote thing. Could someone tell me how to make this better? It seems like my
|
| First Try Failing | 17 Jul 2007 15:18 GMT | 5 |
Taking my first stab at creating a web service and failing when I try to add a web reference. To this point all I have done is added a web service to the application. It has the default HelloWorld method.
|
| WebServices and CollectionEntities..... | 17 Jul 2007 08:06 GMT | 2 |
I have a following problem... I am looking for best and efficient solution for this problem. I have following entities ..(c#) public class Dog
|
| This is an unexpected token. The expected token is 'NAME' | 13 Jul 2007 18:54 GMT | 1 |
has anyone come across this error before: This is an unexpected token. The expected token is 'NAME' I am getting it when trying to send an xml file across a web service layer. The xml file is well formed, having been checked with XmlSpy. The size of
|
| Only one usage of each socket address | 13 Jul 2007 13:37 GMT | 1 |
I have a client making web service calls to a NLB cluster. When the cluster was comprised by two machines everything went fine serving near two hundred service requests per second. Now I increased the number of machines in the NLB to four and I started
|
| string not recognized as valid datetime | 13 Jul 2007 13:09 GMT | 1 |
I'm connecting to a java web service that defines the following complex type in the wsdl <xs:complexType name="employee"> <xs:sequence>
|
| Conecting web buttons to a web service | 13 Jul 2007 12:18 GMT | 1 |
good day i need call a webservice when a button on a page is clicked. i am using visual web deveolper for this task ans i am guessing that i need to edit the onclick property of the button.
|
| Base WebService Page and Event? | 12 Jul 2007 10:41 GMT | 3 |
I have a multiple Framework 2.0 .asmx.cs that have a string input property called "securityinput" on many WebMethods. Each .asmx.cs inherits from a base class that inherits from WebService. I would like to create a custom Event in the constructor of this base
|
| Securing the ASMX File | 12 Jul 2007 03:48 GMT | 1 |
I am using WSE 3.0 around my ASP.NET 2.0 application. I enabled it so that i can pass an authorization username token, which works well as its shown in various samples. My problem: i can sitll simply avoid calling the web service and use the web
|
| Why cant I serailize a datarow? | 11 Jul 2007 16:52 GMT | 2 |
Im getting frustrated with .NET 2005 Who at MS decideded that a web service could not accept a DataRow as an input or reference veriable? If the results your passing to a web service only contain a single row of data, why in the world would you want to pass an entire dataset for ...
|
| 'add service reference' missing - help | 11 Jul 2007 14:26 GMT | 2 |
I installed 3.0 extensions for vs.net 2005 and the wcf sdk and I am missing 'add service reference' from the context menu while trying to add a reference (to wcf). Any ideas on what is going on?
|
| QueryInterface for interface MSXML2.IXMLHTTPRequest failed | 10 Jul 2007 17:52 GMT | 2 |
I have been using "XMLHTTPClass" in an asp.net module. It is properly referenced and was working up until recently. Now it is failing with the error message "QueryInterface for interface MSXML2.IXMLHTTPRequest failed" when I attempt to use the open method of this object.
|
| interfacing WS with EDI | 10 Jul 2007 15:02 GMT | 2 |
I have a client that needs to interface with a vendor that uses EDI documents. for instance they use the EDI 850 purchase order document. Is there a good way to interface Web Services with EDI documents?
|
| WSE 3.0, Kerberos & Windows Server 2003 (IIS 6.0) | 09 Jul 2007 22:02 GMT | 1 |
WSE Community: I'm wondering if anyone that has successfully implemented a Kerberos on IIS 6.0 using WSE 3.0 would be willing to post or direct me to a working Kerberos Example using C#. I’ve been through the WSE 3.0 “Web Service Security”
|