简体   繁体   中英

Java Web service with Axis2 and Netbeans

I have followed this tutorial http://netbeans.org/kb/docs/websvc/gs-axis.html and successfully created the web service. When i run the sample i only see the result printed not the whole xml structure as shown in the tutorial. second when i create a client that will point to the .wdsl and check the asynchronous option .. netbeans creates 6 files after that !!

HelloAxisworldHttpSoap11endpoint HelloAxisworldHttpsSoap11endpoint HelloAxisworldHttpSoap12endpoint HelloAxisworldHttpsSoap12endpoint HelloAxisworldHttpendpoint HelloAxisworldHttpsendpoint

can i know what are these files ? and how can i consume my simple function that was created ?

many Thanks

Files having Soap11 in file names are supportive to SOAP 1.1 version and Soap12 to SOAP 1.2 version. Files having Https denote that webservice can be accessed in secure mode.

You can't see the XML structure because you are in a web browser. Press ctrl+u or go to your browser's option "See sourcecode" in order to see the entire XML response.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM