Click here to Skip to main content
16,006,001 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
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 
These are the steps followed to add reference
URL: http://billing.rephero.com/jboss-net/services/billing?wsdl prompts for “Axis basic authentication” the screen looks as below

Step 2: in Axis basic authentication dilog box i entered username and password and clicked ok after that it asks for some confirmation

Step 3: Confirmation message is “The server need to authenticate your credentials will be sent to the server in clear “text”

Step 4: After confirming yes am getting “discovery credentials” dialog box It accepts username password and domain name. If i give domain name reference is not getting added but without giving a domain name if clicked Ok then it adds reference successfully.

This is what the code we are using to invoke the jBilling functions

Imports JBillingWebReff<br />
Imports com.rephero.billing<br />
Imports com.rephero.billing.UserWS<br />
<br />
Partial Class JBillingWebReff<br />
    Inherits System.Web.UI.Page<br />
    Dim service As New WebServicesSessionLocalService()<br />
<br />
    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load<br />
        Dim userId As Integer = service.getUserId("Web")<br />
        If userId > 0 Then<br />
            Dim userData As UserWS = service.getUserWS(userId)<br />
        End If<br />
    End Sub<br />
End Class



Thanks
Shivashankar.c

The Value Has Its Value Only Its Value Is Valied

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 
QuestionHow can I add a new column in an excel file correctly? Pin
ATC24-Mar-08 16:34
ATC24-Mar-08 16:34 
AnswerRe: How can I add a new column in an excel file correctly? Pin
Dave Kreskowiak25-Mar-08 3:52
mveDave Kreskowiak25-Mar-08 3:52 
GeneralRe: How can I add a new column in an excel file correctly? Pin
ATC25-Mar-08 4:18
ATC25-Mar-08 4:18 
GeneralRe: How can I add a new column in an excel file correctly? Pin
Dave Kreskowiak25-Mar-08 4:55
mveDave Kreskowiak25-Mar-08 4:55 
GeneralCookies not working - help! Pin
Member 397274924-Mar-08 14:32
Member 397274924-Mar-08 14:32 
GeneralRe: Cookies not working - help! Pin
Eduard Keilholz25-Mar-08 3:07
Eduard Keilholz25-Mar-08 3:07 

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.