operation Method invocation



Method parameter(s)

TypeValue
java.lang.Stringwer

Method returned

java.lang.String : "hello"

SOAP Request


<?xml version="1.0" encoding="UTF-8"?>
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
    <S:Header/>
    <S:Body>
        <ns2:operation xmlns:ns2="http://w/">
            <arg0>wer</arg0>
        </ns2:operation>
    </S:Body>
</S:Envelope>

SOAP Response


<?xml version="1.0" encoding="UTF-8"?>
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
    <S:Header/>
    <S:Body>
        <ns2:operation xmlns:ns2="http://w/">
            <arg0>wer</arg0>
        </ns2:operation>
    </S:Body>
</S:Envelope>