Forum Discussion

AA_2646's avatar
AA_2646
Icon for Nimbostratus rankNimbostratus
Nov 23, 2010

Remote procedure call parameters changed

I have my Application server behind F5. The application protocol is WCF - NetTcpBinding.

 

 

The parameters of the method call changed

 

 

from

 

processMethod(String, String, Int32)

 

to

 

processMethod( String, String, String)

 

 

 

Now the communication does work and throws an exception.

 

 

The existing service works fine, but when upgrade and install to new application service, it does not work.

 

 

Any thing doing wrong here?

 

 

Thanks

 

1 Reply

  • Hi AA,

     

     

    What F5 product/module are you using to pass this traffic? How is the traffic being passed through the F5?

     

     

    Aaron