Re: ISA and Proxies

2004-08-10 Thread rmkellogg
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

Re: using certificate to access wsdl file

2004-05-18 Thread rmkellogg
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

RE: Proper WSDL allowing Axis to interpret a SOAP::Lite hash ref

2003-12-12 Thread rmkellogg
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

RE: Zipping up stream?

2003-12-11 Thread rmkellogg
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

Re: Zipping up stream?

2003-12-11 Thread rmkellogg
Please see the following discussion: http://marc.theaimsgroup.com/?l=axis-dev&m=106086909809576&w=2 Good luck! Rick

Re: Collection Passing from Java to C#

2003-10-07 Thread rmkellogg
Please see the following: http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/DotNetInterop

Re: Validating a webservice

2003-09-29 Thread rmkellogg
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

Re: Validating a webservice

2003-09-29 Thread rmkellogg
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