cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice WSDL

Former Member
0 Kudos

Hi All,

I have punlished a EJB webService on the j2ee engine.I want to get the WSDL generated for my webservice, how can I get it? when I gho to the WebService Navigator in the J2ee engine administration them I get the WSDL.zip for my webservice but it contains three files

1.binding..wsdl

2.main.wsdl

3. config1_xyz.wsdl

which is the wsdl which will be required to develop the client for my webservice?

Best Regards

Samir

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Samir,

root file you are interested in is <b>main.wsdl</b> other files are referenced by links from it. But to have an complete wsdl descriptor you need all those files, or you can edit them by putting the whole content into one <b>main.wsdl</b>.

regards.

mz

Former Member
0 Kudos

Thanks!! mz.

But I still have one confusion as which wsdl .zip should I download as in the webservice Navigator there are 4 download options are there

1.RFC

2.Document

3.RPC

4.and one more.

Best Regards,

Samir

Former Member
0 Kudos

Samir,

isn't the first option "Default"? Anyway, if not - i'd use RPC.

But if you want to know more about WSDL styles, please refer:

<a href="http://www.ibm.com/developerworks/webservices/library/ws-whichwsdl/">here</a>

regards.

mz

Answers (1)

Answers (1)

ankur_garg5
Active Contributor
0 Kudos

Hi Samir,

This might not be the answer to your question, but nevertheless have a look at my article:

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/b00917dc-ead4-2910-3ebb-b0a63e49ef10">How to Create a Web Service using Enterprise JavaBeans</a>

Bye

Ankur

Do reward points for helpful as well as solved answers!!