Author: deepal
Date: Wed Jun 14 03:03:23 2006
New Revision: 414169
URL: http://svn.apache.org/viewvc?rev=414169&view=rev
Log:
- fixed typos
Modified:
webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/ServiceClient.java
Modified:
webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/ServiceClient.java
URL:
http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/ServiceClient.java?rev=414169&r1=414168&r2=414169&view=diff
==============================================================================
---
webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/ServiceClient.java
(original)
+++
webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/ServiceClient.java
Wed Jun 14 03:03:23 2006
@@ -310,7 +310,7 @@
*/
public void addStringHeader(QName headerName, String headerText) throws
AxisFault {
if (headerName.getNamespaceURI() == null ||
"".equals(headerName.getNamespaceURI())) {
- throw new AxisFault("Failed to add string header , you have to
have namespceURI for the QName");
+ throw new AxisFault("Failed to add string header , you have to
have namespaceURI for the QName");
}
OMElement omElement = OMAbstractFactory.getOMFactory().createOMElement(
headerName, null);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]