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
2 Years, 7 Months ago #14
SOAP message to HTTPListener _GEN_PRINT
Hello,
I am hoping you can answer my question on the Integration Broker example in Appendix B ( SOAP message to HTTP Listener. )

I am trying example sending a SOAP message from SENDMASTER to a Peoplesoft system per Appendix B in the Intergration Tools People Books.

Per example, I am doing the following:

1. The server URL is set to
myserver:myport/PSIGW/HttpListeningConnector

2. In the header, I have added the following:
SOAPAction: peoplesoft.com/EXAMPLE_SERVICE_OPR.v1/SOURCENODE//

And in the input section, the following soap message


Testing the HTTPListeningConnector. SOAP Message.




And finally, when I hit the POST button, it fails!

I has success with using HTTP Listener ( posting a non SOAP xml document as well as integrating with 2 P/S systems. )


The response whne I post a SOAP Document is

SOAP-ENV:Servernull
Integration Broker Response

20
158
55
Integration Gateway failed while processing the message.

ANONYMOUS

I have been following the steps indicated in the examples. However, did not perform any additional configuration steps before posting the SOAP message.

Any suggestions on why it is erroring out ?
The administrator has disabled public write access. _GOTOTOP
HH
 
2 Years, 7 Months ago #19
Re:SOAP message to HTTPListener _GEN_PRINT
My first guess is that your headers aren't right. They should look more like this:

Code:

MessageName:EXAMPLE_SERVICE_OPR
MessageType:Sync
From:SOURCENODE
Content-Type:text/xml
SOAPAction:#EXAMPLE_SERVICE_OPR#SOURCENODE



Why don't you try that and see if at least the error message changes.

BTW, The XML message didn't show up. I'm afraid my commenting system might be stripping it out. Could you try to post it again?
Last Edit: 2008/01/28 00:00 By brent.
User Offline
The administrator has disabled public write access. _GOTOTOP
brent
 
Moderator
Posts: 110
graph
2 Years, 7 Months ago #21
Re:SOAP message to HTTPListener _GEN_PRINT
brent,

Please ignore my earlier email.
Your suggestion did work for me ! I had to include the version in the Service Operation and the message.


In fact, it worked with the following header too. In the spirit of sharing as you have generously set an outstanding example for all of us to emulate ( including insecure coders like me )

Option 1
========
Content-type: text/xml; charset=UTF8
SOAPAction: #EXAMPLE_SERVICE_OPR.v1#SOURCENODE

Option 2
========

Content-type: text/xml; charset=UTF8
SOAPAction: #EXAMPLE_SERVICE_OPR.v1#SOURCENODE##

Option 3
========

MessageName:EXAMPLE_SERVICE_OPR.VERSION_1 MessageType:Sync From:SOURCENODE
Content-Type:text/xml SOAPAction:#EXAMPLE_SERVICE_OPR.v1#SOURCENODE
User Offline
The administrator has disabled public write access. _GOTOTOP
hee4haw
 
Fresh Boarder
Posts: 11
graphgraph
2 Years, 7 Months ago #22
Re:SOAP message to HTTPListener _GEN_PRINT
Now that I got everything to work, here is a PeopleBooks question related to the topic.

In step 3 per peopleboooks in the soap header, the following should be added

Code:

[b]SOAPAction: http://peoplesoft.com/EXAMPLE_SERVICE_OPR.v1/SOURCENODE//[/b]


Notice the 'peoplesoft.com' . If I include our WS server and port with slash as the serparator, it does not work.

I would like to think there is a reason they have included this step.
Any thoughts from your end ?
User Offline
The administrator has disabled public write access. _GOTOTOP
hee4haw
 
Fresh Boarder
Posts: 11
graphgraph
2 Years, 7 Months ago #38
Re:SOAP message to HTTPListener _GEN_PRINT
No thoughts here
User Offline
The administrator has disabled public write access. _GOTOTOP
brent
 
Moderator
Posts: 110
graph
2 Years, 3 Months ago #179
Integartion Gateway failed _GEN_PRINT
When we tried to Expose the WSDL link to the Third party we are getting the error as

1)www.soapclient.com/SoapClient:We are sorry, the requested operation failed. The server returned the following messages

Error Message: The Integartion Gateway has failed while processing the data.

2)SOAP client version 1.0 :
20
10201 error
Integartion Gateway failed while processing data.

We are using Altova XMLSPY 2005 version

Please respond to this as quickly as possible and send your replies to my mail.


Thank u in advance.
The administrator has disabled public write access. _GOTOTOP
Sandhya
 
Go to topPage: 123
Back to Top