Hey thanks a lot for the suggestions..It is really helpful..
I will see to it to change the Web Services..

BUt Say if i have a sample web servuice taking a normal String as input and
returns an integer..
Can you tell me how to invoke it from java appluication using proxy service
of that web service.

Asankha C. Perera wrote:
> 
> 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
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Invoking-Synapse-from-Non-Axis-2-Client-tp21970007p21993984.html
Sent from the Synapse - User mailing list archive at Nabble.com.

Reply via email to