| Thread | Last Post | Replies |
|
| SSL and WSE 2.0 Secure Conversation | 11 Dec 2007 12:38 GMT | 5 |
Is there any issues with running WSE 2.0 Secure Converstation on top on SSL?? Please give me pros and cons Will I run into any problems?
|
| Where can I change Web Reference URL in VS2005? | 10 Dec 2007 23:29 GMT | 2 |
I used to be see or change the Web Reference Url in VS2003 by right clicking on the web reference and click properties. I don't see this in 2005?
|
| How dynamically configure a webservice address? | 10 Dec 2007 23:28 GMT | 1 |
I have an ASP.Net project, in which I added a web reference, for example http://Sandbox/service.asmx after I pass the testing, I want to change the web service address to http://Production/service/asmx, which has the exactly same interface as the
|
| WCF instance | 08 Dec 2007 21:47 GMT | 1 |
Is it possible to prevent WCF from destorying the service object when the threading model is set to single, instance mode to percall, and having a max number of instances configured. In effect I'd like to have 50 service instances single threading but not created / destroyed per ...
|
| WSE 3.0/Siteminder/SoapStation combo | 07 Dec 2007 18:37 GMT | 1 |
Warning: long post..... Our company has a policy requiring all web services be brokered via a SoapStation secured URI. My understanding of the workflow is this: 1. Create and deploy a web service
|
| Custom WSDL, Error while adding as web reference | 06 Dec 2007 23:40 GMT | 1 |
I am trying to add a custom WSDL file I created and add it in another project. And I get the following error: Custom tool error: Unable to import WebService/Schema. Element binding named StockQuoteBinding from namespace http://myadvancedwebserviceURI/
|
| wcf and returning a datatable | 06 Dec 2007 23:37 GMT | 1 |
i have a working wcf service and am having problems returning a datatable from the wcf service. I am able to return properties and collections of objects however when returning a datatable i am getting a returned type of
|
| Error HTTP 404 When I try to access a page with a Gridview | 06 Dec 2007 23:32 GMT | 1 |
I get this error : "HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make
|
| Starting new process from aspx page | 06 Dec 2007 23:29 GMT | 6 |
I know this is an asp.net question but I got no answers there. How do you start a new visible process from a asp.net page? I can use: System.Diagnostics.Process.Start ("mspaint.exe");
|
| possible firewall issues ? | 06 Dec 2007 23:26 GMT | 1 |
Does a web service need to have any ports open on a firewall to work ? Thanks
|
| websetvice test in browser question | 06 Dec 2007 23:25 GMT | 1 |
below is simple webservice wich I'd like to test in my local host but when I put http://localhost/test.asmx I'm getting this error: XML Parsing Error: no element found Location: http://localhost/test.asmx
|
| Question about invoking over SSL | 06 Dec 2007 23:23 GMT | 1 |
I have a simple question. Login page of my click-once application invokes a method (validateLogin) on a web server. The web service address is configured over https. My question is, does the invoke command is secured?
|
| creating a BED properties class with web services | 06 Dec 2007 20:33 GMT | 2 |
i'm working on a web site (written in .net 1.1) that makes heavy use of web services written in .net 2.0. the web site needs to sniff the URL being used and set certain parameters like db connections (to the QA or Production DB based on the URL). these properties should all be
|
| Help in accessing a class | 06 Dec 2007 16:01 GMT | 1 |
I have created an mySchema.cs file from the scheme myScheme.xsd from an InfoPath form using XSD.exe I then created a Web services using the mySchema.cs to access the data to input the data into a backend SQL Server for later SQL Reporting.
|
| Returning an array of custom objects | 06 Dec 2007 14:57 GMT | 1 |
I have created a method on the websevice called ProductObject[] GetProducts(). It returns an array of products available in the database. The problem is when I receive the response from the webservice. It is not coming as ProductObject[] but as a System.Array that contains XML ...
|