re-attach the wsdl file:
<?xml version="1.0" encoding="UTF-8"?>
| <definitions name="MainIM_ServiceProxy"
targetNamespace="http://ws.ydeng.com" xmlns:tns="http://ws.ydeng.com"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns="http://schemas.xmlsoap.org/wsdl/">
| <types>
| </types>
| <message name="SoapPortType_getCountResponse">
| <part name="result" type="xsd:int"/>
| </message>
| <message name="SoapPortType_getCount">
| <part name="String_1" type="xsd:string"/>
| </message>
| <portType name="SoapPortType">
| <operation name="getCount" parameterOrder="String_1">
| <input message="tns:SoapPortType_getCount"/>
| <output message="tns:SoapPortType_getCountResponse"/>
| </operation>
| </portType>
| <binding name="SoapPortTypeBinding"
type="tns:SoapPortType">
| <soap:binding style="rpc"
transport="http://schemas.xmlsoap.org/soap/http"/>
| <operation name="getCount">
| <soap:operation soapAction=""/>
| <input>
| <soap:body use="literal"
namespace="http://ws.ydeng.com"/>
| </input>
| <output>
| <soap:body use="literal"
namespace="http://ws.ydeng.com"/>
| </output>
| </operation>
| </binding>
| <service name="MainIM_ServiceProxy">
| <port name="SoapPortTypePort"
binding="tns:SoapPortTypeBinding">
| <soap:address
location="http://localhost/WebService-ejb/MainIM_ServiceProxyBean"/>
| </port>
| </service>
| </definitions>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988080#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...