Ask a Question related to ASP Components, Design and Development.
-
ashton #1
Advanced Soap communication with traditional ASP
Hello,
I've used SOAP to communicate before, and it has always been straightforward:
Set Client = Server.CreateObject("MSSOAP.SoapClient.1")
Client.mssoapinit "c:\InetPub\Server\File.wsdl"
Client.Authenticate("username","password")
I have a new project that involves working with a Soap server that was built
using .Net technology (something I don't have the option of upgrading to). I
can't seem to connect using the standard approach above and I'm not entirely
sure if it is even possible to connect to them using traditional asp.
When I look at their C# example file they do a lot of OO style programming,
like this:
Authenticate req = new Authenticate();
req.username = "test";
req.password = "testpassword";
AuthenticationSoapBinding bind = new AuthenticationSoapBinding();
bind.Url = bind.Url.Replace(DEFAULT_ENDPOINT, CURRENT_ENDPOINT);
AuthenticateResponse resp = bind.Authenticate(req);
I don't even know where to start on how to do something like this using
traditional asp.
So, are there examples of using ASP to connect to .NET soap environments
like this? Examples of building Soap objects using the MSSOAP client?
Any help would be appreciated
ashton Guest
-
Cut&Paste with Traditional Chinese does NOT work
Using cut n paste to place traditional chinese into a chinese webpages does NOT work in Contribute 4. Is there a work around for this problem? -
Not a traditional navigation bard
I have to use dreamweaver for a project, and create some sort of navigation bar that features a "down" image for the active link. I feel much... -
How does FlashCom stack up against traditional streamingmethods?
I am planning to open a video streaming website and I was turned on to FlashCom by a developer. If you don't mind, I have a few questions relating... -
client-to-client communication via SOAP
I am in the intial stage of architecting and building an application in which each client running the application will occasionally send a set of... -
traditional chinese crafts ,enjoy it
Greetings, Do you want to know more about china,and find special gift for your friends? Just visit our website www.souvenirchina.com and enjoy it....



Reply With Quote

