cancel
Showing results for 
Search instead for 
Did you mean: 

ADAPTER ERROR

Former Member
0 Kudos

Hi experts,

My soap sender adapter is showing below error.

it was showing error "error occured" only where can check the error information fully.

I checked under RWB--> Component Monitoring ---> CC Monitoring I checked

Here CC status is in red, it was showing "error occured" only

please let me know what is the problem

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

1. Make sure you have designed the interface correctly

2. Make sure you have provided the URL correctly. You can make use of this blog to help you - /people/stefan.grube/blog/2006/09/21/using-the-soap-inbound-channel-of-the-integration-engine

other ref: /people/shabarish.vijayakumar/blog/2007/11/07/walkthrough--soap-xi-rfcbapi

Former Member
0 Kudos

Hi,

I am trying to Test WSDL using Altova XML spy i am getting below error:

HttpError: Could not post file

'/XISOAPAdapter/MessageServelet?channel=:Ser_HSFOFX:CC_SOAP_SEND_FWDFX&version=3.0&Sender.

Service=Ser_HSFOFX&Interface=http:%3A%2F%2Ftuas.com%2Fxi%2Fbilling%2HSFOFX%5EMI_OS_FWDFX_BILLING on server'tuasdxidb'(500)

After this i am getting Error sending SOAP data

after this I am getting : java.security.AccessControlException: SRINIVAS has no permission for accessing binding com.sap.aii.af.service.cpa.Binding@c2eaf0e5

Here my scenario is SOAP sender synchronous.

plz telll me what is the problem how can i overcome this problem.

Former Member
0 Kudos

Hi,

I thing your message servlet having problem.Check that using the url,

http://<host>:<port>/XISOAPAdapter/MessageServlet?channel=:Ser_HSFOFX:CC_SOAP_SEND_FWDFX&version=3.0....

Service=Ser_HSFOFX&Interface=http:%3A%2F%2Ftuas.com%2Fxi%2Fbilling%2HSFOFX%5EMI_OS_FWDFX_BILLING

It should be with status ok.

If message servlet is not with status ok then your url might be wrong.

Regards,

Prakasu.M

Edited by: prakasu on May 20, 2009 5:30 PM

former_member181962
Active Contributor
0 Kudos

Hi Srinivas,

Please check this thread:

Regards,

Ravi

Former Member
0 Kudos

Srinivas,

Make sure the URL is as below.

http://host:port/XISOAPAdapter/MessageServlet?channel=party:service:channel

paste the url in browser and check wheather the url is correct or wrong.

Regards

Srinivas M

Former Member
0 Kudos

Srinivas

I think the issues is related to the SOAP call.

It could be one of the following.

1 Wrong URL (I mean wrong endpoint. )

2. Authorization required to get into that URL.

Befor proceeding any further with XI. Make sure it is working through an external client like XML Spy / Stylus Studio or SOAP UI

former_member200962
Active Contributor
0 Kudos
'/XISOAPAdapter/MessageServelet?channel=:Ser_HSFOFX:CC_SOAP_SEND_FWDFX&version=3.0&Sender.
Service=Ser_HSFOFX&Interface=http:%3A%2F%2Ftuas.com%2Fxi%2Fbilling%2HSFOFX%5EMI_OS_FWDFX_BILLING on server'tuasdxidb'(500)

the URL format is incorrect...have your URL as:

http://<hostname OR IP addr>:<portno>/XISOAPAdapter/MessageServlet?channel=:<SenderService>:<SenderSOAPCC>&version=3.0&Sender.Service=<senderService>&Interface=<senderNamespace>%5E<senderMI>

After this i am getting Error sending SOAP data
after this I am getting : java.security.AccessControlException: SRINIVAS has no permission for accessing binding com.sap.aii.af.service.cpa.Binding@c2eaf0e5

To avoid this error send your message from

RWB --> Component Monitoring ---> Integration Engine --> Test Message

regards,

Abhishek.

Answers (3)

Answers (3)

sunilchandra007
Active Contributor
0 Kudos

Hi,

These links may be helpful :-

1. Troubleshooting SOAP, HTTP and Mail Adapter Scenarios with TCPGateway

/people/stefan.grube/blog/2007/03/29/troubleshooting-soap-http-and-mail-adapter-scenarios-with-tcpgateway

2. Troubleshooting - RFC and SOAP scenarios

/people/shabarish.vijayakumar/blog/2008/01/08/troubleshooting--rfc-and-soap-scenarios-updated-on-20042009

3. Walkthrough - SOAP <-> XI <-> RFC/BAPI

/people/shabarish.vijayakumar/blog/2007/11/07/walkthrough--soap-xi-rfcbapi

Regards,

Chandra

former_member181962
Active Contributor
0 Kudos

After you go to:

RWB--> Component Monitoring ---> CC Monitoring

click on Use Filter.

Then you will get a list of all faulty adapters.

Click on the Short Log for your adapter.

Then scroll down to see a long text for the errors.

It may run over to multiple pages.

You can go to the last page to see the exact error.

Regards,

Ravi

former_member200962
Active Contributor
0 Kudos

what is in sxmb_moni?

Former Member
0 Kudos

Hi

I didn't get any thing in SXMB_MONI

but in CC monitoring this error is occured " request received for an unknown channel"

is this any WSDL error? bcz this is SOAP sender error?

Edited by: srinivasreddy p on May 20, 2009 12:02 PM

Former Member
0 Kudos

Hi,

This error could be wrong URL, Please check your URL properly and try again.

If the SOAP adapter channel belongs to a service without party, the address is as follows:

http://<host>:<j2ee-port>/XISOAPAdapter/MessageServlet?channel=:<service>:<channel>;

Abid Mazhar