1. Binding JVM to An IP Other than Default stackoverflow.comI have a multihomed system with multiple NICs and IPs. I am not %100 sure how my Sun JVM chooses the IP representing 'this' system (that's the "source IP" when connecting to ... |
2. AXIS2 Client on a socket stackoverflow.comI am writing a java Axis2 client. This client have to send SOAP request to my server over an existing TCP socket. So I just would like Axis2 to communication using ... |
3. Java app, using Axis2 API, fails to create an outbound socket (after a while of running ok)... why? stackoverflow.comI'm trying to diagnose why a Java-based app runs for a while as a client making SOAP webservice calls, and then starts hitting an exception whereby it cannot open a socket. ... |
4. org.apache.axis2.AxisFault: Unconnected sockets not implemented coderanch.comHi All, I am new to Java and Web Services. I have crated client Stubs from WSDL to connect to webservice import com.company.www.ecc.cdm.serviceheader.ServiceHeaderType; import com.company.www.ecc.cdm.serviceheader.String255; import com.company.www.ecc.cdm.serviceheader.String50; import com.company.www.it.webservices.Util.DateUtil; import com.company.www.it.webservices.Util.ReadAndPrintXMLFile; import com.company.www.it.webservices.Util.ReadKeyFromProperties; import com.company.www.it.webservices.translationinitiationrequest.TranslationInitiationRequest; import com.company.www.it.webservices.translationinitiationrequeststatus.TranslationInitiationRequestStatus; import com.company.www.it.webservices.translationservice.ExtensionsType; import com.company.www.it.webservices.translationservice.GenericExtensionNumericType; import com.company.www.it.webservices.translationservice.GenericExtensionStringType; import com.company.www.it.webservices.translationservice.OperationLOVType; import com.company.www.it.webservices.translationservice.PackageEncodingLOVType; import com.company.www.it.webservices.translationservice.PriorityLOVType; import com.company.www.it.webservices.translationservice.RequiredStringType; import com.company.www.it.webservices.translationservice.Status; import com.company.www.it.webservices.translationservice.TargetLocale_type0; import com.company.www.it.webservices.translationservice.TranslationRequestGroupType; import com.company.www.it.webservices.translationservice.TranslationRequestUnitType; import com.company.www.it.webservices.translationservice.TranslationServiceAbstractStub; ... |
5. fix the sockets used by axis2 clients coderanch.comHi, I am using Axis 2 webservices for some time now, as part of security hardening I need to fix and tell my webservice client users what are the sockets used by the axis2 webservice client to actually send the webservice request to the server. Could you please let me know how to configure this ? |