Click here to Skip to main content
15,930,182 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralPrintPreviewDialog control is creating problems! Pin
BooleanTrue25-Mar-08 2:47
professionalBooleanTrue25-Mar-08 2:47 
GeneralRe: PrintPreviewDialog control is creating problems! Pin
Dave Kreskowiak25-Mar-08 4:04
mveDave Kreskowiak25-Mar-08 4:04 
GeneralRe: PrintPreviewDialog control is creating problems! Pin
BooleanTrue25-Mar-08 4:22
professionalBooleanTrue25-Mar-08 4:22 
GeneralRe: PrintPreviewDialog control is creating problems! Pin
Dave Kreskowiak25-Mar-08 4:50
mveDave Kreskowiak25-Mar-08 4:50 
GeneralRe: PrintPreviewDialog control is creating problems! Pin
BooleanTrue25-Mar-08 6:14
professionalBooleanTrue25-Mar-08 6:14 
QuestionHow to call Java Web Services (wsdl) in .net Pin
C.Shivashankar25-Mar-08 1:43
C.Shivashankar25-Mar-08 1:43 
AnswerRe: How to call Java Web Services (wsdl) in .net Pin
Dave Kreskowiak25-Mar-08 4:01
mveDave Kreskowiak25-Mar-08 4:01 
GeneralRe: How to call Java Web Services (wsdl) in .net Pin
C.Shivashankar26-Mar-08 0:02
C.Shivashankar26-Mar-08 0:02 
Thank Dave Kreskowiak

Actually 1st I added web reference from to project by clicking on add web reference tab there it ask username and password I given and it add 2 file to my project one with extinction .discomap and .wsdl to web reference section of my project
After that in .vb file I just import some class of web reference and in page load event I put the code
Dim userId As Integer = service.getUserId("Web")<br />
       If userId > 0 Then<br />
           Dim userData As UserWS = service.getUserWS(userId)<br />
       End If

As soon I run the page am getting the error Frown | :(

is this is ok sir or you want full steeps what I done to add web reference?

Thank you Shiashankar.C
The Value Has Its Value Only Its Value Is Valied


GeneralRe: How to call Java Web Services (wsdl) in .net Pin
Dave Kreskowiak26-Mar-08 6:45
mveDave Kreskowiak26-Mar-08 6:45 
GeneralRe: How to call Java Web Services (wsdl) in .net [modified] Pin
C.Shivashankar26-Mar-08 23:17
C.Shivashankar26-Mar-08 23:17 
AnswerRe: How to call Java Web Services (wsdl) in .net Pin
Vimalsoft(Pty) Ltd25-Mar-08 10:53
professionalVimalsoft(Pty) Ltd25-Mar-08 10:53 
GeneralRe: How to call Java Web Services (wsdl) in .net Pin
C.Shivashankar26-Mar-08 0:32
C.Shivashankar26-Mar-08 0:32 
GeneralRe: How to call Java Web Services (wsdl) in .net Pin
Vimalsoft(Pty) Ltd26-Mar-08 1:08
professionalVimalsoft(Pty) Ltd26-Mar-08 1:08 
GeneralRe: How to call Java Web Services (wsdl) in .net Pin
C.Shivashankar26-Mar-08 23:07
C.Shivashankar26-Mar-08 23:07 
GeneralRe: How to call Java Web Services (wsdl) in .net Pin
Vimalsoft(Pty) Ltd26-Mar-08 23:29
professionalVimalsoft(Pty) Ltd26-Mar-08 23:29 
GeneralRe: How to call Java Web Services (wsdl) in .net Pin
C.Shivashankar26-Mar-08 23:39
C.Shivashankar26-Mar-08 23:39 
GeneralRe: How to call Java Web Services (wsdl) in .net Pin
Vimalsoft(Pty) Ltd26-Mar-08 23:47
professionalVimalsoft(Pty) Ltd26-Mar-08 23:47 
GeneralRe: How to call Java Web Services (wsdl) in .net Pin
C.Shivashankar27-Mar-08 0:04
C.Shivashankar27-Mar-08 0:04 
GeneralRe: How to call Java Web Services (wsdl) in .net Pin
Vimalsoft(Pty) Ltd27-Mar-08 0:07
professionalVimalsoft(Pty) Ltd27-Mar-08 0:07 
GeneralRe: How to call Java Web Services (wsdl) in .net Pin
Vimalsoft(Pty) Ltd27-Mar-08 0:27
professionalVimalsoft(Pty) Ltd27-Mar-08 0:27 
GeneralRe: How to call Java Web Services (wsdl) in .net Pin
C.Shivashankar27-Mar-08 0:55
C.Shivashankar27-Mar-08 0:55 
GeneralRe: How to call Java Web Services (wsdl) in .net Pin
C.Shivashankar27-Mar-08 2:11
C.Shivashankar27-Mar-08 2:11 
GeneralHelp Pin
Kartik Rathi24-Mar-08 19:10
Kartik Rathi24-Mar-08 19:10 
GeneralRe: Help Pin
Christian Graus24-Mar-08 19:28
protectorChristian Graus24-Mar-08 19:28 
GeneralRe: Help Pin
Vimalsoft(Pty) Ltd25-Mar-08 10:59
professionalVimalsoft(Pty) Ltd25-Mar-08 10:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.