WSDL.exe : Using multiple appsettingurlkeys for multiple web services
Wed, 2 Apr 2008 13:35:23 -0700 (PDT)
I saw posts by developers with similar problems, but I have not seen a
solution. Is there one??
I have two webservices that share types:
webSvc1 at http://myServer/WS/webSvc1.asmx
webSvc2 at http://myServer/WS/webSvc2.asmx
When I generate the proxy for these two services I use:
wsdl /sharetypes htt ...
|
Dynamic web service methods
Wed, 2 Apr 2008 09:47:01 -0700
I have written a web service that will take parameters for constructing a
query and then return the results of that query using untyped XML. The
problem is, most web service clients expect the return data to be strongly
typed, or it will not handle the binding properly. And the parameters
passed will dic ...
|
SoapExtension Problem
Wed, 2 Apr 2008 06:55:03 -0700
IĆ¢??ve got a problem with a custom SoapExtension that uses encryption. I am
encrypting the <soap:Body> element using this library:
http://www.obviex.com/samples/EncryptionWithSalt.aspx. The error that I am
getting is intermittent for users (if a user tries the service again many
times it will work). The ...
|
Lifecycle of .Net Web Service
Wed, 2 Apr 2008 02:36:47 -0700 (PDT)
I am new to .Net Web Services, having done similar stuff in Java
before.
The life-cycle of a particular Web Service is presumably not the same
as that of the container in which it runs. Therefore, I wonder if
there are hooks that I can use to get something done when the Web
Services starts up, and something e ...
|
Generate interface from wsdl
Wed, 02 Apr 2008 09:21:10 +0100
My apologies first of all for cross posting. In my ignorance I posted
this in the .net remoting group before checking on the existence of this
group.
I have to write an application that will interact with a Web service
exposed by a partner organisation. Unfortunately the Web service will
not be availabl ...
|
Modifying service name and port name in WSDL
Tue, 1 Apr 2008 10:27:39 +0100
Hi All,
I need to conform a WSDL. The WSDL was generated in Axis. Our client has
generated their classes based on the given WSDL. Now the WSDL is as follows:
<wsdl:service name="TestService">
<wsdl:port binding="impl:TestSoapBinding" name="Test">
<wsdlsoap:address location=http://localhost:8080/Test/se ...
|
Security
Mon, 31 Mar 2008 16:44:02 -0700
I will have a web app call into a web service. The web app will be forms
based authentication. The web app and web service are behind a company
firewall and we are a .Net shop. The web service will be reading/writing to
a database so we want to secure it.
What then are the options to secure the web servic ...
|
|
|
Possible to consume a web service with VB.NET 1.1 VS 2003?
Sat, 29 Mar 2008 21:19:42 -0400
I am at my wits end and turn to you guys in hopes of learning the correct
procedure.
For any given web service X, regardless of (and without knowing) what
technology was used to create it, is it possible to consume it with either a
win form or an aspx page developed in VB.net 1.1 and VS2003?
I can create ...
|
Testing Windows Live Mail
Fri, 28 Mar 2008 15:55:32 -0400
Sorry, but I couldn't post before. Just a test.
--
--------------------------------------------------------------------------------
John Saunders | MVP - Windows Server System - Connected System Developer
...
|
add assemby reference without version number
Fri, 28 Mar 2008 09:16:23 -0700 (PDT)
Hello there,
is there any chance to reference to an assembly without version
number.
<assemblies>
<add assembly="Microsoft.Web.Services3, Version=3.0.0.0,
Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
</assemblies>
Better for me would be
<assemblies>
<add ass ...
|