This is the WSDL, generated with the wstools. The webservice itself is a 
slighty modified (Mostly only modified namespaces, to experiment a bit. Could 
be this is where the error lies) version of the "TrivialEndpoint" example.


  | <?xml version="1.0" encoding="UTF-8"?>
  | <definitions name='TrivialEndpoint' 
targetNamespace='http://nl.example.ws/TrivialEndpoint' 
xmlns='http://schemas.xmlsoap.org/wsdl/' 
xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' 
xmlns:tns='http://nl.example.ws/TrivialEndpoint' 
xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
  |  <types/>
  |  <message name='TrivialService_purchase'>
  |   <part name='String_1' type='xsd:string'/>
  |   <part name='String_2' type='xsd:string'/>
  |  </message>
  |  <message name='TrivialService_purchaseResponse'>
  |   <part name='result' type='xsd:string'/>
  |  </message>
  |  <portType name='TrivialService'>
  |   <operation name='purchase' parameterOrder='String_1 String_2'>
  |    <input message='tns:TrivialService_purchase'/>
  |    <output message='tns:TrivialService_purchaseResponse'/>
  |   </operation>
  |  </portType>
  |  <binding name='TrivialServiceBinding' type='tns:TrivialService'>
  |   <soap:binding style='rpc' 
transport='http://schemas.xmlsoap.org/soap/http'/>
  |   <operation name='purchase'>
  |    <soap:operation soapAction=''/>
  |    <input>
  |     <soap:body namespace='http://nl.example.ws/TrivialEndpoint' 
use='literal'/>
  |    </input>
  |    <output>
  |     <soap:body namespace='http://nl.example.ws/TrivialEndpoint' 
use='literal'/>
  |    </output>
  |   </operation>
  |  </binding>
  |  <service name='TrivialEndpoint'>
  |   <port binding='tns:TrivialServiceBinding' name='TrivialServicePort'>
  |    <soap:address location='REPLACE_WITH_ACTUAL_URL'/>
  |   </port>
  |  </service>
  | </definitions>
  | 

Im also not quite sure why wstools keeps inserting the 
"REPLACE_WITH_ACTUAL_URL" string. I manually change it to 
"http://testhost:8080/webservices?wsdl"; each run. 

As you probably have guessed by now I'm a real beginner when it comes to 
webservices with JBoss :-)

Thanks for taking the time to help me out.

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

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


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to