SOAP namespace from SOAP request

Posted by BANSAL MOHIT on Stack Overflow See other posts from Stack Overflow or by BANSAL MOHIT
Published on 2010-04-09T02:30:58Z Indexed on 2010/04/09 2:33 UTC
Read the original article Hit count: 820

Filed under:

This request is generated when web service is called. Can you tell me what the namespace will be? I am confused

<?xml version="1.0" encoding="UTF-8"?>
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
    <S:Header/>
    <S:Body>
        <ns2:getNews xmlns:ns2="http://src/">
            <ticker>NASDAQ:INFY</ticker>
        </ns2:getNews>
    </S:Body>
</S:Envelope>

© Stack Overflow or respective owner

Related posts about soap