It would appear so.  Do you have any suggestions on how I might get the client 
to provide the namespace?

Here is the wsdl for the endpoint, I have added a comment to the jira issue 
with a copy of this.

  | <?xml version="1.0" encoding="UTF-8"?>
  | <wsdl:definitions targetNamespace="http://webservices.est.useme.etish.com"; 
  |     xmlns:apachesoap="http://xml.apache.org/xml-soap"; 
  |     xmlns:impl="http://webservices.est.useme.etish.com"; 
  |     xmlns:intf="http://webservices.est.useme.etish.com"; 
  |     xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; 
  |     xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"; 
  |     xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
  | <!--WSDL created by Apache Axis version: 1.2RC2
  | Built on Nov 16, 2004 (12:19:44 EST)-->
  |    <wsdl:message name="publishResponse">
  |       <wsdl:part name="publishReturn" type="xsd:string"/>
  |    </wsdl:message>
  |    <wsdl:message name="publishRequest">
  |       <wsdl:part name="in0" type="xsd:string"/>
  |       <wsdl:part name="in1" type="xsd:string"/>
  |       <wsdl:part name="in2" type="xsd:string"/>
  |       <wsdl:part name="in3" type="xsd:string"/>
  |       <wsdl:part name="in4" type="xsd:short"/>
  |    </wsdl:message>
  |    <wsdl:portType name="PublisherWSEndPoint">
  |       <wsdl:operation name="publish" parameterOrder="in0 in1 in2 in3 in4">
  |          <wsdl:input message="impl:publishRequest" name="publishRequest"/>
  |          <wsdl:output message="impl:publishResponse" 
name="publishResponse"/>
  |       </wsdl:operation>
  |    </wsdl:portType>
  |    <wsdl:binding name="PublisherWSSoapBinding" 
type="impl:PublisherWSEndPoint">
  |       <wsdlsoap:binding style="rpc" 
transport="http://schemas.xmlsoap.org/soap/http"/>
  |       <wsdl:operation name="publish">
  |          <wsdlsoap:operation soapAction=""/>
  |          <wsdl:input name="publishRequest">
  |             <wsdlsoap:body 
namespace="http://webservices.est.useme.etish.com"; use="literal"/>
  |          </wsdl:input>
  |          <wsdl:output name="publishResponse">
  |             <wsdlsoap:body 
namespace="http://webservices.est.useme.etish.com"; use="literal"/>
  |          </wsdl:output>
  |       </wsdl:operation>
  |    </wsdl:binding>
  |    <wsdl:service name="PublisherWSEndPointService">
  |       <wsdl:port binding="impl:PublisherWSSoapBinding" name="PublisherWS">
  |          <wsdlsoap:address location="http://dummy-location"/>
  |       </wsdl:port>
  |    </wsdl:service>
  | </wsdl:definitions>

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860432#3860432

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860432


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
JBoss-Development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to