cancel
Showing results for 
Search instead for 
Did you mean: 

Server did not recognize the value of HTTP Header SOAPAction

deviprasad_pothireddy
Active Participant
0 Kudos

Hi all,

I have developed the soap2soap scenario ( if webserive is existing on j2ee WAS,then it is working fine)

if the web service is existing on external system ( http://www.webservicex.net/CurrencyConvertor.asmx ) it is giving some error that is

/* sxi_monitor->

<SAP:AdditionalText>soap fault: System.Web.Services.Protocols.SoapException: Server did not recognize the value of HTTP Header SOAPAction: http://www.webservieX.NET/ConversionRate. at System.Web.Services.Protocols.Soap11ServerProtocolHelper.RouteRequest() at System.Web.Services.Protocols.SoapServerProtocol.Initialize() at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean& abortProcessing)</SAP:AdditionalText> */

ID:

i have created one business service for target system. In receiver tab it has the information about the targer MI info.( i.e. input-> ConversionRateSoapIn(http://www.webserviceX.NET/),output->ConversionRateSoapOut(http://www.webserviceX.NET/))

receiver comm chan: target url ->http://www.webservicex.net/CurrencyConvertor.asmx

proxy settings->

Default soap action-> www.webservieX.NET/ConversionRate

Please help me from this problem

Regards,

Deviprasad.

Accepted Solutions (0)

Answers (1)

Answers (1)

stefan_grube
Active Contributor
0 Kudos

There is a lack of a 'c':

"http://www.webservi<b>c</b>eX.NET/ConversionRate"

deviprasad_pothireddy
Active Participant
0 Kudos

what a keen observation! ( Now it is working fine )

Thanks,

Deviprasad.