Got error - Order view not found trying to use Web Service UpdateOrder
edited Jun 14, 2011 8:50AM in Order and Service Management (Communications Industry) (MOSC) 1 commentAnswered
Using Web Services UpdateOrder got following error response
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<env:Body>
<env:Fault xmlns:ord="http://xmlns.oracle.com/communications/ordermanagement">
<faultcode>ord:fault</faultcode>
<faultstring/>
<faultactor>unknown</faultactor>
<detail>
<InvalidViewFault xmlns="http://xmlns.oracle.com/communications/ordermanagement">
<Description>Order view not found</Description>
<View>mtask</View>
</InvalidViewFault>
</detail>
</env:Fault>
</env:Body>
</env:Envelope
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<env:Body>
<env:Fault xmlns:ord="http://xmlns.oracle.com/communications/ordermanagement">
<faultcode>ord:fault</faultcode>
<faultstring/>
<faultactor>unknown</faultactor>
<detail>
<InvalidViewFault xmlns="http://xmlns.oracle.com/communications/ordermanagement">
<Description>Order view not found</Description>
<View>mtask</View>
</InvalidViewFault>
</detail>
</env:Fault>
</env:Body>
</env:Envelope
0