What does your .Net C# code look like?

Everything is wrapped with objects that Visual Studio should have generated.  
So you basically:

1) Instantiate a proxy object.  a.k.a. web reference.
  | 2) Then you'll instantiate a request object and populate it's parameters.
  | 3) Use the request object as the argument when calling the webmethod on the 
proxy object.
  | 4) It'll return a response object, unless an exception is getting thrown.
  | 5) You'll then use the acessors to see what's in the response object.
  | 
  | Are you seeing any exceptions with a try/catch clause around the webmethod 
call?   My biggest complaint about .Net is the lack of checked 
expections......oh well.
  | 
  | r,
  | Lance

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3905558#3905558

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3905558


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to