Hello:
I am using Ant Task provided by the BEA WebLogic server to create WSDL. When i check the WSDL, i found the soapAction="". But the transport is SOAP.
and it should have soapAction attribute.Can you help me to figure it out?
Thanks
-Maria
<binding type="tns:HelloWorldEJBPort" name="HelloWorldEJBPort">
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
- <operation name="sayHello">
<soap
peration style="rpc" soapAction="" />
- <input>
<soap:body namespace="http://vwhq5123:13500/examples/webservices/basic/statelessSession" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" />
</input>
- <output>
<soap:body namespace="http://vwhq5123:13500/examples/webservices/basic/statelessSession" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" />
</output>
</operation>
</binding>