i develope a soap server but now i had one problem , problem is SOAP ENV and SOAP BODY .. my client request form is without soapenv and soapbody only have a values..
after excute then my module export message is 'Unable to create envelope from given source because the root element is not named Envelope'
but client form could not change..
client form
<?xml version="1.0" encoding="UTF-8"?>
<ns1:inputSOATest xmlns:ns1="http://javainuse.com">
<ns1:requestSet>
<ns2:userInfo xmlns:ns2="http://schemas.datacontract.org/2018/08/SscntBigdata.userInfo">
<ns2:EMPID></ns2:EMPID>
<ns2:SINGLEID/>
<ns2:EPID/>
<ns2:NAME></ns2:NAME>
<ns2:ENGNAME></ns2:ENGNAME>
<ns2:EMPTYPE>PAA</ns2:EMPTYPE>
<ns2:LVABSENCE/>
<ns2:RETIRE/>
<ns2:EMAIL/>
<ns2:TELNUM/>
<ns2:MBPHONE/>
<ns2:BSCADDR></ns2:BSCADDR>
<ns2:ZZBUKRS>J604</ns2:ZZBUKRS>
<ns2:DEPTNM>
<ns2:DEPTNM> China RMD BPL Part</ns2:DEPTNM>
<ns2:SPRAS>1</ns2:SPRAS>
</ns2:DEPTNM>
<ns2:DEPTNM>
<ns2:DEPTNM> BPL Part</ns2:DEPTNM>
<ns2:SPRAS>3</ns2:SPRAS>
</ns2:DEPTNM>
<ns2:PDEPTNM>
<ns2:PDEPTNM></ns2:PDEPTNM>
<ns2:SPRAS>3</ns2:SPRAS>
</ns2:PDEPTNM>
<ns2:PDEPTNM>
<ns2:PDEPTNM></ns2:PDEPTNM>
<ns2:SPRAS>E</ns2:SPRAS>
</ns2:PDEPTNM>
<ns2:CORPNM>
<ns2:CORPNM>ion Trading</ns2:CORPNM>
<ns2:SPRAS>E</ns2:SPRAS>
</ns2:CORPNM>
<ns2:CORPNM>
<ns2:CORPNM>Trading</ns2:CORPNM>
<ns2:SPRAS>3</ns2:SPRAS>
</ns2:CORPNM>
<ns2:JOBNM>
<ns2:JOBNM></ns2:JOBNM>
<ns2:SPRAS>3</ns2:SPRAS>
</ns2:JOBNM>
<ns2:JOBGRDNM>
<ns2:JOBGRDNM>()</ns2:JOBGRDNM>
<ns2:SPRAS>3</ns2:SPRAS>
</ns2:JOBGRDNM>
<ns2:JOBGRDNM>
<ns2:JOBGRDNM></ns2:JOBGRDNM>
<ns2:SPRAS>1</ns2:SPRAS>
</ns2:JOBGRDNM>
</ns2:userInfo>
</ns1:requestSet></ns1:inputSOATest>
how do i can it?
Aucun commentaire:
Enregistrer un commentaire