Link to home
Start Free TrialLog in
Avatar of JElster
JElsterFlag for United States of America

asked on

Web Service - How can I get the SOAP Envelope XML ?

Hi..
I have a basic webservice. A user is asking for the SOAP Env. (XML)
How can I retrieve it from  my service.  I'm not clear what they are using to access the service.

Should be something like this

<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetIncomeReport xmlns="http://tempuri.org/">
      <RequestContext xmlns="">
ASKER CERTIFIED SOLUTION
Avatar of Monica P
Monica P
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial