Martin,
It appears you might be using an authenticating proxy. In particular, you will have problems if is requires NTLM authentication. Only in Java 1.4.2 and higher does the JDK support this.
Check out the following for more info:
http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/A
Silly suggestion. If you can download the WSDL file from Internet Explorer, why not
just save it as a file and then use the tools to generate stubs, etc?
Rick
> Thanks Tom,
> I'm assuming the the certificate I'm using is the server certificate. And
> the reason is as follows:
>
> We have re
Just a word of warning. Hash tables are not a standard interop type. You will loose
compatibility between SOAP implementations. I suggest you use an array of Java Beans
with key/value pair concept.
Good luck,
Rick Kellogg
> Have you tried using the built-in HashMap type provided by apachesoap
No but a similar technique should be possible. This took me quite sometime to get
working between .NET and Axis (6 weeks if I remember correctly).
Be sure to contribute back if you get something working.
Good luck!
Rick
> Thanks, does this work with a standard generated axis client--one generat
Please see the following discussion:
http://marc.theaimsgroup.com/?l=axis-dev&m=106086909809576&w=2
Good luck!
Rick
Please see the following:
http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/DotNetInterop
Please see:
Q: What tools are available for validating or editing XML/WSDL/Schema files?
http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/WSDLEditors
Rick
> When I use WSDL2Java to bulid my Webservice Skeleton I get the
> SOAPBindingImpl class where I implement my Webservice. But
Please see:
Q: What tools are available for validating or editing XML/WSDL/Schema files?
http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/WSDLEditors
Rick
> When I use WSDL2Java to bulid my Webservice Skeleton I get the
> SOAPBindingImpl class where I implement my Webservice. But