TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Sasikumar S
NA
29
36.7k
Send XML message to Peoplesoft
Mar 15 2012 1:44 PM
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;
Reply
Answers (
0
)
Interface and Abstract class
Dictionary with a Point!!