soap 와 soapenv xml 예

5364 단어 자바
soap 은 다음 과 같 습 니 다:
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:tem="http://tempuri.org/">
    <soap:Header/>
    <soap:Body>
        <tem:BillnoteClipInitialization>
            <tem:json>
            {}
            tem:json>
        tem:BillnoteClipInitialization>
    soap:Body>
soap:Envelope>

soapenv 는 다음 과 같 습 니 다:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">
    <soapenv:Header/>
    <soapenv:Body>
        <tem:BillnoteClip>
            <tem:json>
            {}
            tem:json>
            <tem:type>settem:type>
        tem:BillnoteClip>
    soapenv:Body>
soapenv:Envelope>

좋은 웹페이지 즐겨찾기