<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Creating SOAP Web Services with NetBeans 6</title>
	<atom:link href="http://blog.jdevelop.eu/2008/02/27/creating-soap-web-services-with-netbeans-6/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jdevelop.eu/2008/02/27/creating-soap-web-services-with-netbeans-6/</link>
	<description>Under development by Siegfried Bolz</description>
	<pubDate>Mon, 21 May 2012 03:10:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Niyasim</title>
		<link>http://blog.jdevelop.eu/2008/02/27/creating-soap-web-services-with-netbeans-6/comment-page-2/#comment-410</link>
		<dc:creator>Niyasim</dc:creator>
		<pubDate>Wed, 21 Dec 2011 15:07:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jdevelop.eu/?p=45#comment-410</guid>
		<description>when i try run my new webservice ,the following errors occurs:


Deployment error:
The Sun Java System Application Server could not start.
More information about the cause is in the Server log file.
Possible reasons include:
 - IDE timeout: refresh the server node to see if it's running now.
 - Port conflicts. (use netstat -a to detect possible port numbers already used by the operating system.) 
 - Incorrect server configuration (domain.xml to be corrected manually) 
 - Corrupted Deployed Applications preventing the server to start.(This can be seen in the server.log file. In this case, domain.xml needs to be modified).
 - Invalid installation location.
See the server log for details.
        at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:163)
        at org.netbeans.modules.j2ee.ant.Deploy.execute(Deploy.java:104)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
        at sun.reflect.GeneratedMethodAccessor333.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:357)
        at org.apache.tools.ant.Target.performTasks(Target.java:385)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
        at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:277)
        at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:460)
        at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:151)
Caused by: org.netbeans.modules.j2ee.deployment.impl.ServerException: The Sun Java System Application Server could not start.
More information about the cause is in the Server log file.
Possible reasons include:
 - IDE timeout: refresh the server node to see if it's running now.
 - Port conflicts. (use netstat -a to detect possible port numbers already used by the operating system.) 
 - Incorrect server configuration (domain.xml to be corrected manually) 
 - Corrupted Deployed Applications preventing the server to start.(This can be seen in the server.log file. In this case, domain.xml needs to be modified).
 - Invalid installation location.
        at org.netbeans.modules.j2ee.deployment.impl.ServerInstance._start(ServerInstance.java:1270)
        at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.startTarget(ServerInstance.java:1224)
        at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.startTarget(ServerInstance.java:1035)
        at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.start(ServerInstance.java:912)
        at org.netbeans.modules.j2ee.deployment.impl.TargetServer.startTargets(TargetServer.java:417)
        at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:140)
        ... 16 more
BUILD FAILED (total time: 5 seconds)</description>
		<content:encoded><![CDATA[<p>when i try run my new webservice ,the following errors occurs:</p>
<p>Deployment error:<br />
The Sun Java System Application Server could not start.<br />
More information about the cause is in the Server log file.<br />
Possible reasons include:<br />
 - IDE timeout: refresh the server node to see if it&#8217;s running now.<br />
 - Port conflicts. (use netstat -a to detect possible port numbers already used by the operating system.)<br />
 - Incorrect server configuration (domain.xml to be corrected manually)<br />
 - Corrupted Deployed Applications preventing the server to start.(This can be seen in the server.log file. In this case, domain.xml needs to be modified).<br />
 - Invalid installation location.<br />
See the server log for details.<br />
        at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:163)<br />
        at org.netbeans.modules.j2ee.ant.Deploy.execute(Deploy.java:104)<br />
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)<br />
        at sun.reflect.GeneratedMethodAccessor333.invoke(Unknown Source)<br />
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
        at java.lang.reflect.Method.invoke(Method.java:597)<br />
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)<br />
        at org.apache.tools.ant.Task.perform(Task.java:348)<br />
        at org.apache.tools.ant.Target.execute(Target.java:357)<br />
        at org.apache.tools.ant.Target.performTasks(Target.java:385)<br />
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)<br />
        at org.apache.tools.ant.Project.executeTarget(Project.java:1298)<br />
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)<br />
        at org.apache.tools.ant.Project.executeTargets(Project.java:1181)<br />
        at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:277)<br />
        at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:460)<br />
        at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:151)<br />
Caused by: org.netbeans.modules.j2ee.deployment.impl.ServerException: The Sun Java System Application Server could not start.<br />
More information about the cause is in the Server log file.<br />
Possible reasons include:<br />
 - IDE timeout: refresh the server node to see if it&#8217;s running now.<br />
 - Port conflicts. (use netstat -a to detect possible port numbers already used by the operating system.)<br />
 - Incorrect server configuration (domain.xml to be corrected manually)<br />
 - Corrupted Deployed Applications preventing the server to start.(This can be seen in the server.log file. In this case, domain.xml needs to be modified).<br />
 - Invalid installation location.<br />
        at org.netbeans.modules.j2ee.deployment.impl.ServerInstance._start(ServerInstance.java:1270)<br />
        at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.startTarget(ServerInstance.java:1224)<br />
        at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.startTarget(ServerInstance.java:1035)<br />
        at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.start(ServerInstance.java:912)<br />
        at org.netbeans.modules.j2ee.deployment.impl.TargetServer.startTargets(TargetServer.java:417)<br />
        at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:140)<br />
        &#8230; 16 more<br />
BUILD FAILED (total time: 5 seconds)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anandan</title>
		<link>http://blog.jdevelop.eu/2008/02/27/creating-soap-web-services-with-netbeans-6/comment-page-2/#comment-398</link>
		<dc:creator>Anandan</dc:creator>
		<pubDate>Fri, 11 Nov 2011 12:51:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jdevelop.eu/?p=45#comment-398</guid>
		<description>Hello,

I have done upto adding the Java interface and class files to the packages. I could not perform the actions under Testing as the download zipped folder also looks like a Netbeans project folder with the same name that of SOAPWebServices. I could see the “SOAPWebServices-soapui-project.xml” under soapui folder.
Please explain how to do the instructions given below:
install and start “soapui” from http://www.soapui.org. Import the soapui-projectfile “SOAPWebServices-soapui-project.xml” (located in the example).</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I have done upto adding the Java interface and class files to the packages. I could not perform the actions under Testing as the download zipped folder also looks like a Netbeans project folder with the same name that of SOAPWebServices. I could see the “SOAPWebServices-soapui-project.xml” under soapui folder.<br />
Please explain how to do the instructions given below:<br />
install and start “soapui” from <a href="http://www.soapui.org" rel="nofollow">http://www.soapui.org</a>. Import the soapui-projectfile “SOAPWebServices-soapui-project.xml” (located in the example).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gavir</title>
		<link>http://blog.jdevelop.eu/2008/02/27/creating-soap-web-services-with-netbeans-6/comment-page-2/#comment-356</link>
		<dc:creator>Gavir</dc:creator>
		<pubDate>Tue, 10 May 2011 07:46:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jdevelop.eu/?p=45#comment-356</guid>
		<description>I'm sorry before, I've just downloaded your codes from http://blog.jdevelop.eu/downloads/soapwebservices/soapwebservices.zip, but I got errors 'cannot find symbol class: CalculateValues and CalculateValuesResponse. Where can I get these files? Thanks before...</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry before, I&#8217;ve just downloaded your codes from <a href="http://blog.jdevelop.eu/downloads/soapwebservices/soapwebservices.zip" rel="nofollow">http://blog.jdevelop.eu/downloads/soapwebservices/soapwebservices.zip</a>, but I got errors &#8216;cannot find symbol class: CalculateValues and CalculateValuesResponse. Where can I get these files? Thanks before&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://blog.jdevelop.eu/2008/02/27/creating-soap-web-services-with-netbeans-6/comment-page-2/#comment-353</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Thu, 21 Apr 2011 04:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jdevelop.eu/?p=45#comment-353</guid>
		<description>This is probably going to be a basic question, but where is the entry point? Is it stated in the WSDL?</description>
		<content:encoded><![CDATA[<p>This is probably going to be a basic question, but where is the entry point? Is it stated in the WSDL?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray</title>
		<link>http://blog.jdevelop.eu/2008/02/27/creating-soap-web-services-with-netbeans-6/comment-page-2/#comment-335</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Sat, 25 Dec 2010 19:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jdevelop.eu/?p=45#comment-335</guid>
		<description>Daisy: please take a look the under link for your problem:

http://blogs.sun.com/ritzmann/entry/metro_2_0_on_java</description>
		<content:encoded><![CDATA[<p>Daisy: please take a look the under link for your problem:</p>
<p><a href="http://blogs.sun.com/ritzmann/entry/metro_2_0_on_java" rel="nofollow">http://blogs.sun.com/ritzmann/entry/metro_2_0_on_java</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhanu</title>
		<link>http://blog.jdevelop.eu/2008/02/27/creating-soap-web-services-with-netbeans-6/comment-page-2/#comment-331</link>
		<dc:creator>Bhanu</dc:creator>
		<pubDate>Wed, 15 Dec 2010 05:59:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jdevelop.eu/?p=45#comment-331</guid>
		<description>Hi
I am new to the webservices will u provide any example how to give security to bottom up webservices in netbeans 6.5 and using tomcat6.0.
Thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi<br />
I am new to the webservices will u provide any example how to give security to bottom up webservices in netbeans 6.5 and using tomcat6.0.<br />
Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daisy</title>
		<link>http://blog.jdevelop.eu/2008/02/27/creating-soap-web-services-with-netbeans-6/comment-page-2/#comment-317</link>
		<dc:creator>Daisy</dc:creator>
		<pubDate>Sat, 23 Oct 2010 17:14:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jdevelop.eu/?p=45#comment-317</guid>
		<description>Hi I ve this problem and I dont know where to make the changes. Do help me. Thanks in advance

init:
undeploy-clean:
deps-clean:
do-clean:
Deleting directory C:\Project10\WebServices\Soap1\SOAPWebServices\build
check-clean:
clean:
init:
deps-module-jar:
deps-ear-jar:
deps-jar:
wsimport-init:
Created dir: C:\Project10\WebServices\Soap1\SOAPWebServices\build\generated-sources\jax-ws
wsimport-service-ServiceImpl:
Created dir: C:\Project10\WebServices\Soap1\SOAPWebServices\build\generated\jax-wsCache\service\ServiceImpl
command line: wsimport -d C:\Project10\WebServices\Soap1\SOAPWebServices\build\generated\jax-wsCache\service\ServiceImpl -extension -Xnocompile -Xendorsed -keep -s C:\Project10\WebServices\Soap1\SOAPWebServices\build\generated\jax-wsCache\service\ServiceImpl -catalog C:\Project10\WebServices\Soap1\SOAPWebServices\catalog.xml -verbose C:\Project10\WebServices\Soap1\SOAPWebServices/src/conf/xml-resources/web-services/ServiceImpl/wsdl/webservices.wsdl
parsing WSDL...


generating code...

eu\jdevelop\soapwebservices\CalculateValues.java
eu\jdevelop\soapwebservices\CalculateValuesResponse.java
eu\jdevelop\soapwebservices\ObjectFactory.java
eu\jdevelop\soapwebservices\SOAPService.java
eu\jdevelop\soapwebservices\SOAPWebServices.java
eu\jdevelop\soapwebservices\package-info.java
Copying 6 files to C:\Project10\WebServices\Soap1\SOAPWebServices\build\generated-sources\jax-ws
Copying 2 files to C:\Project10\WebServices\Soap1\SOAPWebServices\build\web\WEB-INF\wsdl\ServiceImpl
wsimport-service-generate:
Created dir: C:\Project10\WebServices\Soap1\SOAPWebServices\build\web\WEB-INF\classes
Created dir: C:\Project10\WebServices\Soap1\SOAPWebServices\build\web\META-INF
Copying 1 file to C:\Project10\WebServices\Soap1\SOAPWebServices\build\web\META-INF
Copying 4 files to C:\Project10\WebServices\Soap1\SOAPWebServices\build\web
library-inclusion-in-archive:
Copying 1 file to C:\Project10\WebServices\Soap1\SOAPWebServices\build\web\WEB-INF\lib
Copying 1 file to C:\Project10\WebServices\Soap1\SOAPWebServices\build\web\WEB-INF\lib
Copying 1 file to C:\Project10\WebServices\Soap1\SOAPWebServices\build\web\WEB-INF\lib
Copying 1 file to C:\Project10\WebServices\Soap1\SOAPWebServices\build\web\WEB-INF\lib
Copying 1 file to C:\Project10\WebServices\Soap1\SOAPWebServices\build\web\WEB-INF\lib
Copying 1 file to C:\Project10\WebServices\Soap1\SOAPWebServices\build\web\WEB-INF\lib
library-inclusion-in-manifest:
Created dir: C:\Project10\WebServices\Soap1\SOAPWebServices\build\empty
Compiling 7 source files to C:\Project10\WebServices\Soap1\SOAPWebServices\build\web\WEB-INF\classes
C:\Project10\WebServices\Soap1\SOAPWebServices\build\generated-sources\jax-ws\eu\jdevelop\soapwebservices\SOAPService.java:46: cannot find symbol
symbol  : constructor Service(java.net.URL,javax.xml.namespace.QName,javax.xml.ws.WebServiceFeature[])
location: class javax.xml.ws.Service
        super(__getWsdlLocation(), SOAPSERVICE_QNAME, features);
C:\Project10\WebServices\Soap1\SOAPWebServices\build\generated-sources\jax-ws\eu\jdevelop\soapwebservices\SOAPService.java:54: cannot find symbol
symbol  : constructor Service(java.net.URL,javax.xml.namespace.QName,javax.xml.ws.WebServiceFeature[])
location: class javax.xml.ws.Service
        super(wsdlLocation, SOAPSERVICE_QNAME, features);
C:\Project10\WebServices\Soap1\SOAPWebServices\build\generated-sources\jax-ws\eu\jdevelop\soapwebservices\SOAPService.java:62: cannot find symbol
symbol  : constructor Service(java.net.URL,javax.xml.namespace.QName,javax.xml.ws.WebServiceFeature[])
location: class javax.xml.ws.Service
        super(wsdlLocation, serviceName, features);
3 errors
C:\Project10\WebServices\Soap1\SOAPWebServices\nbproject\build-impl.xml:413: The following error occurred while executing this line:
C:\Project10\WebServices\Soap1\SOAPWebServices\nbproject\build-impl.xml:232: Compile failed; see the compiler error output for details.
BUILD FAILED (total time: 8 seconds)</description>
		<content:encoded><![CDATA[<p>Hi I ve this problem and I dont know where to make the changes. Do help me. Thanks in advance</p>
<p>init:<br />
undeploy-clean:<br />
deps-clean:<br />
do-clean:<br />
Deleting directory C:\Project10\WebServices\Soap1\SOAPWebServices\build<br />
check-clean:<br />
clean:<br />
init:<br />
deps-module-jar:<br />
deps-ear-jar:<br />
deps-jar:<br />
wsimport-init:<br />
Created dir: C:\Project10\WebServices\Soap1\SOAPWebServices\build\generated-sources\jax-ws<br />
wsimport-service-ServiceImpl:<br />
Created dir: C:\Project10\WebServices\Soap1\SOAPWebServices\build\generated\jax-wsCache\service\ServiceImpl<br />
command line: wsimport -d C:\Project10\WebServices\Soap1\SOAPWebServices\build\generated\jax-wsCache\service\ServiceImpl -extension -Xnocompile -Xendorsed -keep -s C:\Project10\WebServices\Soap1\SOAPWebServices\build\generated\jax-wsCache\service\ServiceImpl -catalog C:\Project10\WebServices\Soap1\SOAPWebServices\catalog.xml -verbose C:\Project10\WebServices\Soap1\SOAPWebServices/src/conf/xml-resources/web-services/ServiceImpl/wsdl/webservices.wsdl<br />
parsing WSDL&#8230;</p>
<p>generating code&#8230;</p>
<p>eu\jdevelop\soapwebservices\CalculateValues.java<br />
eu\jdevelop\soapwebservices\CalculateValuesResponse.java<br />
eu\jdevelop\soapwebservices\ObjectFactory.java<br />
eu\jdevelop\soapwebservices\SOAPService.java<br />
eu\jdevelop\soapwebservices\SOAPWebServices.java<br />
eu\jdevelop\soapwebservices\package-info.java<br />
Copying 6 files to C:\Project10\WebServices\Soap1\SOAPWebServices\build\generated-sources\jax-ws<br />
Copying 2 files to C:\Project10\WebServices\Soap1\SOAPWebServices\build\web\WEB-INF\wsdl\ServiceImpl<br />
wsimport-service-generate:<br />
Created dir: C:\Project10\WebServices\Soap1\SOAPWebServices\build\web\WEB-INF\classes<br />
Created dir: C:\Project10\WebServices\Soap1\SOAPWebServices\build\web\META-INF<br />
Copying 1 file to C:\Project10\WebServices\Soap1\SOAPWebServices\build\web\META-INF<br />
Copying 4 files to C:\Project10\WebServices\Soap1\SOAPWebServices\build\web<br />
library-inclusion-in-archive:<br />
Copying 1 file to C:\Project10\WebServices\Soap1\SOAPWebServices\build\web\WEB-INF\lib<br />
Copying 1 file to C:\Project10\WebServices\Soap1\SOAPWebServices\build\web\WEB-INF\lib<br />
Copying 1 file to C:\Project10\WebServices\Soap1\SOAPWebServices\build\web\WEB-INF\lib<br />
Copying 1 file to C:\Project10\WebServices\Soap1\SOAPWebServices\build\web\WEB-INF\lib<br />
Copying 1 file to C:\Project10\WebServices\Soap1\SOAPWebServices\build\web\WEB-INF\lib<br />
Copying 1 file to C:\Project10\WebServices\Soap1\SOAPWebServices\build\web\WEB-INF\lib<br />
library-inclusion-in-manifest:<br />
Created dir: C:\Project10\WebServices\Soap1\SOAPWebServices\build\empty<br />
Compiling 7 source files to C:\Project10\WebServices\Soap1\SOAPWebServices\build\web\WEB-INF\classes<br />
C:\Project10\WebServices\Soap1\SOAPWebServices\build\generated-sources\jax-ws\eu\jdevelop\soapwebservices\SOAPService.java:46: cannot find symbol<br />
symbol  : constructor Service(java.net.URL,javax.xml.namespace.QName,javax.xml.ws.WebServiceFeature[])<br />
location: class javax.xml.ws.Service<br />
        super(__getWsdlLocation(), SOAPSERVICE_QNAME, features);<br />
C:\Project10\WebServices\Soap1\SOAPWebServices\build\generated-sources\jax-ws\eu\jdevelop\soapwebservices\SOAPService.java:54: cannot find symbol<br />
symbol  : constructor Service(java.net.URL,javax.xml.namespace.QName,javax.xml.ws.WebServiceFeature[])<br />
location: class javax.xml.ws.Service<br />
        super(wsdlLocation, SOAPSERVICE_QNAME, features);<br />
C:\Project10\WebServices\Soap1\SOAPWebServices\build\generated-sources\jax-ws\eu\jdevelop\soapwebservices\SOAPService.java:62: cannot find symbol<br />
symbol  : constructor Service(java.net.URL,javax.xml.namespace.QName,javax.xml.ws.WebServiceFeature[])<br />
location: class javax.xml.ws.Service<br />
        super(wsdlLocation, serviceName, features);<br />
3 errors<br />
C:\Project10\WebServices\Soap1\SOAPWebServices\nbproject\build-impl.xml:413: The following error occurred while executing this line:<br />
C:\Project10\WebServices\Soap1\SOAPWebServices\nbproject\build-impl.xml:232: Compile failed; see the compiler error output for details.<br />
BUILD FAILED (total time: 8 seconds)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: laxsh</title>
		<link>http://blog.jdevelop.eu/2008/02/27/creating-soap-web-services-with-netbeans-6/comment-page-2/#comment-287</link>
		<dc:creator>laxsh</dc:creator>
		<pubDate>Thu, 08 Jul 2010 03:41:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jdevelop.eu/?p=45#comment-287</guid>
		<description>Hi,

Im new to Web Services. I have an application in which the client will send a request to get some information about the customer through web services. 
How can the user access my web service? Do i need to create a web page which will in turn cal my web service or directly can they access my web service?

Thanks for the reply.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Im new to Web Services. I have an application in which the client will send a request to get some information about the customer through web services.<br />
How can the user access my web service? Do i need to create a web page which will in turn cal my web service or directly can they access my web service?</p>
<p>Thanks for the reply.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daly</title>
		<link>http://blog.jdevelop.eu/2008/02/27/creating-soap-web-services-with-netbeans-6/comment-page-2/#comment-270</link>
		<dc:creator>daly</dc:creator>
		<pubDate>Mon, 10 May 2010 10:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jdevelop.eu/?p=45#comment-270</guid>
		<description>hello there !!!
 i teste this class but i've got this probleme. :s



12:39:27,427 ERROR [STDERR] javax.xml.soap.SOAPException: SOAPEnvelope already has a header element
12:39:27,427 ERROR [STDERR] 	at org.jboss.ws.core.soap.SOAPEnvelopeImpl.addHeader(SOAPEnvelopeImpl.java:118)
12:39:27,427 ERROR [STDERR] 	at com.tritux.webservices.ServerSOAPHandler.handleMessage(ServerSOAPHandler.java:117)
12:39:27,427 ERROR [STDERR] 	at com.tritux.webservices.ServerSOAPHandler.handleMessage(ServerSOAPHandler.java:1)
12:39:27,427 ERROR [STDERR] 	at org.jboss.ws.core.jaxws.handler.HandlerChainExecutor.handleMessage(HandlerChainExecutor.java:305)
12:39:27,427 ERROR [STDERR] 	at org.jboss.ws.core.jaxws.handler.HandlerChainExecutor.handleMessage(HandlerChainExecutor.java:142)
12:39:27,427 ERROR [STDERR] 	at org.jboss.ws.core.jaxws.handler.HandlerDelegateJAXWS.callResponseHandlerChain(HandlerDelegateJAXWS.java:105)
12:39:27,427 ERROR [STDERR] 	at org.jboss.ws.core.server.ServiceEndpointInvoker.callResponseHandlerChain(ServiceEndpointInvoker.java:129)
12:39:27,427 ERROR [STDERR] 	at org.jboss.ws.core.server.ServiceEndpointInvoker.invoke(ServiceEndpointInvoker.java:269)
12:39:27,428 ERROR [STDERR] 	at org.jboss.wsf.stack.jbws.RequestHandlerImpl.processRequest(RequestHandlerImpl.java:468)
12:39:27,428 ERROR [STDERR] 	at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleRequest(RequestHandlerImpl.java:293)
12:39:27,428 ERROR [STDERR] 	at org.jboss.wsf.stack.jbws.RequestHandlerImpl.doPost(RequestHandlerImpl.java:203)
12:39:27,428 ERROR [STDERR] 	at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleHttpRequest(RequestHandlerImpl.java:129)
12:39:27,428 ERROR [STDERR] 	at org.jboss.wsf.common.servlet.AbstractEndpointServlet.service(AbstractEndpointServlet.java:85)
12:39:27,428 ERROR [STDERR] 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
12:39:27,428 ERROR [STDERR] 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
12:39:27,428 ERROR [STDERR] 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
12:39:27,428 ERROR [STDERR] 	at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
12:39:27,428 ERROR [STDERR] 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
12:39:27,428 ERROR [STDERR] 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
12:39:27,428 ERROR [STDERR] 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
12:39:27,428 ERROR [STDERR] 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
12:39:27,428 ERROR [STDERR] 	at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)
12:39:27,428 ERROR [STDERR] 	at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
12:39:27,428 ERROR [STDERR] 	at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
12:39:27,428 ERROR [STDERR] 	at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
12:39:27,428 ERROR [STDERR] 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
12:39:27,428 ERROR [STDERR] 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
12:39:27,428 ERROR [STDERR] 	at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
12:39:27,428 ERROR [STDERR] 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
12:39:27,428 ERROR [STDERR] 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
12:39:27,428 ERROR [STDERR] 	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
12:39:27,429 ERROR [STDERR] 	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:598)
12:39:27,429 ERROR [STDERR] 	at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
12:39:27,429 ERROR [STDERR] 	at java.lang.Thread.run(Thread.java:619)
12:44:22,254 INFO  [ServletContextListener] Welcome to Seam 2.1.0.SP1
12:44:27,899 WARN  [Component] Component class should be serializable: org.jboss.seam.ui.facelet.mockHttpSession
12:44:27,933 WARN  [Component] Component class should be serializable: sessionInfoAction
12:44:27,959 WARN  [PersistentPermissionResolver] no permission store available - please install a PermissionStore with the name 'org.jboss.seam.security.jpaPermissionStore' if persistent permissions are required.
12:44:45,097 INFO  [BootstrapAction] Initializing Administration Console v1.3.2.GA...
12:44:49,055 WARN  [SystemInfoFactory] System info API not accessible on this platform (native shared library not found in java.library.path).
12:44:49,386 INFO  [PluginContainerResourceManager] Discovering Resources...
12:44:49,565 WARN  [JMXDiscoveryComponent] Unable to complete base jmx server discovery (enable DEBUG for stack): java.lang.UnsupportedOperationException: No native library available - Cannot get the process table information without native support
12:45:15,934 INFO  [Version] Hibernate Validator 3.1.0.GA
12:45:15,961 INFO  [Version] Hibernate Commons Annotations 3.1.0.GA</description>
		<content:encoded><![CDATA[<p>hello there !!!<br />
 i teste this class but i&#8217;ve got this probleme. :s</p>
<p>12:39:27,427 ERROR [STDERR] javax.xml.soap.SOAPException: SOAPEnvelope already has a header element<br />
12:39:27,427 ERROR [STDERR] 	at org.jboss.ws.core.soap.SOAPEnvelopeImpl.addHeader(SOAPEnvelopeImpl.java:118)<br />
12:39:27,427 ERROR [STDERR] 	at com.tritux.webservices.ServerSOAPHandler.handleMessage(ServerSOAPHandler.java:117)<br />
12:39:27,427 ERROR [STDERR] 	at com.tritux.webservices.ServerSOAPHandler.handleMessage(ServerSOAPHandler.java:1)<br />
12:39:27,427 ERROR [STDERR] 	at org.jboss.ws.core.jaxws.handler.HandlerChainExecutor.handleMessage(HandlerChainExecutor.java:305)<br />
12:39:27,427 ERROR [STDERR] 	at org.jboss.ws.core.jaxws.handler.HandlerChainExecutor.handleMessage(HandlerChainExecutor.java:142)<br />
12:39:27,427 ERROR [STDERR] 	at org.jboss.ws.core.jaxws.handler.HandlerDelegateJAXWS.callResponseHandlerChain(HandlerDelegateJAXWS.java:105)<br />
12:39:27,427 ERROR [STDERR] 	at org.jboss.ws.core.server.ServiceEndpointInvoker.callResponseHandlerChain(ServiceEndpointInvoker.java:129)<br />
12:39:27,427 ERROR [STDERR] 	at org.jboss.ws.core.server.ServiceEndpointInvoker.invoke(ServiceEndpointInvoker.java:269)<br />
12:39:27,428 ERROR [STDERR] 	at org.jboss.wsf.stack.jbws.RequestHandlerImpl.processRequest(RequestHandlerImpl.java:468)<br />
12:39:27,428 ERROR [STDERR] 	at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleRequest(RequestHandlerImpl.java:293)<br />
12:39:27,428 ERROR [STDERR] 	at org.jboss.wsf.stack.jbws.RequestHandlerImpl.doPost(RequestHandlerImpl.java:203)<br />
12:39:27,428 ERROR [STDERR] 	at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleHttpRequest(RequestHandlerImpl.java:129)<br />
12:39:27,428 ERROR [STDERR] 	at org.jboss.wsf.common.servlet.AbstractEndpointServlet.service(AbstractEndpointServlet.java:85)<br />
12:39:27,428 ERROR [STDERR] 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)<br />
12:39:27,428 ERROR [STDERR] 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)<br />
12:39:27,428 ERROR [STDERR] 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br />
12:39:27,428 ERROR [STDERR] 	at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)<br />
12:39:27,428 ERROR [STDERR] 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)<br />
12:39:27,428 ERROR [STDERR] 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br />
12:39:27,428 ERROR [STDERR] 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)<br />
12:39:27,428 ERROR [STDERR] 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)<br />
12:39:27,428 ERROR [STDERR] 	at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)<br />
12:39:27,428 ERROR [STDERR] 	at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)<br />
12:39:27,428 ERROR [STDERR] 	at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)<br />
12:39:27,428 ERROR [STDERR] 	at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)<br />
12:39:27,428 ERROR [STDERR] 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)<br />
12:39:27,428 ERROR [STDERR] 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)<br />
12:39:27,428 ERROR [STDERR] 	at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)<br />
12:39:27,428 ERROR [STDERR] 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)<br />
12:39:27,428 ERROR [STDERR] 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)<br />
12:39:27,428 ERROR [STDERR] 	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)<br />
12:39:27,429 ERROR [STDERR] 	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:598)<br />
12:39:27,429 ERROR [STDERR] 	at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)<br />
12:39:27,429 ERROR [STDERR] 	at java.lang.Thread.run(Thread.java:619)<br />
12:44:22,254 INFO  [ServletContextListener] Welcome to Seam 2.1.0.SP1<br />
12:44:27,899 WARN  [Component] Component class should be serializable: org.jboss.seam.ui.facelet.mockHttpSession<br />
12:44:27,933 WARN  [Component] Component class should be serializable: sessionInfoAction<br />
12:44:27,959 WARN  [PersistentPermissionResolver] no permission store available - please install a PermissionStore with the name &#8216;org.jboss.seam.security.jpaPermissionStore&#8217; if persistent permissions are required.<br />
12:44:45,097 INFO  [BootstrapAction] Initializing Administration Console v1.3.2.GA&#8230;<br />
12:44:49,055 WARN  [SystemInfoFactory] System info API not accessible on this platform (native shared library not found in java.library.path).<br />
12:44:49,386 INFO  [PluginContainerResourceManager] Discovering Resources&#8230;<br />
12:44:49,565 WARN  [JMXDiscoveryComponent] Unable to complete base jmx server discovery (enable DEBUG for stack): java.lang.UnsupportedOperationException: No native library available - Cannot get the process table information without native support<br />
12:45:15,934 INFO  [Version] Hibernate Validator 3.1.0.GA<br />
12:45:15,961 INFO  [Version] Hibernate Commons Annotations 3.1.0.GA</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sunRise</title>
		<link>http://blog.jdevelop.eu/2008/02/27/creating-soap-web-services-with-netbeans-6/comment-page-2/#comment-241</link>
		<dc:creator>sunRise</dc:creator>
		<pubDate>Sun, 24 Jan 2010 14:36:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jdevelop.eu/?p=45#comment-241</guid>
		<description>hi..
actually i have a big problem, i need to apply SOAP in my final year project for my final semester..the problem is to send the form through SOAP. but i doesn't know how to start it..could you give some help to me..thaks</description>
		<content:encoded><![CDATA[<p>hi..<br />
actually i have a big problem, i need to apply SOAP in my final year project for my final semester..the problem is to send the form through SOAP. but i doesn&#8217;t know how to start it..could you give some help to me..thaks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

