Quantcast
Channel: SCN : Unanswered Discussions - Process Integration (PI) & SOA Middleware
Viewing all articles
Browse latest Browse all 6719

Need help reg Synchronous SOAP Axis Sender Adapter

$
0
0


Hi All,

 

We are using AXIS sender adapter for a synchronous interface. I have selected the Transport Protocol as 'Servlet' and Message Protocol as 'Axis'.

 

I have posted the message from SOAP UI using url in below format

 

"http://host:port/XIAxisAdapter/MessageServlet?senderService=<<SenderService>&interface=<SenderInterface>&interfaceNamespace=<InterfaceNamespace>"

 

Message is getting posted and am getting response back. I am using xslt mapping to built the entire message in SOAP 1.2 format.

But the response is coming in SOAP 1.1 format.

I need it in SOAP1.2 format.

 

Present format

 

<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"

xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

   <soapenv:Body>

      <soap12:Fault xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">

    

 

.....

      .....  

 

/soap12:Fault>

   </soapenv:Body>

</soapenv:Envelope>

 

Expected Format

 

<soap12:Envelope xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">

<soap12:Header />

<soap12:Body>

<soap12:Fault>

....

...

....

</soap12:Fault>

</soap12:Body>

</soap12:Envelope>

 

Any help reg above will be highly appreciated. Also i want to know where can we mention SOAP formet in SOAP axis sender adapter.

 

 

Regards,

Sudhasree


Viewing all articles
Browse latest Browse all 6719

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>