views:

19

answers:

0

Hi,

In 2004/5 I built web services to be consumed by a clients partner site in VS2003 ASP.NET 1.1 VB. I have just completed rebuilding the services in VS2008 ASP.NET 3.5 VB. During functional testing from the partner site, it seems none of the services work correctly and some not at all. Yet when tested using SOAPUI or via VS2008 debugging, they work fine. The issue appears to be SOAP versions. The old version is currently live at http://www.dialanexchange.com/websvcs/daecommon.asmx?WSDL while the new version is on test at http://testdae.dialanexchange.com/websvcs/daecommon.asmx?WSDL.

Can anyone help me to work out how to get VS2008 to generate web services that conform to the standard of the old services? I'm not even sure what the standard is but I think it's SOAP 1.0.

Thanks