> Is there any error log on the .NET side?
Hmm, may be, have to check
> I can't see anything really wrong with the Axis2 request. How did you
> generate the client?
As I mentioned xml part of request is fine. If I change headers it
works perfectly.
Client was generated by WSDL2Java
<target name="testjava">
<java classname="org.apache.axis2.wsdl.WSDL2Java"
classpathref="compile.classpath"
fork="true">
<!-- <arg value="-d"/>
<arg value="xmlbeans"/>-->
<arg value="-uri"/>
<arg value="http://localhost:3353/Service1.asmx?WSDL"/>
<arg value="${work}\test.wsdl"/>
<arg value="-o"/>
<arg file="${src}"/>
<arg value="-f"/>
<arg value="-s"/>
</java>
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]