[Dev] SOAP response generation

2014-12-16 Thread Asok Perera
Hi, I need to create a SOAP response for a particular request as given below. Request : 1. ?xml version=1.0? s:Envelope xmlns:a=http://www.w3.org/2005/08/addressing; xmlns:s=http://www.w3.org/2003/05/soap-envelope; s:Header a:Action s:mustUnderstand=1

Re: [Dev] SOAP response generation

2014-12-16 Thread Inosh Perera
Hi Asok, You can use axis2 SOAPFactory to perform this. This might be helpful[1] [1] http://amilachinthaka.blogspot.com/2009/09/sending-arbitrary-soap-message-with.html Regards, Inosh On Wed, Dec 17, 2014 at 9:45 AM, Asok Perera as...@wso2.com wrote: Hi, I need to create a SOAP response for

Re: [Dev] SOAP response generation

2014-12-16 Thread Harsha Thirimanna
Hi, Are you going to prepare this response by manually ? Can you explain what is the actual requirement of doing this ? *Harsha Thirimanna* Senior Software Engineer; WSO2, Inc.; http://wso2.com * http://www.apache.org/* *email: **hars...@wso2.com* az...@wso2.com* cell: +94 71 5186770 , +94 *

Re: [Dev] SOAP response generation

2014-12-16 Thread Prabath Ariyarathna
Hi Asok. If you need to build a mock SOAP service you can use the SOAP UI[1]. [1] = http://www.soapui.org/Getting-Started/mock-services.html http://www.soapui.org/Getting-Started/mock-services.html On Wed, Dec 17, 2014 at 10:24 AM, Harsha Thirimanna hars...@wso2.com wrote: Hi, Are you going

Re: [Dev] SOAP response generation

2014-12-16 Thread Asok Perera
Hi, Thanks all. What I needed was implementing a service for a windows mobile client who sends that SOAP request. I had a chat with the team regarding this and for the above requirement I will go with a JAX-WS service for processing the SOAP request by the client. BR *Asok Aravinda Perera*