Hi Abhishek
I put the stacjk trace ...The exception that i am getting is javax.xml.ws.WebServiceException: Unsupported endpoint address
Hmm.. not that sounds a bit strange.. since the exception message talks about an unsupported 'endpoint address'..:
Original web service is --------------------------------------
- <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/";
...
- <wsdl:message name="processProspectDetails">
<wsdl:part name="parameters" element="tns:processProspectDetails" /> </wsdl:message>
- <wsdl:message name="processProspectDetailsResponse">
  <wsdl:part name="parameters" element="tns:processProspectDetailsResponse"
/> </wsdl:message>
....
Are you or your company or your client developing this same business service? If so I strongly recommend that you ask them to use XML as XML, instead of Strings..
The problem is that my proxy web service does not accept xml document as a
input..
Yes, the xml declaration inside the payload could also be a problem.. you will need to put the whole payload into a CDATA section AFAIK..

cheers
asankha

--
Asankha C. Perera
http://adroitlogic.org

http://esbmagic.blogspot.com

Reply via email to