cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP to SOAP scenario issue

former_member197830
Participant
0 Kudos

Hi All,

I have a soap to soap scenario and I have generated sender wsdl from sender agreement and it's working from PI side(I have used SOAP UI toll for testing and testing looks in SOAP UI) and I have given same sender WSDL url to sender business team and from there side they got below error.

org.apache.cxf.transport.http.HTTPException: HTTP response '405: Method Not Allowed' when communicating with http://test346:50000/dir/wsdl?p=sa/19385c63861b3f654eea26528

Can any one help me on above issue ?

Thank you,

Narasaiah T

Accepted Solutions (1)

Accepted Solutions (1)

manoj_khavatkopp
Active Contributor
0 Kudos

Don't provide this URL :http://test346:50000/dir/wsdl?p=sa/19385c63861b3f654eea26528 as this is not static , you can give the URL which is present inside WSDl file or when you upload the WSDl file SOAP UI extracts the URL automatically you can provide that URL to the third party.

Answers (1)

Answers (1)

former_member197830
Participant
0 Kudos

Hi All,

One more issue is for request we getting one SOAP envelope and response I am getting another SOAP envelope please find the below snapshot.

SAP PI soap tag differences for request and response

Request soap tag : <soapenv:Envelope xmlns:soapenv

Response soap tag : <SOAP:Envelope xmlns:SOAP

why it's generating soap envelopes like that and I need response soap envelope tag also like request envelope tag.

Thank you,

Narasaiah T

manoj_khavatkopp
Active Contributor
0 Kudos

the soap envelope is predefined by SOAP adapter if you wish to have custom soap envelope then u have to do it in mapping via java/xslt and then use option "No soap envelope" in sender channel