JDE Published BSSV webservice is not creating XML attributes
Hi All,
In JDE, I am trying to create a Published Business services and the WSDL should create XML structure with attributes. The issue is when i am deploying the BSSV in server i am getting lot of Java Exception error. but, it's working fine in Local fat client.
Please find the Soap Request XML in Below :
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:jp5="http://JP550020.bssv.e1.oracle/">
<soapenv:Header/>
<soapenv:Body>
<jp5:GetProductInfo>
<!--Optional:-->
<arg0>
<!--Optional:-->
<identifier2ndItem UOM1="EA" UOM2="EA" SRP1="?">9006</identifier2ndItem>
</arg0>
</jp5:GetProductInfo>
</soapenv:Body>
</soapenv:Envelope>