soap tool problem
Confluence User - 28 Mar, 2016
I'm using SOAP Tool to retrieve data from external system. And I test in SoapUI successfully. But failed in joget with log saying need 2 argument. Any expert here knows why?
code from SoapUI:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:test="urn:com.domain.report/Test_Webservice_ByJohnny">
<soapenv:Header/>
<soapenv:Body>
<test:Execute_Report>
<!--Optional:-->
<test:Report_Parameters/>
<!--Optional:-->
<test:Authentication>
<!--Optional:-->
<test:Proxy_User_Name>?</test:Proxy_User_Name>
</test:Authentication>
</test:Execute_Report>
</soapenv:Body>
</soapenv:Envelope>
soap