You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@tuscany.apache.org by Chris Wall <ch...@firestruck.com> on 2006/08/18 20:48:08 UTC

binding.ws (xmlbeans) sending empty soap message

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

Re: binding.ws (xmlbeans) sending empty soap message

Posted by Raymond Feng <en...@gmail.com>.
Hi, Chris.

It seems this is a duplicate post as you did on Aug 18 which has been resolved in JIRA TUSCANY-646. Are you seeing a new problem here?

Thanks,
Raymond
  ----- Original Message ----- 
  From: Chris Wall 
  To: tuscany-user@ws.apache.org 
  Sent: Friday, August 18, 2006 11:48 AM
  Subject: binding.ws (xmlbeans) sending empty soap message


  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


------------------------------------------------------------------------------


  ---------------------------------------------------------------------
  To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
  For additional commands, e-mail: tuscany-user-help@ws.apache.org