| Thread | Last Post | Replies |
|
| Bugs in .NET 3.5 Web Service (Dynamic) | 22 Feb 2008 18:23 GMT | 3 |
We did a same code base test between 1.1 and 3.5. In 1.1, when your .NET application reference a library with web reference (dynamic), you can always easily overwrite the default URL by specifying a different URL in your app config file or web config file.
|
| Accessing intranet Business Layer using web services | 22 Feb 2008 13:51 GMT | 1 |
Our company has a three tier (Data Access,Business Object,UI) intranet application. Now, they are planning to build a web site and host it, so that some external users will be able to use it. This web site needs to talk to the Business Layer to fetch the data from the DB.
|
| Is it possible to put web service call in a queue?? | 21 Feb 2008 23:34 GMT | 1 |
Is it possible to call a web service by MSMQ? my scene as follows: I have a web MyService. WebMethod1(string reponseXML)
|
| using web service task in SSIS package | 21 Feb 2008 22:53 GMT | 1 |
I made one WCF service hosted in IIS on my server machine. I'd like to call this service in SSIS package. but I got timeout error. the HTTP connection manager allows only 300secs, but I need more.
|
| .Net application call a stored procedure directly or should a .Net application call a web service, or is WCF better | 21 Feb 2008 22:38 GMT | 2 |
What is the fastest way to access the database for performance point of view? Should a .Net application call a stored procedure directly or should a .Net application call a web service, or use WCF, or is there another way?
|
| Is it possible to put web service call in a queue?? | 21 Feb 2008 22:37 GMT | 1 |
Is it possible to call a web service by MSMQ? my scene as follows: I have a web MyService. WebMethod1(string reponseXML)
|
| calling a web service without an extention??? | 21 Feb 2008 15:38 GMT | 1 |
I have a friend that used a program called CICS2WS that created a WSDL to allow our PC programs to retrieve mainframe data. In the WSDL that was created, the <address location> tag only contains the URL for where the service is located
|
| xsi:nil=true vs missing element | 20 Feb 2008 17:50 GMT | 1 |
Assume that my XSD defines MiddleNames as minOccurs=0, maxOccurs=1, nillable=true. From my XSD and WSDL, I am using WSDL.EXE to create a Server Interface which I can then implement. All ok so far. But, I need to be able to differentiate between these three scenarios of ...
|
| Can we access multiple service host in client? | 20 Feb 2008 12:32 GMT | 1 |
Can we have implementation similar to this one ? 1. I have one service host giving me calculator service (on server). 2. I have other service host giving me alarm service (on different server). 3. Can I use both calculator and alarm service in my web service client ?
|
| Design Patterns for a Large Web Service? | 19 Feb 2008 20:38 GMT | 7 |
I'm preparing to build a large web service that spans 10 - 15 components with each component having 10 - 20 methods each. What is the best way to organize such a web service? Should each component have it's own ASMX file?
|
| .NET WebService Method Fails to read an input parameter of string type via SOAP 1.1 | 19 Feb 2008 20:00 GMT | 2 |
This is my first post here so hello everybody. I have just created a webservice that accepts a string that will be parsed as a XML document, that is not important in this case. The question is that if I consume the WebService with a .net proxy the
|
| Supporting Different SSO Tokens With ADFS | 18 Feb 2008 17:14 GMT | 1 |
We have a web app that is shared by several clients, and currently uses forms authentication. Two newer clients would like to use SSO, so that their users don't see the logon page.
|
| WCF client to non-MS service | 16 Feb 2008 02:10 GMT | 3 |
I have a customer who has a web service using a non-MS platform. They can only provide me a an XML file (see below) and some XSDs. I can easily create classes from the XSDs (e.g. CustomerHeaderData), but I don't know how to generate the client proxy based on their XML.
|
| Asynchronous Transfer of Control in SOA (Web Service) | 16 Feb 2008 02:04 GMT | 6 |
I was reading about asynchronous transfer of control in Real Time Java Specification. I am wondering if there is any way we can do similar thing with Web Services in Service Oriented Architecture.
|
| Multi-Threaded App | 15 Feb 2008 12:59 GMT | 2 |
I am new to C# and am trying to build a multi-threaded web crawler. I want to crawl many sites all at once. I know how to use IHTMLDocument2 to parse the document object but I want to launch multiple threads to parse each induvidual web page.
|