cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP request error (@pi_ClientID missing)

Former Member
0 Kudos

Hi,

I have a scenario where we are sending data to third party via SOAP webservice call.

The HRXML is being sent via SOAP webservice call but request is not processed.

when request is sent it is throwing following error.

Error while dispatching hrxml [ Server was unable to process request. --> Procedure or function 'sp__LogMessage' expects parameter '@pi_ClientID', which was not supplied.   at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
   at
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
   at
DispatchService.HRISMessageRouter.MessageRouter.Route(String HRXML)
   at
DispatchService.DispatchMessage.Dispatch(String HRXML)]

What is this parameter '@pi_ClientID' ? In the request structure there is no parameter by that name to be sent.

Do we need to configure it somewhere in adapter ?

Please need inputs on this.

Thanks,

Vinayak.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi ,

Any solutions or suggestions on this question?

Thanks,

Vinayaka

Former Member
0 Kudos

Hello,

Did you try testing the WS using SOAP UI?

Thanks

Amit Srivastava

Former Member
0 Kudos

Hi Amit,

Both in SOAP UI and through interface we are getting the same error.

Thanks,

Vinayaka Akkasali.