cancel
Showing results for 
Search instead for 
Did you mean: 

Web service has sent an empty response

Former Member
0 Kudos

Hi,

Its a soap to soap scenario .I sent a request using altova xml spy and got an empty response.

There is no xi message in sxmb_moni .

The sender soap channel is running and shows no message in runtime workbench.

The receiver soap channel status is "channel started but inactive /uninitialised"

Can you tell me how to proceed?

thanks a lot,

Ramya

Accepted Solutions (1)

Accepted Solutions (1)

former_member200962
Active Contributor
0 Kudos

Just Start/ Stop the channels in RWB.

Are you able to see the messages in SXMB_MONI?

Former Member
0 Kudos

Hi Abhishek,

I started and stopped both the channels and sent a new soap request.I got an empty response again .And there is no message in sxmb_moni.

former_member200962
Active Contributor
0 Kudos

No Message in SXMB_MONI ...check if your TRACE level is set at required level: /people/michal.krawczyk2/blog/2005/05/10/xi-i-cannot-see-some-of-my-messages-in-the-sxmbmoni

can you post the URL format which you are using to send the message using the SOAP tool?

You can even try the below mentioned URL format:

http://<IPAddress OR ServerName>:<PORT_No>/XISOAPAdapter/MessageServlet?channel=:<SenderBusinessService>:<SenderSOAPCC>&version=3.0&Sender.Service=<SenderBusinessService>&Interface=<SenderInterfaceNamespace>%5E<SenderMI>

Regards,

Abhishek.

Former Member
0 Kudos

Hi,

I think logging synchronous messahes is not enabled in SXMB_ADM. Goto SXMB_ADM => Integration Engine configuration => change specific configuration data => LOGGING and LOGGING_SYNC category RUNTIME current value = 1 (active) .

Please check the blog:/people/michal.krawczyk2/blog/2005/05/10/xi-i-cannot-see-some-of-my-messages-in-the-sxmbmoni

Thanks,

Ramesh

Former Member
0 Kudos

Hi ,

The soap request now goes to XI. There is an error at the receiver soap channel in RWB.We see the same error in sxmb_moni.

SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: Virtual Interface Method >mt_request::http://eu3cg/pi/security< not supported

former_member200962
Active Contributor
0 Kudos
The soap request now goes to XI

How?

Virtual Interface Method >mt_request::http://eu3cg/pi/security< not supported

Check if the message structures included in MI, Mapping etc are proper....the error says that the adapter is not able to parse the mt_request ....so there is some error in configuration.

If this doesnt help then explain the steps that you have implemented to create/ configure this scenario.

Regards,

Abhishek.

Answers (1)

Answers (1)

samiullah_qureshi
Active Contributor
0 Kudos

Could you please let us know, how you made it to XI?

We are facing the same issue.