|
My web service is receiving empty soap requests
from my Tuscany web service client. See messages below. Is
additional configuration required to use binding.ws with XMLBeans binding?
See attached wsdl, web.xml, and default.scdl.
Soap request sent via Axis2 generated
(Wsdl2Java) classes:
** S T A R T R E Q U E S T **
POST /ws_medrec/MedRecWebServices SOAPAction: urn:getString User-Agent: Axis2 Host: localhost:7001 Transfer-Encoding: chunked Content-Type: text/xml; charset=UTF-8 <?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapen
v:Header /><soapenv:Body><getString xmlns="http://www.bea.com/medrec"><str>hello</str></getString></soapenv:Body></soapen v:Envelope> ** E N D R E Q U E S T ** Soap request sent
via binding.ws: ** S T A R T R E Q U E S T **
POST /ws_medrec/MedRecWebServices SOAPAction: "" User-Agent: Axis2 Host: localhost:7001 Content-Length: 167 Content-Type: text/xml; charset=UTF-8 <?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapen
v:Header /><soapenv:Body /></soapenv:Envelope> ** E N D R E Q U E S T ** Thoughts/Suggestions?
-Chris
|
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd" >
<web-app>
<display-name>Prototype - Tuscany with Axis2 calling WLS WS</display-name>
<context-param>
<param-name>systemScdlPath</param-name>
<param-value>/META-INF/sca/webapp.system.scdl</param-value>
</context-param>
<listener>
<listener-class>org.apache.tuscany.core.launcher.ServletLauncherListener</listener-class>
</listener>
</web-app>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
