Author: pzf
Date: Mon Jan 16 18:43:26 2006
New Revision: 369640

URL: http://svn.apache.org/viewcvs?rev=369640&view=rev
Log:
minor fix

Modified:
    
incubator/synapse/trunk/java/src/samples/userguide/ProxyStockQuoteClient.java

Modified: 
incubator/synapse/trunk/java/src/samples/userguide/ProxyStockQuoteClient.java
URL: 
http://svn.apache.org/viewcvs/incubator/synapse/trunk/java/src/samples/userguide/ProxyStockQuoteClient.java?rev=369640&r1=369639&r2=369640&view=diff
==============================================================================
--- 
incubator/synapse/trunk/java/src/samples/userguide/ProxyStockQuoteClient.java 
(original)
+++ 
incubator/synapse/trunk/java/src/samples/userguide/ProxyStockQuoteClient.java 
Mon Jan 16 18:43:26 2006
@@ -2,8 +2,6 @@
 
 import java.net.URL;
 
-import javax.xml.namespace.QName;
-
 import org.apache.axis2.Constants;
 import org.apache.axis2.addressing.EndpointReference;
 import org.apache.axis2.client.Options;
@@ -95,8 +93,7 @@
                        serviceClient.setOptions(options);
 
                        // step 3 - Blocking invocation
-                       OMElement result = serviceClient.sendReceive(new 
QName("getQuote"),
-                                       getQuote);
+                       OMElement result = serviceClient.sendReceive(getQuote);
                        // System.out.println(result);
 
                        // step 4 - parse result



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to