cancel
Showing results for 
Search instead for 
Did you mean: 

500 Internal Server Error for HTML->Webservice Scenario

Former Member
0 Kudos

Hi all,

In my Html->webservice scenario, I got the following error:

com/sap/xi/tf/_MM_SupportRequest_mt_To_SendSMSToI</SAP:P1><SAP:P2>com.sap.aii.utilxi.misc.api.BaseRuntimeException</SAP:P2><SAP:P3>Fatal Error: com.sap.engine.lib.xml.parser.Parser</SAP:P3><SAP:Stack>Während des Anwendungs-Mappings com/sap/xi/tf/_MM_SupportRequest_mt_To_SendSMSToI~ wurde eine com.sap.aii.utilxi.misc.api.BaseRuntimeException geworfen: Fatal Error: com.sap.engine.lib.xml.parser.Parser~.</SAP:Stack></SAP:Error>

What does it mean?

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Shabarish_Nair
Active Contributor
0 Kudos

>>> MAPPING.EXCEPTION_DURING_EXECUTE

Can you check your mapping ... it seems there is a visible error in the same.

Shabarish_Nair
Active Contributor
0 Kudos

also >>>Is it necessary to give Proxy Host, Port and username and password

If you have a proxy configured in your network then you will have to provide those details.

Usually this info can be found in your broswer properties.

Former Member
0 Kudos

Hi

Thanks for a quick reply, But now i got this now as a Result:

Result:

http-Status: 200 OK

Payload:

<?xml version="1.0" encoding="UTF-8"?>

<ns1:SupportResponse_mt xmlns:ns1="http://myqnx.com/demo/HTML"><MessageStatus><Provider></Provider><State></State><Status>Please enter correct from email address to send this

message</Status></MessageStatus></ns1:SupportResponse_mt>

=================

I have given FromEmailAddress in source to FromEmailAddress in target like that i have given one to one from source to that of in target....in Message Mapping(response).

The email address i have entered is correct i have entered like ganesh.jonna@gmail.com.

Thanks a lot

Former Member
0 Kudos

Hi,

I have checked this soapAction by opening in a IE browser

http://www.webserviceX.NET/SendSMSToIndia

and i got Page Cannot be found......What does it mean?

Help me

Thanks

Former Member
0 Kudos

Hi

I have also checked in Interface Mapping->Test

I entered all input params in Request but when i click Test, I found none of my entries here. what actually went wrong?

<?xml version="1.0" encoding="UTF-8"?>

<ns0:SupportRequest_mt xmlns:ns0="http://myqnx.com/demo/HTML">

<Header>

<ReceiptantMobileNumber/>

<FromEmailAddress/>

</Header>

<BodyItem>

<Message/>

<DeliveryDate/>

</BodyItem>

</ns0:SupportRequest_mt>

Help is highly appreciated

Thanks

Shabarish_Nair
Active Contributor
0 Kudos

please check if you have mapped the corresponding fields of the source to the target ... seems those fields are not mapped.

Former Member
0 Kudos

Hi,

Thanks for all your inputs. This time i got this, but i did not receice any message in my mobile.Why is it so? What else needs to be configured?

=============

Result:

http-Status: 200 OK

Payload:

<?xml version="1.0" encoding="UTF-8"?>

<ns1:SupportResponse_mt xmlns:ns1="http://myqnx.com/demo/HTML"><MessageStatus><FromEmailAddress>ganesh.jonna@gmail.com</FromEmailAddress><ReceiptantMobileNumber>9886549356</ReceiptantMobileNumber><Provider>Hutch</Provider><State>South</State><Status>Message has been sent successfuly</Status></MessageStatus></ns1:SupportResponse_mt>

Shabarish_Nair
Active Contributor
0 Kudos

Just went through the http://www.webservicex.net site.

i guess in india only the following networks are supported;

India - Essar Cell Phone,RPG Cellular

Former Member
0 Kudos

Hi,

Yes the WS works for sending msgs in India only. I am in India. The response i got says it was able to locate about my service provider as HUTCH and state as South, whiuch says that it is finding my mobile and it is said in WS specification that it has capability of sending msgs to mobiles. But still my mobile could not able to receive msgs.

Thanks a lot for helping.