Tony,
ahhh – thank you
very much – i got it!
It works fine.
But you donīt know, why
AXIS generates this misleading wsdl?
Thanks Thomas
-------------------------------------------------------------------------------------------
T-Systems International
GmbH
Service Line Systems
Integration
Competence Center EDM
Deparment EPDM/D
Fasanenweg 5, D 70771 Leinfelden
Tel.:
+49/711 971- 44747
Fax.:
+49/711 972-90330
mailto:[EMAIL PROTECTED]
http://www.t-systems.de
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 7. September
2004 12:35
An: [EMAIL PROTECTED]
Betreff: Re: AW: ?wsdl
It's just a simple element, under the <service> element, Thomas.
For example,
<service
name="myService" ...>
...
<wsdlFile>myResources/myService.wsdl</wsdlFile>
...
</service>
There
is a little bit more description in the Axis Reference Guide under
"Individual Service Configuration".
Tony
Hi Tony,
thank you for your reply.
Can you give me an example from your server-config.wsdd,
How I have to set this?
But the question is, is the wsdl generated by the Service OK?
And why?
Thanks Thomas
-------------------------------------------------------------------------------------------
T-Systems International GmbH
Service Line Systems Integration
Competence Center EDM
Deparment EPDM/D
Fasanenweg 5, D 70771 Leinfelden
Tel.: +49/711 971- 44747
Fax.: +49/711 972-90330
mailto:[EMAIL PROTECTED]
http://www.t-systems.de
Von:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 7. September 2004 11:57
An: [EMAIL PROTECTED]
Betreff: Re: ?wsdl
Thomas,
To return the WSDL file that you used to generate the service skeleton, you
have to specify the <wsdlFile> element in the deployment descriptor for
the service (WSDD).
Tony