javax.xml.ws.WebServiceException: java.lang.RuntimeException: javax.naming.NameNotFoundException
sambati Feb 7, 2019 12:48 PM<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:efile="http://www.irs.gov/efile"
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
xmlns:soapbind="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:types="http://schedule1.fed.efile.irs.gov"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soapjms="http://www.w3.org/2010/soapjms/"
name="MeF" targetNamespace="http://www.irs.gov/efile">
<wsdl:message name="StoreSubmissionIndControllerArgs">
<wsdl:part name="irsSubmissionId" type="xsd:string"/>
<wsdl:part name="recoveryFlag" type="xsd:boolean"/>
</wsdl:message>
<wsdl:message name="void"/>
<wsdl:portType name="StoreSubmissionInd">
<wsdl:operation name="StoreSubmission">
<wsdl:input message="efile:StoreSubmissionIndControllerArgs"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="StoreSubmissionIndBinding" type="efile:StoreSubmissionInd">
<soapbind:binding style="rpc" transport="http://www.w3.org/2010/soapjms/"/>
<!--
<soapbind:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/jms"/>
-->
<wsdl:operation name="StoreSubmission">
<soapbind:operation soapAction="http://www.irs.gov/mef/StoreSubmission"/>
<wsdl:input>
<soapbind:body namespace="http://www.irs.gov/efile" use="literal"/>
</wsdl:input>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="StoreSubmissionIndService">
<soapjms:jndiConnectionFactoryName>jms/RemoteConnectionFactory</soapjms:jndiConnectionFactoryName>
<soapjms:jndiInitialContextFactory>org.jboss.naming.remote.client.InitialContextFactory</soapjms:jndiInitialContextFactory>
<soapjms:jndiURL>remote://efdev176:4647</soapjms:jndiURL>
<wsdl:port binding="efile:StoreSubmissionIndBinding" name="StoreSubmissionIndPort">
<soapbind:address location="jms:queue:MeF.FED.SSIND.Req"/>
</wsdl:port>
</wsdl:service>
<wsdl:service name="StoreSubmissionIndServiceLocal">
<soapjms:jndiConnectionFactoryName>jms/RemoteConnectionFactory</soapjms:jndiConnectionFactoryName>
<soapjms:jndiInitialContextFactory>org.jboss.naming.remote.client.InitialContextFactory</soapjms:jndiInitialContextFactory>
<soapjms:jndiURL>remote://efdev176:4647</soapjms:jndiURL>
<wsdl:port binding="efile:StoreSubmissionIndBinding" name="StoreSubmissionIndPort">
<soapbind:address location="jms:queue:MeF.FED.SSIND.Req"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
MESSAGE (ASSOCIATE)
-
domain.xml.zip 18.1 KB
-
server.log.zip 19.2 KB