S
stephg
Hi,
I try to send an attachment to a web service.
WSE 2 SP1 is installed.
The web service compiles successfully.
When creating the client, and I want attach the file to the proxy class like
==
Dim attachIt As New Auction
Dim attachmentToWs As New DimeAttachment("PDF", TypeFormat.MediaType,
Me.fileUpload.PostedFile.InputStream)
attachIt.RequestSoapContext.Attachments.Add(attachmentToWs)
==
I get the error RequestSoapContext is not a member of Auction.
Any ideas what I am doing wrong?
I try to send an attachment to a web service.
WSE 2 SP1 is installed.
The web service compiles successfully.
When creating the client, and I want attach the file to the proxy class like
==
Dim attachIt As New Auction
Dim attachmentToWs As New DimeAttachment("PDF", TypeFormat.MediaType,
Me.fileUpload.PostedFile.InputStream)
attachIt.RequestSoapContext.Attachments.Add(attachmentToWs)
==
I get the error RequestSoapContext is not a member of Auction.
Any ideas what I am doing wrong?