WSDL for Entity Beans

2001-10-16 Thread keith.watt
Hi, I have generated some WSDL using Axis 1.0 for an entity bean. The wsdl generated has a reference to a java namespace, e.g. xmlns:ns1="java" and then within the message definitions When I try to invoke this via WSIF I get a mapping error. Any Ideas? The WSDL file is below. (See atta

Axis alpha 2

2001-10-10 Thread keith.watt
Does anyone know if Axis alpha 2 supports WSDL generation for stateful/stateless/entity Ejb's? Diese Nachricht ist vertraulich. Sie ist ausschliesslich fuer den im Adressfeld ausgewiesenen Adressaten bestimmt. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir um eine ku

WSDL Problem

2001-10-05 Thread keith.watt
Hi I have created a java class which has one method square taking a double and returning a double. I have deployed this class to SOAP. I have genereated WSDL via IBM wstk tool. I am using WSIF to try and dynamically read the WSDL and invoke the method, but I cant seem to call it without makin

UDDI Registry API

2001-09-26 Thread keith.watt
I have been looking at the UDDI Registry API specifically the query methods such as:- getBusiness, getBusinessDetail getService, getServiceDetail getBinding, etc... I am trying to implement a UDDI DataSource for Sybase Jaguar EAServer. I have been trying to logically match these up to corresp

IBM Web Services DE and WSDL

2001-08-29 Thread keith.watt
Has anyone experienced the following problem when using IBM Web Services DE. After generating 2 WSDL files using IBM's WSTK 2.3(one references the other with an WSDL import statement). I import the leading document into the Web Services DE and begin the process of creating a Java Proxy Client.

WSDL4J

2001-08-08 Thread keith.watt
Does anyone know of a WSDL4J zip version? I am having problems downloading the code from the IBM's WSDL4J cvs repository due to firewall problems. I realise its still in development, hence CVS, but I need to get access to an opensource Java2WSDL implementation. Any help is greatly appreciate

Re: SV: WSDL parser?

2001-08-02 Thread keith.watt
Hi Just to pick up on this again. Is there an open source Java2WSDL implementation which allows access to the Java source code? cheers, Keith [EMAIL PROTECTED] on 02/08/2001 07:32:02 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Keith Watt/LON/WLB) Subject:

Generating WSDL

2001-07-24 Thread keith.watt
Hi people! Does anyone know the name of the class which IBM use's in its WSTK to generate WSDL from a Java component and the methods which are called. I imagine it is possible to generate WSDL from the class without having to use IBM's GUI? Thanks in advance! .Keith Diese Nachricht

Escape Charaters!

2001-07-23 Thread keith.watt
Hi, New to XML and Soap. Have installed soap and deployed a java Method called getSoapDescriptor(String comName) which looks at the components installed on a App Server and returns the Soap Descriptor as the payload of the Soap XML responce. My problem relates to the <> " formatting, Soap co