Click here to Skip to main content
15,893,668 members
Home / Discussions / C#
   

C#

 
GeneralRe: newbi - passing values Pin
Dwayner7921-Jan-05 13:03
Dwayner7921-Jan-05 13:03 
GeneralRe: newbi - passing values Pin
Dwayner7924-Jan-05 1:10
Dwayner7924-Jan-05 1:10 
GeneralRe: OleDbDataReader Pin
Colin Angus Mackay21-Jan-05 10:10
Colin Angus Mackay21-Jan-05 10:10 
Generalwebservice problem Pin
21-Jan-05 9:14
suss21-Jan-05 9:14 
GeneralRe: webservice problem Pin
Bahadir Cambel21-Jan-05 14:47
Bahadir Cambel21-Jan-05 14:47 
GeneralRe: webservice problem Pin
PatrickShane21-Jan-05 16:57
PatrickShane21-Jan-05 16:57 
GeneralRe: webservice problem Pin
WDI21-Jan-05 17:46
WDI21-Jan-05 17:46 
GeneralRe: webservice problem Pin
PatrickShane22-Jan-05 8:36
PatrickShane22-Jan-05 8:36 
WDI, I'm responding to your e-mail back in the forum.


WDI wrote:
Hi

this is exact problem.
when i add webmethod to webservice and build it and update
client webreference, client knows the new webmethod without any problem.
but when i add a new class to webservice project and build it and update client webreference, client doesnt know the new class.

Note:this is a new problem and a few days ago when i added
a new class to webservice client could knows new class.
this problem is for new solutions too.


If you added a new web service class by putting it into a new ASMX file, then that's a separate web reference. You'll need to add it to the client project as a new web reference.

If you added a new web service class to the existing ASMX file, then it won't be visible to the world. You can only have one web service class in each ASMX file. Your project will still build if you do this, but only the first class will be exposed in the WSDL.

Hope this helps,

PatrickShane
GeneralRe: webservice problem Pin
WDI22-Jan-05 8:51
WDI22-Jan-05 8:51 
GeneralSending messages through an exchange server Pin
Esmo200021-Jan-05 9:08
Esmo200021-Jan-05 9:08 
GeneralRe: Sending messages through an exchange server Pin
Esmo200021-Jan-05 10:40
Esmo200021-Jan-05 10:40 
GeneralI need to create a movie file from my DirectDraw surfaces that I can play in PowerPoint (Please help me out) Pin
SIDDHARTH_JAIN21-Jan-05 9:05
SIDDHARTH_JAIN21-Jan-05 9:05 
GeneralDirectX.UnsafeNativeMethods Pin
thepersonof21-Jan-05 7:52
thepersonof21-Jan-05 7:52 
GeneralRe: DirectX.UnsafeNativeMethods Pin
leppie21-Jan-05 8:58
leppie21-Jan-05 8:58 
GeneralImageprocessing - Is there any color dropout algorithm for bitmap C# Pin
abcxyz8221-Jan-05 6:55
abcxyz8221-Jan-05 6:55 
Generalcalling events from a derived class Pin
Marc Clifton21-Jan-05 6:49
mvaMarc Clifton21-Jan-05 6:49 
GeneralRe: calling events from a derived class Pin
Nick Parker21-Jan-05 7:15
protectorNick Parker21-Jan-05 7:15 
GeneralRe: calling events from a derived class Pin
Corinna John21-Jan-05 7:19
Corinna John21-Jan-05 7:19 
GeneralRe: calling events from a derived class Pin
Heath Stewart21-Jan-05 7:24
protectorHeath Stewart21-Jan-05 7:24 
GeneralRe: calling events from a derived class Pin
Heath Stewart21-Jan-05 7:20
protectorHeath Stewart21-Jan-05 7:20 
GeneralRe: calling events from a derived class Pin
Marc Clifton21-Jan-05 7:27
mvaMarc Clifton21-Jan-05 7:27 
GeneralRe: calling events from a derived class Pin
Heath Stewart21-Jan-05 7:44
protectorHeath Stewart21-Jan-05 7:44 
GeneralAlternative view Pin
leppie21-Jan-05 9:10
leppie21-Jan-05 9:10 
GeneralOleDbDataReader Pin
Newbie_Toy21-Jan-05 6:19
Newbie_Toy21-Jan-05 6:19 
GeneralRe: OleDbDataReader Pin
Colin Angus Mackay21-Jan-05 6:54
Colin Angus Mackay21-Jan-05 6:54 

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.