In some situations, I'm asked to work with asp.old applications which are on servers over which I have no control other than to ftp some .asp files. I'm looking for a solution which would allow those old Active Server Pages to interact with ASP.NET Web Services.
The problem is, I can't always insist that the SOAP toolkit is installed, nor can I install any COM objects to call from ASP. Is there any way to get this sort of thing via ASP/VBScript? I'm sure it would be one heck of a big and ugly include file, but if
thats possible, I can see that being useful to wrap up in a nice set of methods, so that I can just add the include file, then use it wherever needed. Is there such a product already available? Can anyone point me in the right direction? Thanks so much, Travis
I have the same problem! I have a bad WSDL that I can't referene from my client....and well....I have to build custom SOAPExtenstions to handle it or....get the SOAP pipe directly and then parse and build my own messages...and methods! There must be a better
way to handle this! Maybe handle the custom errors from the WSDL.exe? Eric
Synchronicity :) LOL I'm doing some crazyness for one of my clients....they are using Axis 1.0 and 1.1 to generate the WSDL and some Java stuff in that same namespace to create the proxies for the EJB and the AXIS container. I'm having some issues with the
ApacheSOAP element type in thier WSDL file. I have really sratching my head as wounder why you can't normally assume that everyone does not right perfect WSDL or that is to say...WSDL that might not be compatable with .NET. The WSDL can be consumed if I use
the SOAP toolkit and then use the COM components "old school SOAP with HTTPPost stuff" I can catch errors etc....but for the life of me I can't see why you can't do this "normally" with the WSDL.exe process in .NET. You can...but you have to write a custom
SOAPExtension to do it. I'm just fearfull of having to deploy something that requires my clients to include a custom Web.config entry and a custom machine.config entry! Seems kinda wierd... I just want a pipe to parse...and then slam my own custom SOAP messages.
Very nice meeting you Travis :)
None
0 Points
81 Posts
can you use WS from asp.old without soap toolkit or COM?
Oct 02, 2003 11:03 AM|travislaborde|LINK
None
0 Points
86 Posts
Re: can you use WS from asp.old without soap toolkit or COM?
Oct 02, 2003 01:42 PM|XMLViking|LINK
None
0 Points
81 Posts
Re: can you use WS from asp.old without soap toolkit or COM?
Oct 02, 2003 01:45 PM|travislaborde|LINK
None
0 Points
86 Posts
Re: can you use WS from asp.old without soap toolkit or COM?
Oct 02, 2003 02:06 PM|XMLViking|LINK