Click here to Skip to main content
15,911,711 members
Home / Discussions / C#
   

C#

 
GeneralDatabinding objects Pin
WillemM14-Jun-04 21:40
WillemM14-Jun-04 21:40 
GeneralRe: Databinding objects Pin
Heath Stewart15-Jun-04 3:19
protectorHeath Stewart15-Jun-04 3:19 
GeneralNULLReferenceException Pin
qur14-Jun-04 21:39
qur14-Jun-04 21:39 
GeneralRe: NULLReferenceException Pin
Heath Stewart15-Jun-04 3:15
protectorHeath Stewart15-Jun-04 3:15 
Generalhelp! java webservices and C# clients... Pin
Nik Vogiatzis14-Jun-04 20:56
Nik Vogiatzis14-Jun-04 20:56 
GeneralRe: help! java webservices and C# clients... Pin
Heath Stewart15-Jun-04 3:08
protectorHeath Stewart15-Jun-04 3:08 
GeneralRe: help! java webservices and C# clients... Pin
Nik Vogiatzis15-Jun-04 3:14
Nik Vogiatzis15-Jun-04 3:14 
GeneralRe: help! java webservices and C# clients... Pin
Heath Stewart15-Jun-04 3:57
protectorHeath Stewart15-Jun-04 3:57 
You don't wrap it. If an exception occurs, the client should see it, even if it's a generic error wrapped in an Exception class.

If you're getting an exception on the server, you'll simply need to debug what's going on.

There are problems when mixing Java and .NET for web services, typically when you use types that either aren't correctly defined in the WSDL. The class generator (same as wsdl.exe on the command-line) might not be generating the right classes.

Without specifics, it's hard to say.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: help! java webservices and C# clients... Pin
Nik Vogiatzis15-Jun-04 12:12
Nik Vogiatzis15-Jun-04 12:12 
GeneralHTTP Requests and Posts Pin
Richard Beacroft14-Jun-04 20:40
Richard Beacroft14-Jun-04 20:40 
GeneralRe: HTTP Requests and Posts Pin
Heath Stewart15-Jun-04 3:04
protectorHeath Stewart15-Jun-04 3:04 
GeneralCompile my C# Class Pin
dabuskol14-Jun-04 20:33
dabuskol14-Jun-04 20:33 
GeneralRe: Compile my C# Class Pin
Tarakeshwar Reddy14-Jun-04 23:04
professionalTarakeshwar Reddy14-Jun-04 23:04 
GeneralRe: Compile my C# Class Pin
dabuskol14-Jun-04 23:44
dabuskol14-Jun-04 23:44 
GeneralRe: Compile my C# Class Pin
Heath Stewart15-Jun-04 2:57
protectorHeath Stewart15-Jun-04 2:57 
GeneralRe: Compile my C# Class Pin
dabuskol15-Jun-04 19:00
dabuskol15-Jun-04 19:00 
Generalabout UITypeEditor Operation in RunTime Pin
pig123414-Jun-04 17:47
pig123414-Jun-04 17:47 
GeneralRe: about UITypeEditor Operation in RunTime Pin
Heath Stewart15-Jun-04 2:54
protectorHeath Stewart15-Jun-04 2:54 
GeneralRe: 0 result with double data type Pin
myNameIsRon14-Jun-04 17:25
myNameIsRon14-Jun-04 17:25 
GeneralRe: 0 result with double data type Pin
Colin Angus Mackay14-Jun-04 23:36
Colin Angus Mackay14-Jun-04 23:36 
GeneralRe: 0 result with double data type Pin
myNameIsRon15-Jun-04 20:05
myNameIsRon15-Jun-04 20:05 
GeneralRe: 0 result with double data type Pin
Colin Angus Mackay15-Jun-04 20:30
Colin Angus Mackay15-Jun-04 20:30 
GeneralRe: 0 result with double data type Pin
Serge Lobko-Lobanovsky15-Jun-04 1:34
Serge Lobko-Lobanovsky15-Jun-04 1:34 
GeneralRe: 0 result with double data type Pin
myNameIsRon15-Jun-04 20:08
myNameIsRon15-Jun-04 20:08 
GeneralRe: 0 result with double data type Pin
Serge Lobko-Lobanovsky15-Jun-04 21:20
Serge Lobko-Lobanovsky15-Jun-04 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.