X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Fman_dev.html;h=94ee9f4c195d4a6dae07de7931a06a6638767888;hb=b7c9fc19284680ebe7c16c50e12f583b3f46299a;hp=f541bd43068e7a385525f72c729c7575446adaae;hpb=6338c0cebe13936bde3d3d2cbe6aca0c8f82f5f4;p=jabaws.git diff --git a/website/man_dev.html b/website/man_dev.html index f541bd4..94ee9f4 100644 --- a/website/man_dev.html +++ b/website/man_dev.html @@ -3,51 +3,52 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + Java Bioinformatics Analyses Web Services (JABAWS) client developers manual - - + + +
+
+ +
Home - Getting Started - Manual - -Download -Usage Statistics - Services Status -Contact Us -Barton Group - + Getting Started + Manual + + Download + Usage Statistics + Services Status + Contact Us + Barton Group + Funding
- + +

JABAWS MANUAL

@@ -351,17 +352,11 @@ For a more detailed description of all available types and their functions pleas

Building web services artifacts

JABAWS are the standard JAX-WS SOAP web services, which are WS-I basic profile compatible. This means that you could use whatever tool your language has to work with web services. Below is how you can generate portable artifacts to work with JABAWS from Java. However, if programming in Java we recommend using our client library as it provides a handful of useful methods in addition to plain data types.

wsimport -keep http://www.compbio.dundee.ac.uk/jabaws/ClustalWS?wsdl

-
+
+ + + - - - - - - - -