Deepal Jayasinghe-2 wrote:
> 
> Are you tying to invoke one-way operation ? if so you need to use
> sendRobst or fireAndForget methods in the servcieclient. First check
> whether the service has a return value, you may check that using WSDL
> or by looking at the class.
> 
> Thanks,
> Deepal
> 
> 

There is a method that takes no arguments and returns a string that I am
testing with. It is failing too. The other methods are void but .NET
generates a return value of XmlNode, and the client code generates response
classes anyway. 

However, I am confused. I'm not sure whether calling "sendRobst or
fireAndForget methods in the serviceclient" are within my control when I am
using the generated proxy client code. Is the generated client code no
longer a supported path? It was still in the user guide. 

I had a few other ideas. From the documentation, it is apparent that you
need all the jars on the classpath to run. Is there any configuration needed
or available when running client? The samples don't seem to use it. 

I know there is an axis2.bat, but it doesn't seem to do anything for me
other than show the usage for the java command. 
C:\InfDig\CGXIT\src\CJPConversionStatus\bin>"C:\Program
Files\Java\jdk1.6.0_13\bin\java"  -Djava.ext.dirs="C:\Java\Axis2
-1.5\lib\" -Daxis2.repo="C:\Java\Axis2-1.5\repository"
-Daxis2.xml="C:\Java\Axis2-1.5\conf\axis2.xml" com.infdig.cjp.con
vert.test.TestAdbclients
Usage: java [-options] class [args...]
           (to execute a class)
   or  java [-options] -jar jarfile [args...]
           (to execute a jar file)

The other idea is that some obscure security setting somewhere on my Windows
XP box. It is all localhost and port 8080 or 1438, but you never know.


 
 


-- 
View this message in context: 
http://www.nabble.com/The-input-stream-for-an-incoming-message-is-null-tp24067861p24077108.html
Sent from the Axis - User mailing list archive at Nabble.com.

Reply via email to