cancel
Showing results for 
Search instead for 
Did you mean: 

Not getting SOAP Response

former_member188353
Participant
0 Kudos

Hi All,

i'm giving the SOAP Request below,

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ptp="Http://Westcon.com/ptp">

   <soapenv:Header/>

   <soapenv:Body>

      <ptp:MT_ProductAvailability_Request>

         <WestconAvailabilityRequest>

            <WestconMetadata>

               <SourceSystem>HABILIS</SourceSystem>

               <TimeStamp>2015-05-04T15:40:14.000Z</TimeStamp>

               <OperationType>Get</OperationType>

               <Culture>E</Culture>

               <TransactionID>Customer Pricing 1.0</TransactionID>

            </WestconMetadata>

            <CurrencyCode>USD</CurrencyCode>

            <Customer>

               <CustomerNumber>0001000044</CustomerNumber>

               <SalesOrganization>2000</SalesOrganization>

               <DistributionChannel>01</DistributionChannel>

               <Division>01</Division>

            </Customer>

            <Products>

               <!--1 or more repetitions:-->

               <Product>

                  <ProductUID>MGX-8950-AC-R</ProductUID>

               </Product>

            </Products>

         </WestconAvailabilityRequest>

      </ptp:MT_ProductAvailability_Request>

   </soapenv:Body>

</soapenv:Envelope>

But i'm not getting the Response.Here i'm giving the response whatever i'm getting.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>

<head>

  <title>Error Report</title>

<style>

td {font-family : Arial, Tahoma, Helvetica, sans-serif; font-size : 14px;}

A:link {color : #0059AA;}

A:visited {color : #999999;}

A:active {color : #999999;}

</style>

</head>

<body marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" rightmargin="0">

<table width="100%" cellspacing="0" cellpadding="0" border="0" align="left" height="75">

<tr bgcolor="#FFFFFF">

    <td align="left" colspan="2" height="48"><font face="Arial, Verdana, Helvetica" size="4" color="#666666"><b>  405 &nbsp Method Not Allowed</b></font></td>

</tr>

<tr bgcolor="#3F73A3">

    <td height="23" width="84"><img width=1 height=1 border=0 alt=""></td>

    <td height="23"><img width=1 height=1 border=0 alt=""></td>

    <td align="right" height="23"><font face="Arial, Verdana, Helvetica" size="2" color="#FFFFFF"><b>SAP NetWeaver Application Server 7.11 / AS Java 7.11 </b></font></td>

</tr>

<tr bgcolor="#9DCDFD">

    <td height="4" colspan="3"><img width=1 height=1 border=0 alt=""></td>

</tr>

</table>

<br><br><br><br><br><br>

<p><font face="Arial, Verdana, Helvetica" size="3" color="#000000"><b>  Error: HTTP method POST is not supported by this URL<p><font face="Arial, Verdana, Helvetica" size="2" color="#000000"><b>  Troubleshooting Guide <a href="https://sdn.sap.com/irj/sdn/wiki?path=/display/JSTS/Home">https://sdn.sap.com/irj/sdn/wiki?path=/display/JSTS/Home</a></p><p></b></font></p>

<p><font face="Arial, Verdana, Helvetica" size="2" color="#000000"><table><tr><td valign="top"><b> Details:</b></td><td valign="top"><PRE>No details available</PRE></font></td></tr></table></font></p>

</body>

</html>

Please anyone suggest me the solution why it is failed??

Thanks,

Prasad.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184720
Active Contributor
0 Kudos

What is the URL you are using? Make sure that you have configured the URL properly(it's not the WSDL url but the endpoint URL)

You can even test your webservice from SOAP UI and if you are getting the proper response..

former_member188353
Participant
former_member184720
Active Contributor
0 Kudos

Please explain the issue properly... What is your interface?.. where are you getting this error..?

Provide some screenshots if possible..

former_member188353
Participant
0 Kudos

Sure Hareesh,

We have a scenario SOAP TO PROXY, when ever i give the payload(request) as give above  in SOAP UI  i'm getting the Error which is given above. i'm unable to get the response.

Issue is not getting the Responce....

Thanks,

former_member184720
Active Contributor
0 Kudos

What is the target URL that you see in SOAP UI? (You should find this at the top)

Are you able to access it successfully? I believe something wrong with your endpoint URL itself.

And what is the status of this message in PI? Check the corresponding SOAP sender channel.

>>>Issue is not getting the Responce....

In order to confirm that first make sure that your request is being received by PI. If so you can details in PI monitoring screens.(RWB)