Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Web Services / February 2005

Tip: Looking for answers? Try searching our database.

WebMethod returning a object in a COM dll

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
chirath@flashmail.com - 16 Feb 2005 13:30 GMT
Hi All

I have writen a web method(C#) which is to return an Serializable
object declared in a COM dll. The project compiles & but I am not
seeing any public properties of this returned object. In the WSDL file
I am not finding any details such as public properties of this complex
type how can i get this resolved???

Thanks
Chirath
Keenan Newton - 16 Feb 2005 16:04 GMT
Can we see what this web method looks like
chirath@flashmail.com - 17 Feb 2005 04:26 GMT
[WebMethod]
        [XmlInclude(typeof(Sabre.RTS.QuestionHandler.RTSError))]
        public Sabre.RTS.QuestionHandler.RTSError BundleTransfer()
        {
............................//lot of bussiness logic
return new RTSError(........);
}

this RTSError is defined inside an COM+ dll
Keenan Newton - 17 Feb 2005 05:56 GMT
Is it serializable or XmlSerializable.  Web Services requires the
object to be XmlSerializable

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.