| Thread | Last Post | Replies |
|
| WSE2.0 SP2 Unknown Issue? | 16 Dec 2004 16:04 GMT | 1 |
I have these policy endpoints defined: <endpoint uri="http://localhost/bbb/a1/service.asmx"> ... all endpint definition </endpoint>
|
| WSE and Visual Studio 2005 | 16 Dec 2004 13:01 GMT | 1 |
It seems that WSE currently doesn't support .NET 2.0 & VS 2005. Anybody know will it be in the future? When? Is there any way to use WSE 2 in VS 2005 Beta 1? Thanks. :)
|
| AXIS to emit SOAPHeader in wsdl | 15 Dec 2004 18:19 GMT | 3 |
Tribe, Using AXIS and C# winforms to build an app. I'm building my services in java and exposing them through AXIS and consuming them just fine with C#.
|
| specify specific IP when using web service | 15 Dec 2004 18:16 GMT | 4 |
I have a vendor that only allows their web service to be used whitelist IP addresses. We currently have a system with two IPs, call them X (the computer default) and Y the one on the vendor whitelist. How can I access their web service (via a C# program) so that my program is
|
| server unabaible | 15 Dec 2004 18:13 GMT | 1 |
I get that error when run a webservice in a windows200 server? what can I do thanks
|
| Axis. Object properties are null (serialisation problem?) | 15 Dec 2004 17:57 GMT | 7 |
I've been going through Google Groups, but nothing seems to quite match my problem. It's hard to post a WSDL or anything at the moment (it's not my service, I'm just using it), but maybe someone will be able to make suggestions anyway.
|
| Some ASP.NET web service questions | 15 Dec 2004 17:56 GMT | 8 |
Can an ASP.NET web service project expose two different web services perhaps by having two .ASMX files ? Is it possible to have a web emethod that does not appear in auto-generated WSDL and docuementation ? Thanks in advance and regards
|
| Transform a Webservice With Xslt | 15 Dec 2004 17:51 GMT | 4 |
I wish to know how to set it up so that when an xml webservice is called that instead of displaying the xml in the browser it will render it with a xslt file the problem is i dont know how to do this?
|
| Using Enum as a parameter in web service | 15 Dec 2004 16:41 GMT | 3 |
I am having trouble using an enum as a parametter in a webmethod. I have followed the 'resolution' per http://support.microsoft.com/Default.aspx?id=326792 however in my client app i am not sure how to access and use the enum.
|
| Moving through a website? | 15 Dec 2004 16:38 GMT | 3 |
I was wondering if it would be possible to use Web Services to move through a website? Example: I want to download new ATi drivers as part of an unattended install, my program will need to move through ATi's various selection menus and download the correct file or files.
|
| call web service from TSQL | 15 Dec 2004 16:35 GMT | 2 |
i have a web service that sends email via smtp. I would like to call this service directly out of TSQL in some cases. Is it possible to do this? If so how? Thanks in advance
|
| webservice, make thread wait for ok | 15 Dec 2004 16:31 GMT | 1 |
we're working on a project where we spawn a thread which calls a webservice, stock check, sometimes the stock checker takes too long to respond, and our thread dies out before the response can be received, is there anyway to make the thread wait longer to get the response,
|
| Web Service throws exception during Application_Start | 15 Dec 2004 16:19 GMT | 7 |
We have some static information load from web.config during the application_start of our web service. However, if there is an error during this startup, the consumer gets back an ugly error message starting like: Client found response content type of
|
| Newbie question about Soap APIs | 15 Dec 2004 15:51 GMT | 1 |
I am dealing with an app sitting on a server which exposes a soap api for extended functionality. There is documentation on the api, but I need to know how to send the soap messages to this app. Where do i start, using .Net? A big topic, I know, but we all have to start
|
| Call a webservice from a javascript function | 15 Dec 2004 15:02 GMT | 2 |
Hello to all! I need to accede to webservice from a Javascript function. I have read on the possibility of using webservice.htc, but Microsoft no lon ger supports it.
|