Click here to Skip to main content
15,896,726 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to start learning about creating database server. Pin
Pete O'Hanlon8-Apr-08 0:58
mvePete O'Hanlon8-Apr-08 0:58 
AnswerRe: How to start learning about creating database server. Pin
darkelv8-Apr-08 1:26
darkelv8-Apr-08 1:26 
Questionexporting windows form as pdf Pin
Faysal7-Apr-08 23:43
Faysal7-Apr-08 23:43 
GeneralRe: exporting windows form as pdf Pin
Christian Graus8-Apr-08 0:17
protectorChristian Graus8-Apr-08 0:17 
GeneralRe: exporting windows form as pdf Pin
Faysal8-Apr-08 0:56
Faysal8-Apr-08 0:56 
GeneralRe: exporting windows form as pdf Pin
Christian Graus8-Apr-08 1:12
protectorChristian Graus8-Apr-08 1:12 
GeneralRe: exporting windows form as pdf Pin
Faysal8-Apr-08 23:06
Faysal8-Apr-08 23:06 
GeneralParameter Handling while generating code from the WSDL Pin
Kapil Singhal7-Apr-08 23:33
Kapil Singhal7-Apr-08 23:33 
Hello,

I am using a Java Web Service deployed on JBoss Server.
The WSDL generated from the JBoss Server is being used in the Visual C# 2005 Express Edition for creation of a Third party client or SOAP API Client.

The Reference.cs is generated correctly and I am able to access the methods of the Web Service on JBoss.

The only problem is that the parameters are shown as

<code>public void sharePerspectiveOnDisplay(sessionId arg0, objectId arg1, objectId arg2, int arg3, int arg4, int arg5, int arg6)
{

}</code>

In the above example the only thing understandable is the SessionId for the user and all other parameters are not known to him.

Is there a way thru which I can provide type-mapping for the paramaters.

The same method in the Java Interface/Web Service is as follows:

<code>public void sharePerspectiveOnDisplay (SessionId aSessionId, ObjectId aDisplayId, ObjectId aPerspectiveId, int x, int y, int width, int height)
{

}</code>

So from this perspective, the user of the Web Service do not know as what "ObjectID" he has to pass where and what "int" value to be passed as per x, y, height, width.

Is it possible to achieve this?
Any suggestions will be appreciated.

Thanks,
Kapil
GeneralList of open excel documents and the path of the document Pin
Member 5142527-Apr-08 23:22
Member 5142527-Apr-08 23:22 
GeneralRe: List of open excel documents and the path of the document Pin
Dave Kreskowiak8-Apr-08 5:03
mveDave Kreskowiak8-Apr-08 5:03 
Generalhelp!!!!!!!! passing class as function parameter Pin
EvilInside7-Apr-08 23:17
EvilInside7-Apr-08 23:17 
GeneralRe: help!!!!!!!! passing class as function parameter Pin
buchstaben7-Apr-08 23:21
buchstaben7-Apr-08 23:21 
GeneralRe: help!!!!!!!! passing class as function parameter Pin
Christian Graus8-Apr-08 0:18
protectorChristian Graus8-Apr-08 0:18 
QuestionHow to delete a file in locked status Pin
Exelioindia7-Apr-08 21:40
Exelioindia7-Apr-08 21:40 
AnswerRe: How to delete a file in locked status Pin
Christian Graus7-Apr-08 21:54
protectorChristian Graus7-Apr-08 21:54 
AnswerRe: How to delete a file in locked status Pin
Simon P Stevens7-Apr-08 22:35
Simon P Stevens7-Apr-08 22:35 
GeneralRe: How to delete a file in locked status Pin
Exelioindia7-Apr-08 22:49
Exelioindia7-Apr-08 22:49 
GeneralRe: How to delete a file in locked status Pin
Simon P Stevens7-Apr-08 23:00
Simon P Stevens7-Apr-08 23:00 
GeneralRe: How to delete a file in locked status Pin
Christian Graus7-Apr-08 23:04
protectorChristian Graus7-Apr-08 23:04 
AnswerRe: How to delete a file in locked status Pin
Giorgi Dalakishvili7-Apr-08 23:01
mentorGiorgi Dalakishvili7-Apr-08 23:01 
GeneralRe: How to delete a file in locked status Pin
Simon P Stevens7-Apr-08 23:11
Simon P Stevens7-Apr-08 23:11 
GeneralRe: How to delete a file in locked status Pin
Giorgi Dalakishvili7-Apr-08 23:17
mentorGiorgi Dalakishvili7-Apr-08 23:17 
GeneralRe: How to delete a file in locked status Pin
Simon P Stevens7-Apr-08 23:25
Simon P Stevens7-Apr-08 23:25 
GeneralRe: How to delete a file in locked status [modified] Pin
Giorgi Dalakishvili7-Apr-08 23:29
mentorGiorgi Dalakishvili7-Apr-08 23:29 
QuestionRetrive item from datagridview in C# window application Pin
dev_tikili7-Apr-08 21:20
dev_tikili7-Apr-08 21:20 

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.