ERP Associates, Inc.

Solutions for People and their Software

Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottomPage: 123
TOPIC: SOAP message to HTTPListener
3 Years, 3 Months ago #287
post XML Messaging in sendmaster utility or simple _GEN_PRINT
I need to post XML Messaging in sendmaster utility or simple post utility in HRMS 8.8/8.44.

Can someone please help me with the steps involved in it..Or is any documentation is available for the same so that i can test/post XML Messaging with a third party system which is my actual task.


Thanks in advance.
The administrator has disabled public write access. _GOTOTOP
prabhu
 
3 Years, 3 Months ago #290
Re:post XML Messaging in sendmaster utility or simple _GEN_PRINT
You'll find sendmaster in your $PS_HOME/sendmaster directory. Here's the quick and dirty guide to how to use it:

1) Edit StartSendMaster.BAT. Add this line near the top of the script to set your PS_HOME (assuming it's not already set, mine never is):

set PS_HOME=c:\apps\pt849

2) Double-click StartSendMaster.bat to launch send master.

3) Put the URL you want to post to in the Server URL. Copy/Paste the XML you want to post to sendmaster in the Input File area. Make sure the headers say what you want (Content-type: text/xml; charset=UTF8), and click Post.

4) Review the responses in the Output Information tab.
User Offline
The administrator has disabled public write access. _GOTOTOP
brent
 
Moderator
Posts: 117
graph
3 Years, 3 Months ago #292
Re:post XML Messaging in sendmaster utility or simple _GEN_PRINT
Thanks for that..Brent Martin.
Its getting posted fine and i get the responses in the Output Information tab as well.
I am not able to figure out where exactly should i need to browse in the PIA and monitor or ensure that my XML is posted successfully..

Please help with a solution..
Thanks.
User Offline
The administrator has disabled public write access. _GOTOTOP
prabhugsp
 
Fresh Boarder
Posts: 4
graphgraph
3 Years, 3 Months ago #293
Re:post XML Messaging in sendmaster utility or simple _GEN_PRINT
Thanks for that..Brent Martin.
Its getting posted fine and i get the responses in the Output Information tab as well.


But IN PIA....Main Menu > PeopleTools > Integration Broker > monitoring >Asynchronous services (as iam using async) > MONITOR OVERVIEW tab, I am not able 2 find anyvalues under results.

I am not able to figure out where exactly should i need to browse in the PIA and monitor or ensure that my XML is posted successfully..

Please help with a solution..
Thanks.
User Offline
The administrator has disabled public write access. _GOTOTOP
prabhugsp
 
Fresh Boarder
Posts: 4
graphgraph
3 Years, 3 Months ago #295
Re:post XML Messaging in sendmaster utility or simple _GEN_PRINT
I get the below error in output information tab..(Integration Gateway Error) after i load the xml file and click post..However i have mentioned the correct server URL, and in the headers tab: Requesting node,ext.operation name and operation type


<?xml version="1.0"?><IBInfo><Status><StatusCode>20</StatusCode><MsgSet>158</MsgSet><MsgID>10409</MsgID><DefaultTitle>Integration Gateway Error</DefaultTitle></Status><AttachmentSection ResponseAsAttachment="N"></AttachmentSection></IBInfo>


do we need any peoplecode written for messaging to get it right?
User Offline
The administrator has disabled public write access. _GOTOTOP
prabhugsp
 
Fresh Boarder
Posts: 4
graphgraph
3 Years, 3 Months ago #296
Re:post XML Messaging in sendmaster utility or simple _GEN_PRINT
Take look at errorLog.html on your web server. I believe it's down the path applications/PSIGW.

You can also view it online at <PSWEBSERVER>:<psport>/PSIGW/errorLog.html, but the web server sometimes caches it after the first viewing and you won't get subsequent messages so watch out for that.
User Offline
The administrator has disabled public write access. _GOTOTOP
brent
 
Moderator
Posts: 117
graph
Go to topPage: 123
Back to Top