Has anyone used AXIS and CICS Transaction Gateway from WebSphere Studio Integration Edition 4.1.1?
Both require the WSDL4J.jar file. When using both, Axis does not generate the WSDL file when accessing the service with the ?wsdl parameter, for example "http://localhost/axis/services/MyService?wsdl" I am assuming that they have the same class and AXIS has a newer version than WebSphere Studio. This is what is sent back to the browser: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content="text/html; charset=iso-8859-1" http-equiv=Content-Type></HEAD> <BODY><XMP></XMP></BODY></HTML> Any help or pointers would be greatly appreciated. Thanks!
