| Thread | Last Post | Replies |
|
| develop an API wrapper around the (Sybase) core system that will allow data to be exposed using XML web services | 31 Jul 2003 10:43 GMT | 3 |
warning this is a crosspost with the dotnet.framework.webservices newsgroup. I wasn't really sure yet which newsgroup was appropriate. I will be interviewing for a position that asks for someone to, among other things "develop an API wrapper around the (Sybase) core system that will
|
| Simple WSE 2.0 question: passing data thru SoapContext | 31 Jul 2003 04:04 GMT | 1 |
I am trying to pass an item from my client to a web service using WSE 2.0. The web service somehow cannot get the SoapContext from the message. On the client, I have the following:
|
| Data.SqlXml not found on Web Service machine | 30 Jul 2003 18:40 GMT | 3 |
We are trying to set-up our app on a remote network. On one machine we have SqlServer 2000, on the other we have our Web Service. The error message on the Web Service machine is: "File or Assembly Name Microsoft.Data.SqlXML or one of its dependancies was
|
| can I wrap existing COM with Webservices? | 30 Jul 2003 12:18 GMT | 1 |
Hi all and thanks in advance for your assistance, I am wondering whether I can create a COM object and wrap it as a webservices? If yes, how? Any links and resources on the topic would also be very appreciated ...
|
| How to impersonate the child process of a web service | 30 Jul 2003 10:28 GMT | 3 |
I am running a web service on IIS 6.0, impersonation is set to true, so my web service can access resources depending on the client's privileges, but when I launch a child process from the web service, this child process does not inherit the security context of its parent ...
|
| XmlNode -> Schema -> Object | 30 Jul 2003 04:33 GMT | 1 |
I apologize, this question pertains to WebServices only indirectly. Lets say I have an XmlNode that validates against some schema. I also have a class that was generated by the xsd tool using said schema. What is the best way to get from an XmlNode to an instance of the class?
|
| Returning array from Asp.Net webservice via SOAP to classic Asp | 29 Jul 2003 20:53 GMT | 2 |
I have a web service written in C# which returns a array of strings. Now I have a classic Asp site that needs to get that array (right now trying to use SOAP). The webservice returns xml containing the array of strings, and the classic asp understands how many elements are in the ...
|
| Urgent : Soap Extension for Global Error Hadling in Webservices | 29 Jul 2003 18:34 GMT | 1 |
Our Architecture: ------------------- ASP..NET and IIS in 1 box Webservices and Business components in another box
|
| Sequential Web Service Call Significant Delay? | 29 Jul 2003 10:51 GMT | 3 |
Anyone experience two more web Service method call cause delays? But not on one call. Thanks.
|
| self-refresh of client according webservice answer | 29 Jul 2003 07:39 GMT | 2 |
I want a client-side to refresh itself when a webservice- answer says "ok,refresh,new data". . I do not want a permanent submit() like this:
|
| Compile Error: System.Xml.Serialization.dll | 28 Jul 2003 22:59 GMT | 2 |
When I try to compile proxy code (in C#), why do I get the following error: "error CS0006: Metadata file 'System.Xml.Serialization.dll' could not be found"??
|
| Your Application Will crash if it cannot connect ... WHY ?? | 28 Jul 2003 21:19 GMT | 1 |
VB.NET Application ( Not asp.net ) Crashes horribly when it cannot connect to webservice .......... Does anyone know how to handle this exception ?? Code snippit if possible.. Thank you !
|
| Navigation of typed dataset in many-to-many relationships | 28 Jul 2003 09:16 GMT | 1 |
I have 5 tables in my dataset that I have pulled all records for from the database. The table structure look like this: Products(productid, productname) Product2Category(productid, categoryid)
|
| Compiling the Proxy | 28 Jul 2003 00:53 GMT | 1 |
I am pretty new to programing and need help compiling the proxy for my WebService in C#. I have been going through a book on WebServices and am at the part where I need to compile my proxy into a .NET
|
| Web Services and Forms Authentication Question | 26 Jul 2003 01:20 GMT | 1 |
I'm a newbie in Web Services development. At present, we have a web site implement in ASP.NET with C#. We want to add some web service on the same site. For security reason, we use Forms authentication mode and
|