How do I open a JIRA issue? FYI here is my other wsdl
<?xml version="1.0" encoding="UTF-8"?> | | | | | <definitions name="SimpleWriterService" | targetNamespace="http://webservice" xmlns:tns="http://webservice" | xmlns="http://schemas.xmlsoap.org/wsdl/" | xmlns:xsd="http://www.w3.org/2001/XMLSchema" | xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" | xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"> | | <types /> | | <plnk:partnerLinkType name="writeLink"> | <plnk:role name="writeService"> | <plnk:portType name="tns:SimpleFileWriter" /> | </plnk:role> | </plnk:partnerLinkType> | | <message name="SimpleFileWriter_writeMessage"> | <part name="String_1" type="xsd:string" /> | </message> | <message name="SimpleFileWriter_writeMessageResponse"> | <part name="result" type="xsd:int" /> | </message> | <portType name="SimpleFileWriter"> | <operation name="writeMessage" parameterOrder="String_1"> | <input message="tns:SimpleFileWriter_writeMessage" /> | <output message="tns:SimpleFileWriter_writeMessageResponse" /> | </operation> | </portType> | <binding name="SimpleFileWriterBinding" | type="tns:SimpleFileWriter"> | <soap:binding transport="http://schemas.xmlsoap.org/soap/http" | style="rpc" /> | <operation name="writeMessage"> | <soap:operation soapAction="" /> | <input> | <soap:body use="literal" namespace="http://webservice" /> | </input> | <output> | <soap:body use="literal" namespace="http://webservice" /> | </output> | </operation> | </binding> | <service name="SimpleWriterService"> | <port name="SimpleFileWriterPort" | binding="tns:SimpleFileWriterBinding"> | <soap:address location="REPLACE_WITH_ACTUAL_URL" /> | </port> | </service> | </definitions> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940710#3940710 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940710 ------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
