JVM Languages
jwsdp.txt
Associated article: Java Web Services & Application Architectures
Tags: Web Development JVM Languages
Published source code accompanying the article by Eric Bruno in which he uses the Java Web Service Developer Pack to build a financial portal. Also see JWSDP.ZIP.
Java Web Services & Application Architectures
by Eric J. Bruno
Example 1
<SOAP-ENV:Envelope xmlns:SOAP
ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header />
<SOAP-ENV:Body>
<GetData>
<symbol>...


