On Thursday, September 01, 2011 10:53:04 PM Amine El idrissi wrote:
> I get an error message when i run the class "SimpleService_P1_Client" after
> running in the class "SimpleService_P1_Service". The error message is showed
> in the attached image file. the wsdl file i use is also attached.
> so how can i resolve this problem.

The image didn't make it through the Apache filters.     There are two 
possibilities that I can think of off hand:

1) The address in the wsdl needs to be trimed:
 <soap:address location=" http://localhost:8080/ss/p1"; />
it has a leading space in it.


2) The generated client is just a sample starting point.  Prior to running it, 
you would need to edit it to fill in the data that you want sent.   By 
default, it just initializes things to null which is likely not valid.



-- 
Daniel Kulp
dk...@apache.org
http://dankulp.com/blog
Talend - http://www.talend.com

Reply via email to