all groups > dotnet web services > february 2008 > threads for february 15 - 21, 2008
Filter by week: 1 2 3 4
using web service task in SSIS package
Posted by soworl at 2/21/2008 10:25:00 AM
Hi,
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.
How can I solve this?
I read some article, but someone says I need to ues Proxy server.... more >>
Is it possible to put web service call in a queue??
Posted by cooleader320 at 2/20/2008 9:03:00 PM
Is it possible to call a web service by MSMQ?
my scene as follows:
I have a web MyService.
WebMethod1(string reponseXML)
WebMethod2(ResponseEntity reponseEntity)
I want to make sure always successfully when calling
MyService.WebMethod until
service is available.
(because of some reas... more >>
calling a web service without an extention???
Posted by JP at 2/20/2008 4:04:03 PM
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
<wsdlsoap:address location="http://mydomain.com/servic... more >>
Can we access multiple service host in client?
Posted by Kaushal Mehta at 2/19/2008 10:33:00 PM
Hi,
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 ?
How can I achieve... more >>
.Net application call a stored procedure directly or should a .Net application call a web service, or is WCF better
Posted by Nexstar at 2/19/2008 7:40:46 PM
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?... more >>
Bugs in .NET 3.5 Web Service (Dynamic)
Posted by Jordan Z. at 2/19/2008 1:27:00 PM
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.
Now, in 3.5, I find that this no... more >>
.NET WebService Method Fails to read an input parameter of string type via SOAP 1.1
Posted by Uri at 2/19/2008 4:36:18 AM
Hi all,
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
parameter is read perfectly, but when... more >>
Supporting Different SSO Tokens With ADFS
Posted by Andrew Hayes at 2/17/2008 11:09:01 PM
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.
They both use 3rd party products to handle SSO with their other vendors.
One uses Kerberos tickets. The ot... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|