User Profile

Collapse

Profile Sidebar

Collapse
Sinex
Sinex
Last Activity: May 17 '07, 11:38 AM
Joined: Apr 26 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Sinex
    started a topic Controlling what goes into the SOAP message

    Controlling what goes into the SOAP message

    Hi,
    Below is that actual SOAP message I want to send as a response. Is it possible to hardcode this as a string and send it across? How do I do it? What classes do I need to use?

    <!--getVersion response-->
    <?xml version='1.0' encoding='UTF-8'?>
    <soapenv:Envelo pe xmlns:soapenv=" http://schemas.xmlsoap .org/soap/envelope/">
    <soapenv:Head er />
    <soapenv:Body >...
    See more | Go to post

  • Sinex
    replied to Hardcoding and sending soap responses...
    in XML
    Yes...pls move the thread to an appropriate forum! Thanks a lot!...
    See more | Go to post

    Leave a comment:


  • Sinex
    replied to web service - returning array of custom type
    in XML
    yes, the ArrayOfEmployee is generated automatically. Whereas I want my output to be:

    [html]- <EmployeeList xmlns:xsi="http ://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http ://www.w3.org/2001/XMLSchema" xmlns="http://tempuri.org/">
    - <employee>
    <FirstName>Robi n</FirstName>
    <LastNameName>S harma</LastName>
    </employee>
    ...
    See more | Go to post

    Leave a comment:


  • Sinex
    started a topic web service - returning array of custom type
    in XML

    web service - returning array of custom type

    Hi,
    I have the following type definition in my wsdl.

    [html]<xs:complexTy pe name="employeeT ype">
    <xs:all>
    <xs:element name="FirstName " type="xs:string " />
    <xs:element name="LastName" type="xs:string " />
    </xs:all>
    </xs:complexType>[/html]

    Then I have this definition for a list(array) of employees:...
    See more | Go to post

  • Sinex
    started a topic Hardcoding and sending soap responses...
    in XML

    Hardcoding and sending soap responses...

    Hi,
    I need to develop a simulator for my webservice. This simulator will be used by the clients development team.

    Client has given me a wsdl file. My simulator has to be a web service itself. Simulator has to accept requests from the client and send back hardcoded responses. I've also been asked to use https.

    The wsdl lists out the operations. So I guess I have to make one WebMethod for each of the operations?...
    See more | Go to post
No activity results to display
Show More
Working...