Search

You searched for the word(s): userid:755485

Matching Posts

  • Re: conrol with web service

    Hi allen(and everyone) I wrote a very large answer & then got the answer (and earase it)... The problem was that I could only added service reference(WCF) and not web service as i am used to, & working with WCF should be kindly different. While i was writing the answer I made a simple prototype of a web server project ,then while I add the service reference--> on the advence button I saw an option to add the service reference as web service reference ,from here I should know what to do
    Posted to Custom Server Controls (Forum) by talg on 10/12/2009
  • conrol with web service

    Hi I would like to create a web control (which inherit from the standart Menu web control), I want this control to be compiled and published as dll ,and that the gui programer could drag it from the left tool bar menu,Because there are some more controls needed,I created a new "asp.net server control" project, The controls are well compiled and a lot of new and overload logic was succefuly implemented, Now the question is : I would like to connect the control to an exissting web service
    Posted to Custom Server Controls (Forum) by talg on 10/9/2009
  • Re: buisness object -

    Hi Jhon, I dont think that i made a mistake ,My Web service has a reference to a dll,But as a return type (from the web service) wsdl automaticly treat it as WebserviceNameSpace.Classname. Tal
    Posted to XML Web Services (Forum) by talg on 8/20/2009
  • Re: buisness object -

    Hi - tnx for the patient (Im felling you loosing it) I read carefully all your answer - and i might lost something 1. My original problem was that i wanted my web service to return and accept buisness object (with constructors supporting from my web site). since method/constructor are not serilized by xml/soap I asked mydelf how should i tweek it? 2. By the explanation i got here ,I belive that i was told to create the B-object under a new project,and reference the webservice to that DLL,and the
    Posted to XML Web Services (Forum) by talg on 8/20/2009
  • Re: buisness object -

    Hi, I thought I understood your answer(paragraph 2). 1. I created a nice class library ,with nice methods and constructors (let say class person, under name space:Buisnessobject). 2. I add a reference to that project from my web service, and then set the web methods to accept and return the buisness classes [webmethod] public BuisneesProj.person Demo(BuisneesProj.person p1){ } 3 I attched the class library proj dll to my web site and created an instanse of my buisness object BuisneesProj.person MyPerson
    Posted to XML Web Services (Forum) by talg on 8/19/2009
  • Re: return and send objects to web service

    Hi I relly relyl sappriciate your answer, I will re- explain my question now clearly(because i m not sure about the answers). 1. I have a web service with a web method which accept a parameter of type person(buisness object). E.G: [webMethod] public void GetPerson (Person p){ } 2. I have a different web site,I added a web reference to the WS and now I can see class Person which was created on the web service,I can see the properties as well ,and create a new instance , E.G: localhost.Person P= new
  • buisness object -

    Hi.hello 1. I have a web service with a web method which accept a parameter of type person(buisness object). E.G: [webMethod] public void GetPerson (Person p){ } 2. I have a different web site,I added a web reference to the Web site and now I can see the class Person which was created on the web service,I can see the properties as well ,and even create a new instance , E.G: localhost.Person P= new localhost.Person(); P.name="Myname..."; 3. If i understood it well the wsdl file on my website
    Posted to XML Web Services (Forum) by talg on 8/17/2009
  • Re: buisness object -

    tnx
    Posted to XML Web Services (Forum) by talg on 8/17/2009
  • return and send objects to web service

    Hello everyone Im deploying web service which have some data object,let say that person is a defined object which is an accept parameter from one of the servicesmethod, [webmethod] public Person[] getAllRelatedPersons(Person ){ } when Im on the client(web site) I can see the person class and can create instance of it (base on my wsdl file) But there is only a default constructor (parameterless). I would like to be able to watch all his constructor but they actully 'erased' My prblem is the
Page 1 of 8 (73 items) 1 2 3 4 5 Next > ... Last »