Send XML message to Peoplesoft
Hi ,
I am trying to send XML message to Peoplesoft instance/database. I configured from the peoplesoft side to receive the message using integration broker. But i don't know how to send message from the Dot net. One of the blog gave me the solution to send message using Component Interface but in my case i am not using the component interface. I pasted here my code. If any one knows the solution to solve my problem please update here.
MCTEST_TypeShape mcTest = new MCTEST_TypeShape();
MCTEST.ADDRESS1_TypeShape MCADD1 = new MCTEST.ADDRESS1_TypeShape();
MCTEST.ADDRESS2_TypeShape MCADD2 = new MCTEST.ADDRESS2_TypeShape();
MSGNODENAME_TypeShape msgnode= new MSGNODENAME_TypeShape();
MCTESTMsgDataRecord_TypeShape mcrecord = new MCTESTMsgDataRecord_TypeShape();
String prd = prod.Text;
String dsr= desr.Text;
MCADD1.Value = prd;
MCADD2.Value = dsr;