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
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
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
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
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.
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
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:
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
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