473,322 Members | 1,614 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

Deos anybody know how to migrate from VS2003 WSE2.0 to VS2005 WSE3.0

Hello.

I'm trying to migrate a VS2003.NET(VB), ASP.NET 1.1, .NET Framework 1.1, WSE
2.0 SP3, IIS 5.1 Web Application to VS2005(VB), ASP.NET 2.0, .Net Framwwork
2.0, WSE 3.0, Web Application.

There were some errors which i resolved and still two warnings unresolved,
but there is just one outstanding error that i cannot figure out how to fix.

In the following function i get the error "'Attachments' is not a member of
'Microsoft.Web.Services3.SoapContext'" on the "doc.load" line.

Private Function GetList(ByVal classID As
xatanetconduitwebservice.ClassType, ByVal orgID As Integer) As XmlDocument
Try
Dim proxy As New
xatanetconduitwebservice.XataNetConduitWebServiceW se
Dim user As New UsernameToken(txtCompany & "\" & txtUserName,
txtPassword, PasswordOption.SendHashed)
proxy.RequestSoapContext.Security.Tokens.Add(user)
Dim lastPollDate As String = ""
Dim entityID As String = ""
Dim compress As Boolean = False
Dim originalLength As Integer = 0
Dim compressedLength() As Integer
proxy.GetDataByOrganization(classID, entityID, lastPollDate,
compress, originalLength, compressedLength, "", False, orgID)
Dim doc As New XmlDocument
doc.Load(proxy.ResponseSoapContext.Attachments(0). Stream)
Return doc
Catch ex As Exception
errorMessageString = errorMessageString + "Error Occurred in
GetList: " & Err.ToString
Me.txtResponse.Text = ""
Me.txtResponse.Text = errorMessageString
Return Nothing
End Try
End Function

I tried for days to figure out how to code this in VS2005, WSE3.0.

Any help would be gratefully appreciated.

Thanks,
Tony
Jan 15 '07 #1
0 1186

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Tony Johansson | last post by:
Hello! We have an MFC application written in VS6.0. The application is badly written and designed so we assume to rewrite the whole application using .NET. We have a .NET Visual Studio 2003....
6
by: HK | last post by:
I can't believe that I've bought a couple books on ASP 2.0 and nothing says how to migrate a current project. I searched google and find all kinds of intense junk about compatibility, etc. but...
6
by: VB Programmer | last post by:
I have a full shopping cart website that is in VS2003. I want to create a BRAND NEW non-related website, now using VS2005. I'd like to use all the shopping related pages/code from the original...
12
by: Jeff | last post by:
Looking for your highly subjective opinions (from those of you who have been working extensively with VS 2005). I have a client that needs/wants a complete rewrite of an existing application. I...
2
by: Tammam | last post by:
Hello All, I had a solution composed of managed/unmanaged C++ , C# projects. It builds with no problem in VS2003 but after converting the solution to VS2005 i get many linking errors such as...
0
by: David G | last post by:
I have a web service originally written to use soap.tcp transport in WSE2 that now uses http transport under WSE3. The WSE2 method looked like public IndividualLookupResponse...
4
by: Tony Girgenti | last post by:
Hello. I developed a VS.NET2003(VB), ASP.NET web application client program with ..NET Framework 1.1, ASP.NET 1.1, IIS 5.1 and WSE 2.0. I tried to migrate it to VS 2005 Pro(VB), Web...
3
by: Chris288 | last post by:
Hi, I have a problem where our app when compiled in VS2005 runs about 50% the speed it attains in VS2003. This is an unmanaged C++ app. I have tried most combinations of the optimization and...
0
by: Gauls | last post by:
Hi I am new with web service security Here is what i want to achieve I want to use UsernameToken for Securing Usename and Password and later for ever call to the webservice i want to use the...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.