Groups | Blog | Home
all groups > dotnet web services > february 2005 >

dotnet web services : Namespace and WSE 2.0



Dilip Krishnan
2/25/2005 6:02:05 AM
Hello Chakra,
Yes it should be no different that it was using wsdl.exe. If you add a
web reference it will generate 2 proxies on for wse and one the usual

HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
http://www.geniant.com

[quoted text, click to view]


Chakra
2/25/2005 7:33:10 PM
My team has migrated a normal vanilla web service to WSE 2.0. Now can i
continue to generate the proxy for this using WSDL ? I want a customised
namespace (using /n:MyOwnNameSpace in WSDL) - will it work the same way as
it did before ?

Regards,

Chak.

Chakra
2/25/2005 9:04:34 PM
Yes, but i am not building the application using VS.NET, but a make file
(Nant). So what changes do i make to the Nant file to accomodate the shift
from just a web service using WSDL, to a WSE 2.0 scenario .

Thanks.

[quoted text, click to view]

Dilip Krishnan
2/28/2005 7:24:54 PM
You will probably need to write an nant filter to do a find a replace
and replace the base class (SoapHttpClientProtocol ) of the wsdl.exe
generated proxy to WebServicesClientProtocol. Or better still copy the
class thats generated by wsdl.exe and then do the same (which is exactly
what the wse add-in does for you in the IDE

[quoted text, click to view]

--
HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
AddThis Social Bookmark Button