processPurchaseOrder return java.lang.nullpointerexception
first time to try BSSV. E910 .
succesfully to getPurchaseOrder. But keep getting Java.lang.nullpointerexception as faultstring and no idea what I miss. I just trying to create a VERY SIMPLE PO
Here is my SOUP . What am I missing?
:
:
:
<soapenv:Body>
<orac:processPurchaseOrder>
<header>
<businessUnit>8405</businessUnit>
<processing>
<actionType>1</actionType>
</processing>
<purchaseOrderKey>
<documentCompany>80405</documentCompany>
<documentTypeCode>OP</documentTypeCode>
</purchaseOrderKey>
<supplierAddress>
<supplier>
<entityId>5280374</entityId>
</supplier>
</supplierAddress>
</header>
</orac:processPurchaseOrder>
</soapenv:Body>
</soapenv:Envelope>