javax.xml.soap.SOAPException: Unable to receive message. caused by: java.io.IOException: The server at http://localhost:7101/ws_activacion/ActivacionWebServices returned a 500 error code (Internal Server Error). Please ensure that your URL is correct, and the web service has deployed.
In my console log:
Number: 2, Msg: Test del cliente
Number: 2, Msg: Test del cliente
Caso 2, arrojo un SOAPCustomException
javax.xml.soap.SOAPException: Unable to receive message.
at weblogic.wsee.saaj.SOAPConnectionImpl.call(SOAPConnectionImpl.java:79)
at weblogic.testclient.WebServiceOperation.invokeHttp(WebServiceOperation.java:515)
at weblogic.testclient.WebServiceOperation.addWeblogicHeadersAndInvoke(WebServiceOperation.java:386)
at weblogic.testclient.WebServiceOperation.invokeSimple(WebServiceOperation.java:322)
.
.
.
In the java code this is the block that crash:
case 2:
System.out.println(“Caso 2, arrojo un SOAPCustomException”);
try
{
detail.addTextNode(“Caso 2, arrojo un SOAPCustomException—-DETAIL”);
}
catch(Exception e){ e.printStackTrace();}
throw new SOAPCustomException(new QName(“some.qname”),”SERV001″, “Testing error de servidor”,detail);
Can u help me to solve this? or to understand why it did not work?
Just to help with a Stack Trace from the Console when i RUN the client…
:: PLEASE DELETE THIS MSG IF U CONSIDER IT IS NOT USEFUL ::
[java] Test Method
[java] ——————————
[java] | Invoke : testMethod |
[java] ——————————
[java] invoking method testMethod with args: {num=2, msg=test desde el cliente}
[java] Found Webservice method : {http://com/activacionbb/ws}testMethod
[java] WsStub.invoke–>
[java] method= testMethod
[java] wsPort= {http://com/activacionbb/ws}ActivacionWebServicesPort
[java] operation= {http://com/activacionbb/ws}testMethod
[java] input= {num=2, msg=test desde el cliente}
[java] Creating context
[java] Created<SoapMessageContext.:42>
[java] Copy invocation properties
[java] Handler chain:
[java] Handler[0] = (CodecHandler@5375832)
[java] Handler[1] = weblogic.wsee.workarea.WorkAreaClientHandler@60498d
[java] Handler[2] = weblogic.wsee.addressing.ClientAddressingHandler@7cd70c
[java] Handler[3] = weblogic.wsee.ws.dispatch.server.JaxrpcChainHandler@a6370
[java] Handler[4] = weblogic.wsee.ws.dispatch.client.MimeHeaderHandler@67303
[java] Handler[5] = weblogic.wsee.async.AsyncClientHandler@68db68
[java] Handler[6] = (ConnectionHandler@1881254)
[java] Invoking handler chain
[java] Processing CodecHandler…
[java] Reset message
[java] set Message called: weblogic.xml.saaj.SOAPMessageImpl@899a54
[java] useMTOMmessage set to ‘false'<SoapEncoder.:65>
[java] Soap action: “”
[java] Creating type registry<TypeRegistry.:45>
[java] Is header: false
[java] SoapEncoder.encodeParams–>
[java] xml root= {http://com/activacionbb/ws}testMethod
[java] parameter= num
[java] xml type= t=int@http://www.w3.org/2001/XMLSchema
[java] java type= int
[java] value= 2
[java] SoapEncoder.serializeType–>
[java] xml root= {http://com/activacionbb/ws}testMethod
[java] object= 2
[java] java Type= int
[java] xml Type= t=int@http://www.w3.org/2001/XMLSchema
[java] name= num
[java] useMTOMmessage= false
[java] BaseSerializerContext.serializeType–>
[java] javaType= int
[java] xmlType= {http://www.w3.org/2001/XMLSchema}int
[java] useMTOMmessage= false
[java] Is header: false
[java] SoapEncoder.encodeParams–>
[java] xml root= {http://com/activacionbb/ws}testMethod
[java] parameter= msg
[java] xml type= t=string@http://www.w3.org/2001/XMLSchema
[java] java type= class java.lang.String
[java] value= test desde el cliente
[java] SoapEncoder.serializeType–>
[java] xml root= {http://com/activacionbb/ws}testMethod
[java] object= test desde el cliente
[java] java Type= java.lang.String
[java] xml Type= t=string@http://www.w3.org/2001/XMLSchema
[java] name= msg
[java] useMTOMmessage= false
[java] BaseSerializerContext.serializeType–>
[java] javaType= class java.lang.String
[java] xmlType= {http://www.w3.org/2001/XMLSchema}string
[java] useMTOMmessage= false
[java] Processing WorkAreaClientHandler…
[java] Processing ClientAddressingHandler…
[java] Processing JaxrpcChainHandler…
[java] Processing MimeHeaderHandler…
[java] Processing AsyncClientHandler…
[java] Processing ConnectionHandler…
[java] (SoapMessageContext@11370703 <properties{ })
[java] Read timeout: null
[java] Connection timeout: null
[java] ** S T A R T R E Q U E S T **
[java] POST http://localhost:7101/ws_activacion/ActivacionWebServices
[java] Content-Type: text/xml; charset=”utf-8″
[java] SOAPAction: “”
[java] 2test desde el cliente
[java] ** E N D R E Q U E S T **
[java] Message send ok
[java] handleResponse called
[java] Processing ConnectionHandler…
[java] ** S T A R T R E S P O N S E **
[java] 500 Internal Server Error
[java] Connection: close
[java] Content-Length: 106
[java] X-Powered-By: Servlet/2.5 JSP/2.1
[java] Date: Mon, 02 Aug 2010 03:28:12 GMT
[java] Content-Type: text/html
[java] null: HTTP/1.1 500 Internal Server Error
[java] ** S T A R T I N P U T S T R E A M **
[java] Unknown errorjava.lang.AssertionError: javax.xml.soap.SOAPException: FaultCode must be namespace qualified** E N D I N P U T S T R E A M **
[java] ** E N D R E S P O N S E **
[java] Error stream with status code 500
[java] Failed to invoke handle response
[java] weblogic.wsee.handler.InvocationException: Failed to receive message java.io.IOException: The server at http://localhost:7101/ws_activacion/ActivacionWebServices returned a 500 error code (Internal Server Error). Please ensure that your URL is correct, and the web service has deployed.
[java] weblogic.wsee.handler.InvocationException: Failed to receive message java.io.IOException: The server at http://localhost:7101/ws_activacion/ActivacionWebServices returned a 500 error code (Internal Server Error). Please ensure that your URL is correct, and the web service has deployed.
[java] at weblogic.wsee.ws.dispatch.client.ConnectionHandler.handleResponse(ConnectionHandler.java:164)
[java] at weblogic.wsee.handler.HandlerIterator.handleResponse(HandlerIterator.java:236)
[java] at weblogic.wsee.handler.HandlerIterator.handleResponse(HandlerIterator.java:220)
[java] at weblogic.wsee.ws.dispatch.client.ClientDispatcher.handleResponse(ClientDispatcher.java:159)
[java] at weblogic.wsee.ws.dispatch.client.ClientDispatcher.dispatch(ClientDispatcher.java:114)
[java] at weblogic.wsee.ws.WsStub.invoke(WsStub.java:89)
[java] at weblogic.wsee.jaxrpc.StubImpl._invoke(StubImpl.java:331)
[java] at com.activacionbb.mq.client.ActivacionWebServicesPortType_Stub.testMethod(Unknown Source)
[java] at com.activacionbb.mq.Despachador.testmethod(Unknown Source)
[java] at com.activacionbb.mq.Despachador.main(Unknown Source)
[java] Caused by: java.io.IOException: The server at http://localhost:7101/ws_activacion/ActivacionWebServices returned a 500 error code (Internal Server Error). Please ensure that your URL is correct, and the web service has deployed.
[java] at weblogic.wsee.connection.transport.http.HTTPClientTransport.handleErrorResponse(HTTPClientTransport.java:272)
[java] at weblogic.wsee.connection.transport.http.HTTPClientTransport.receive(HTTPClientTransport.java:204)
[java] at weblogic.wsee.connection.soap.SoapConnection.receive(SoapConnection.java:83)
[java] at weblogic.wsee.ws.dispatch.client.ConnectionHandler.handleResponse(ConnectionHandler.java:162)
[java] … 9 more
[java] set Message called: weblogic.xml.saaj.SOAPMessageImpl@86bf64
[java] Processing AsyncClientHandler…
[java] Processing MimeHeaderHandler…
[java] Processing JaxrpcChainHandler…
[java] Processing ClientAddressingHandler…
[java] Looking for WS-Addressing headers
[java] Called ……..
[java] Processing WorkAreaClientHandler…
[java] Processing CodecHandler…
[java] Calling handle fault on codec handler
[java] Message context contain fault
[java] could not create exception from known exception types. Created general SOAPFaultException instead
[java] Throwable from context.getFault() not null. Setting initCause on exception to Failed to receive message java.io.IOException: The server at http://localhost:7101/ws_activacion/ActivacionWebServices returned a 500 error code (Internal Server Error). Please ensure that your URL is correct, and the web service has deployed.
[java] set Message called: weblogic.xml.saaj.SOAPMessageImpl@c2df08
[java] Dispatch done
[java] Exception in thread “main” java.rmi.RemoteException: SOAPFaultException – FaultCode [{http://schemas.xmlsoap.org/soap/envelope/}Server] FaultString [Failed to receive message java.io.IOException: The server at http://localhost:7101/ws_activacion/ActivacionWebServices returned a 500 error code (Internal Server Error). Please ensure that your URL is correct, and the web service has deployed. The server at http://localhost:7101/ws_activacion/ActivacionWebServices returned a 500 error code (Internal Server Error). Please ensure that your URL is correct, and the web service has deployed. ] FaultActor [null] Detail [java.io.IOException: The server at http://localhost:7101/ws_activacion/ActivacionWebServices returned a 500 error code (Internal Server Error). Please ensure that your URL is correct, and the web service has deployed.
Hi Mauro,
The Exception which u are getting is a Valid RemoteException…which internally contains “SOAPFaultException” thrown by our WebService Program…It depends on our Client Side application Logic to “How to Handle this SOAPFaultException…?”.
In the Current Test Case i added a Client Side Handler as well to get the SoapFaultException and to display the Fault Message. Just try it once. I have attached the Screen shot as well which we are getting at Client side.
Thanx for reply Jay, i will try this test case… i have a doubt
So, if the exception i get is a valid RemoteException. It’s ok that the page Test WS dont throw response?
Because when i try the test method in the test page i just see the “Service Request” panel but not the “Service Response” panel in the “Request Detail”. Also i get the exception in the “Request Summary – Fault” panel.
In the following Image: (Client Run part) http://a.imageshack.us/img28/1927/capturadepantalla201008.png I can see that your Client is trying to connect to localhost:7001 to get the WSDL …you need to change the Program mentioned inside the client program….I think in your case Server Port was 7101.
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
One question about WS, the asynchronous method calling only works for client in the same Weblogic server? or it will work on differents servers for client and webservice?
In my apache error log, basically weblogic is refusing connection to apache requests.(though the webserver and appserver are running fine)
error] CONNECTION_REFUSED [os error=0, line 1516 of ../nsapi/URL.cpp]: **.**.**.**:7001 errno = 0
Can you suggest me why this errors occur and meaning of these os error code , Unable to get the stack trace so need to know more about this exception in general
Hi Rakesh,
WebServers are Much better then Hardware Load Balancers. Because WebServers are much cheaper than Hardware Load Balancers. WebServers provides many additional features like maintaining Static Pages…Custom Error Pages…apart from these there are many debug options are available with WebServers. Maintenance is much easy for WebServers. Anytime you can Upgrade a WebServer.
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
Hi Rakesh,
Generally for Security reasons we keep the WebServers box separate than the weblogic server box. Because we dont want to expose the WebLogic Server Box addresss to the Client. Even to prevent Failure….we do this….
Like suppose if there is a Maintenance in WebLogic Sever Boxes then we can still display a Common Error Page to Users “Site is Under Mainenance” if the WebServer is available in a Separate Box…which is not under maintenance.
.
.
Thanks
Jay SenSharma
Hi Sathya,
Don’t have any answers for this question. “difference between Wide load Balancer and Load Balancer?”
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
This is the situation. We have one IIS server (5.2) on Windows 2k3 server, and there is one weblogic server 9.2.2.0, that hosts 3 applications. One on port 7001, one on 7010, one on 7020.
Is there a way to just use one IIS server and proxy requests to the 3 applications from the same IIS server.
I am trying to compile & install the apache 2.2.X (httpd-2.2.21) with mod_ssl but i am facing the below error while using the configure option it self
checking whether to enable mod_ssl… checking dependencies
checking for SSL/TLS toolkit base… none
checking for OpenSSL version… checking openssl/opensslv.h usability… no
checking openssl/opensslv.h presence… no
checking for openssl/opensslv.h… no
checking openssl/ssl.h usability… no
checking openssl/ssl.h presence… no
checking for openssl/ssl.h… no
no OpenSSL headers found
checking for SSL-C version… checking sslc.h usability… no
checking sslc.h presence… no
checking for sslc.h… no
no SSL-C headers found
configure: error: …No recognized SSL/TLS toolkit detected
HI Ramu,
Apache requires the header files in order to build the SSL module. Which can be found in package “libssl-dev” of openssl.
Also please follow the below link: http://www.linuxhelp.net/forums/index.php?showtopic=8061
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
I USED virtual websites in IIS to forward requests from one IIS to multiple weblogic instances. The configuration is done, but it doesn’t seem to work , can you please help me with this ???
my main goal is to configure single IIS server to proxy requests to multiple weblogic instances under different domains
Jay, can you please help, i have been worrying with this issue for the past 2 months, i tried several options, but i cannot make this single IIS multiple weblogic apps in multiple domains work ???
Atleast can you explain me how to do it in Apache with multiple weblogic apps ???
The customer is requesting to use the 64bit Oracle iplanet webserver in SuSe Linux 64bit OS. But if i installed the 64bit Oracle iplanet webserver into SuSe Linux 64bit. We downloaded the 64bit Weblogic webserver plugin from Myoraclesupport website.
1. SUse Linux 64bir OS (x86_64 GNU/Linux)
2. Weblogic 64bit Generic Verions 10.3.6 with 64bit Sun JVM
3. Oracle Iplanet webserver Linux 64bit.
uspthvmwvono12:/usr/local/sun/sunone7U11-64bit/https-uspthvmwvono12/config # cat magnus.conf
#
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
Init fn=”load-modules” shlib=”libj2eeplugin.so”
Init fn=”load-modules” funcs=”wl_proxy,wl_init” shlib=”/usr/local/sun/sunone7U11-64bit/lib/mod_wl.so”
Init fn=”wl_init”
If i configure the 64bit weblogic plugin into Oracle iplanet linux 64bit webserver. I am facing the below error. How to resolve this issue.
Error Msg:-
———-
uspthvmwvono12:/usr/local/sun/sunone7U11-64bit/https-uspthvmwvono12/bin # ./startserv
Oracle iPlanet Web Server 7.0.11 B03/11/2011 07:54
failure: CORE2253: Error running Init function load-modules: dlopen of /usr/local/sun/sunone7U11-64bit/lib/mod_wl.so failed (/usr/local/sun/sunone7U11-64bit/lib/libapr-1.so.0: file too short)
failure: server initialization failed
I resovled the issue the plugin file the softline is not configured. I missed the softlink for those plugins. Now i resolved that issue.
I am able to access the cognos application in Oracle iplanet 64bit webserver by using the 64bit weblogic plugin.
Hi Jay SenSharma,
Can someone please help me ? I have been unable to get this working; working on this for almost 2-3 weeks now.
I want to setup the env with WLS 10.3.6 on HostA; WLS proxy plugin 1.1 (mod_ohs_wls.so) & Oracle HttpServer (11.1.1.6) on HostB. All the platform is 64 Bit IBM AIX and WLS & OHS are also 64 bit instances.
We want to pass client’s SSL certificate to Backend WLS for certain types of validation at Application level.
Problem Summary:
——————————————————————————–
Unable to PASS CLient SSL to Weblogic via Weblogic Proxy Plugin adn Webserver in front of WLS
Problem Description
——————————————————————————–
We have a new requirement to validate Client’s SSL certificate at the Application level and based on it, we take some decisions.
Our setup involves:
(1) Weblogic Side:
WLS 10.3.6 – 64 Bit on IBM AIX 64 Bit OS.
IBM JDK 6- 64 Bit
Weblogic Plugin Enabled at:
Domain-> Web Applications ->Client Cert Proxy Enabled
Domain-> Web Applications ->WebLogic Plugin Enabled
SSL Certificate Deployed on Managed Server ; custom identity and custom trust store (having all trusted root CA and also Customer’s SSL)
SSL Port Enabled
Two Way SSL Authentication Enabled at Managed Server Level
NO CLUSTER; it is single managed server.
(2) ProxyPlugin & DMZ Server Level:
OracleHttpServer 11.1.1.6 – 64 Bit; enabled for two ssl authentication
SSL Engine ON
SSLVerifyClient require
SSLOptions +FakeBasicAuth +ExportCertData +StrictRequire
SSLWallet # This has our key/public SSL/customer’s trusted SSL etc
(3) Weblogic Plugin 1.1 – mod_wl_ohs
WLProxySSL ON
WLSSLWallet
The client uses XML request/response to use our application on https sending their SSL certificaes.
We don’t find CLiennt’s SSL passing from Proxy to WLS.
Header to WLS: [Content-Type]=
Header to WLS: [Authorization]=[Basic Q0VSVFRFU1R
Header to WLS: [User-Agent]=[Java/1.7.0_04]
Header to WLS: [Host]=[lt-101843.xxxx.com:44
Header to WLS: [Accept]==[379]
Header to WLS: [Connection]=[Keep-Alive]
Header to WLS: [WL-Proxy-SSL]=[true]
Header to WLS: [X-Forwarded-For]=[10.1.10.180]
Header to WLS: [WL-Proxy-Client-Cert]=[] ###### Empty List ………………….??????
Header to WLS: [WL-Proxy-Client-Keysize]=[128]
Header to WLS: [WL-Proxy-Client-Secretkeysize]=[1
Header to WLS: [WL-Proxy-Client-IP]=[10.1.10.180]
Header to WLS: [Proxy-Client-IP]=[10.1.10.180]
Header to WLS: [X-WebLogic-KeepAliveSecs]=[30]
Header to WLS: [X-WebLogic-Force-JVMID]=[unset]
The proxy log does not show any certificates being passed from Client Header to Proxy…
The client can though access the application on the weblogic; it is just application does not find any matching certificates and then it throws the error.
Client sends the certificates via XML request.
These are the headers seen in the proxy log:
2012-11-12T00:09:34.7549-05:00 No of headers =9
2012-11-12T00:09:34.7549-05:00 Header from client:[Content-Type]=
2012-11-12T00:09:34.7549-05:00 Header from client:[Authorization]=[Basic Q0VSVFRFU1RJTkdfQURNSU46YWJjMTIz]
2012-11-12T00:09:34.7549-05:00 Header from client:=[XXX]
2012-11-12T00:09:34.7549-05:00 Header from client:[company-code]=[YYYY]
2012-11-12T00:09:34.7549-05:00 Header from client:[User-Agent]=[Java/1.7.0_04]
2012-11-12T00:09:34.7549-05:00 Header from client:[Host]=[lt-XXX.YYYY.com:4443]
2012-11-12T00:09:34.7549-05:00 Header from client:[Accept]=
2012-11-12T00:09:34.7549-05:00 Header from client:[Connection]=[keep-alive]
2012-11-12T00:09:34.7549-05:00 Header from client:[Content-Length]=[379]
I would greatly appreciate any inputs.
Thanks in advance.
Let me know if you need additional information on this setup.
I want to login to 4shared.com site using soap api, for that my code is
function soap() {
Ti.include(‘/ui/common/mashups/suds.js’);
var window = Ti.UI.createWindow();
var label = Ti.UI.createLabel({
top: 10,
left: 10,
width: ‘auto’,
height: ‘auto’,
text: ‘ Connecting to 4shared.com web service…’
});
window.add(label);
var url = “http://api.4shared.com/jax2/DesktopApp?wsdl”;
var callparams = {
login: “abc@gmail.com”,
password: “123”
};
var suds = new SudsClient({
endpoint: url,
targetNamespace: ‘http://api.soap.shared.pmstation.com/’
});
try {
suds.invoke(‘isAccountActive’, callparams, function(xmlDoc) {
var results = xmlDoc.documentElement.getElementsByTagName(‘return’);
if (results && results.length>0) {
var result = results.item(0);
label.text = ‘Response is nn ‘ + results.item(0).text + ‘.’;
} else {
label.text = ‘Oops, could not determine result of SOAP call.’;
}
});
} catch(e) {
Ti.API.error(‘Error: ‘ + e);
}
return window;
};
module.exports = soap;
it always return me false but i already have my account on 4shared.com
I had one question that, In httpd.conf file, If i write any if condition in caps, Can i get any error? if yes what kind of error i will get? How to debug this… ?
I am facing one issue in apache-siteminder-weblogic environment. We are using Siteminder for SSO functionality, where webagent is configured to apache and there is a redirection logic in apache
Coming to issue:
we recently upgraded weblogic from 10.0 to 10.3.4 , so after upgrade, this redirection thing is not working. So when i rolled out to previous version,
it starts working. No idea what could be the issue. We enabled weblogic Proxy-plugin parameter also for each manage server in new version. But still we are getting issue.
I am not sure, do i have to change anything in siteminder configurations. please advice.
Hello Guys,
I am just repeating a question which was asked earlier but seemed to have no positive response.
How to proxy requests from a single IIS to two different Weblogic servers ? Currently, its working with only one (with ISAPI filter and configuring iisproxy.ini ). Now we have a requirement proxy another url which is hosted in a different weblogic server.
We have an max connection issue in production environment and when I open a weblogic console.the admin console was very slow and it took so much time to open login page and after giving credentials the server hang and not displaying anything. So, what might be the issue here. Please let me know if we can do any tuning for admin console.
This is not the first time happening. In the peak hours the admin becomes very slow. and not able to open at least main console also.
We have weblogic split deploy archtecture (SunOne6 webserver and Weblogic 9) appserver. We are using urlrewrite filter to do redirections. The problem however is that, the rewrite rules are not working for all the requests for static content.
The problem I think is that, the web server itself is trying to handle the static content requests before going to app server, where rewrite rules actually takes place.
Is there any way to overcome this issue.
How can i configure a DataSource from Weblogic 10.3 to an Oracle 11gR2 database in a rac? I only have de host name of the rac, the port and the Service name of the data base (also the user and psw).
August 2nd, 2010 on 8:53 am
Hello Jay, im having an issue with and example that u provide me… this is the detail:
1) OS: Snow Leopard; WL Version: 10.0MP2; JVM vendor: java 1.5.0
2) When i test the example http://www.4shared.com/file/e8WtqciF/Mauro_SoapFault.html
I get this error:
javax.xml.soap.SOAPException: Unable to receive message. caused by: java.io.IOException: The server at http://localhost:7101/ws_activacion/ActivacionWebServices returned a 500 error code (Internal Server Error). Please ensure that your URL is correct, and the web service has deployed.
In my console log:
Number: 2, Msg: Test del cliente
Number: 2, Msg: Test del cliente
Caso 2, arrojo un SOAPCustomException
javax.xml.soap.SOAPException: Unable to receive message.
at weblogic.wsee.saaj.SOAPConnectionImpl.call(SOAPConnectionImpl.java:79)
at weblogic.testclient.WebServiceOperation.invokeHttp(WebServiceOperation.java:515)
at weblogic.testclient.WebServiceOperation.addWeblogicHeadersAndInvoke(WebServiceOperation.java:386)
at weblogic.testclient.WebServiceOperation.invokeSimple(WebServiceOperation.java:322)
.
.
.
In the java code this is the block that crash:
case 2:
System.out.println(“Caso 2, arrojo un SOAPCustomException”);
try
{
detail.addTextNode(“Caso 2, arrojo un SOAPCustomException—-DETAIL”);
}
catch(Exception e){ e.printStackTrace();}
throw new SOAPCustomException(new QName(“some.qname”),”SERV001″, “Testing error de servidor”,detail);
Can u help me to solve this? or to understand why it did not work?
Thanx in advance Jay
August 2nd, 2010 on 9:06 am
Just to help with a Stack Trace from the Console when i RUN the client…
:: PLEASE DELETE THIS MSG IF U CONSIDER IT IS NOT USEFUL ::
[java] Test Method
[java] ——————————
[java] | Invoke : testMethod |
[java] ——————————
[java] invoking method testMethod with args: {num=2, msg=test desde el cliente}
[java] Found Webservice method : {http://com/activacionbb/ws}testMethod
[java] WsStub.invoke–>
[java] method= testMethod
[java] wsPort= {http://com/activacionbb/ws}ActivacionWebServicesPort
[java] operation= {http://com/activacionbb/ws}testMethod
[java] input= {num=2, msg=test desde el cliente}
[java] Creating context
[java] Created<SoapMessageContext.:42>
[java] Copy invocation properties
[java] Handler chain:
[java] Handler[0] = (CodecHandler@5375832)
[java] Handler[1] = weblogic.wsee.workarea.WorkAreaClientHandler@60498d
[java] Handler[2] = weblogic.wsee.addressing.ClientAddressingHandler@7cd70c
[java] Handler[3] = weblogic.wsee.ws.dispatch.server.JaxrpcChainHandler@a6370
[java] Handler[4] = weblogic.wsee.ws.dispatch.client.MimeHeaderHandler@67303
[java] Handler[5] = weblogic.wsee.async.AsyncClientHandler@68db68
[java] Handler[6] = (ConnectionHandler@1881254)
[java] Invoking handler chain
[java] Processing CodecHandler…
[java] Reset message
[java] set Message called: weblogic.xml.saaj.SOAPMessageImpl@899a54
[java] useMTOMmessage set to ‘false'<SoapEncoder.:65>
[java] Soap action: “”
[java] Creating type registry<TypeRegistry.:45>
[java] Is header: false
[java] SoapEncoder.encodeParams–>
[java] xml root= {http://com/activacionbb/ws}testMethod
[java] parameter= num
[java] xml type= t=int@http://www.w3.org/2001/XMLSchema
[java] java type= int
[java] value= 2
[java] SoapEncoder.serializeType–>
[java] xml root= {http://com/activacionbb/ws}testMethod
[java] object= 2
[java] java Type= int
[java] xml Type= t=int@http://www.w3.org/2001/XMLSchema
[java] name= num
[java] useMTOMmessage= false
[java] BaseSerializerContext.serializeType–>
[java] javaType= int
[java] xmlType= {http://www.w3.org/2001/XMLSchema}int
[java] useMTOMmessage= false
[java] Is header: false
[java] SoapEncoder.encodeParams–>
[java] xml root= {http://com/activacionbb/ws}testMethod
[java] parameter= msg
[java] xml type= t=string@http://www.w3.org/2001/XMLSchema
[java] java type= class java.lang.String
[java] value= test desde el cliente
[java] SoapEncoder.serializeType–>
[java] xml root= {http://com/activacionbb/ws}testMethod
[java] object= test desde el cliente
[java] java Type= java.lang.String
[java] xml Type= t=string@http://www.w3.org/2001/XMLSchema
[java] name= msg
[java] useMTOMmessage= false
[java] BaseSerializerContext.serializeType–>
[java] javaType= class java.lang.String
[java] xmlType= {http://www.w3.org/2001/XMLSchema}string
[java] useMTOMmessage= false
[java] Processing WorkAreaClientHandler…
[java] Processing ClientAddressingHandler…
[java] Processing JaxrpcChainHandler…
[java] Processing MimeHeaderHandler…
[java] Processing AsyncClientHandler…
[java] Processing ConnectionHandler…
[java] (SoapMessageContext@11370703 <properties{ })
[java] Read timeout: null
[java] Connection timeout: null
[java] ** S T A R T R E Q U E S T **
[java] POST http://localhost:7101/ws_activacion/ActivacionWebServices
[java] Content-Type: text/xml; charset=”utf-8″
[java] SOAPAction: “”
[java] 2test desde el cliente
[java] ** E N D R E Q U E S T **
[java] Message send ok
[java] handleResponse called
[java] Processing ConnectionHandler…
[java] ** S T A R T R E S P O N S E **
[java] 500 Internal Server Error
[java] Connection: close
[java] Content-Length: 106
[java] X-Powered-By: Servlet/2.5 JSP/2.1
[java] Date: Mon, 02 Aug 2010 03:28:12 GMT
[java] Content-Type: text/html
[java] null: HTTP/1.1 500 Internal Server Error
[java] ** S T A R T I N P U T S T R E A M **
[java] Unknown errorjava.lang.AssertionError: javax.xml.soap.SOAPException: FaultCode must be namespace qualified** E N D I N P U T S T R E A M **
[java] ** E N D R E S P O N S E **
[java] Error stream with status code 500
[java] Failed to invoke handle response
[java] weblogic.wsee.handler.InvocationException: Failed to receive message java.io.IOException: The server at http://localhost:7101/ws_activacion/ActivacionWebServices returned a 500 error code (Internal Server Error). Please ensure that your URL is correct, and the web service has deployed.
[java] weblogic.wsee.handler.InvocationException: Failed to receive message java.io.IOException: The server at http://localhost:7101/ws_activacion/ActivacionWebServices returned a 500 error code (Internal Server Error). Please ensure that your URL is correct, and the web service has deployed.
[java] at weblogic.wsee.ws.dispatch.client.ConnectionHandler.handleResponse(ConnectionHandler.java:164)
[java] at weblogic.wsee.handler.HandlerIterator.handleResponse(HandlerIterator.java:236)
[java] at weblogic.wsee.handler.HandlerIterator.handleResponse(HandlerIterator.java:220)
[java] at weblogic.wsee.ws.dispatch.client.ClientDispatcher.handleResponse(ClientDispatcher.java:159)
[java] at weblogic.wsee.ws.dispatch.client.ClientDispatcher.dispatch(ClientDispatcher.java:114)
[java] at weblogic.wsee.ws.WsStub.invoke(WsStub.java:89)
[java] at weblogic.wsee.jaxrpc.StubImpl._invoke(StubImpl.java:331)
[java] at com.activacionbb.mq.client.ActivacionWebServicesPortType_Stub.testMethod(Unknown Source)
[java] at com.activacionbb.mq.Despachador.testmethod(Unknown Source)
[java] at com.activacionbb.mq.Despachador.main(Unknown Source)
[java] Caused by: java.io.IOException: The server at http://localhost:7101/ws_activacion/ActivacionWebServices returned a 500 error code (Internal Server Error). Please ensure that your URL is correct, and the web service has deployed.
[java] at weblogic.wsee.connection.transport.http.HTTPClientTransport.handleErrorResponse(HTTPClientTransport.java:272)
[java] at weblogic.wsee.connection.transport.http.HTTPClientTransport.receive(HTTPClientTransport.java:204)
[java] at weblogic.wsee.connection.soap.SoapConnection.receive(SoapConnection.java:83)
[java] at weblogic.wsee.ws.dispatch.client.ConnectionHandler.handleResponse(ConnectionHandler.java:162)
[java] … 9 more
[java] set Message called: weblogic.xml.saaj.SOAPMessageImpl@86bf64
[java] Processing AsyncClientHandler…
[java] Processing MimeHeaderHandler…
[java] Processing JaxrpcChainHandler…
[java] Processing ClientAddressingHandler…
[java] Looking for WS-Addressing headers
[java] Called ……..
[java] Processing WorkAreaClientHandler…
[java] Processing CodecHandler…
[java] Calling handle fault on codec handler
[java] Message context contain fault
[java] could not create exception from known exception types. Created general SOAPFaultException instead
[java] Throwable from context.getFault() not null. Setting initCause on exception to Failed to receive message java.io.IOException: The server at http://localhost:7101/ws_activacion/ActivacionWebServices returned a 500 error code (Internal Server Error). Please ensure that your URL is correct, and the web service has deployed.
[java] set Message called: weblogic.xml.saaj.SOAPMessageImpl@c2df08
[java] Dispatch done
[java] Exception in thread “main” java.rmi.RemoteException: SOAPFaultException – FaultCode [{http://schemas.xmlsoap.org/soap/envelope/}Server] FaultString [Failed to receive message java.io.IOException: The server at http://localhost:7101/ws_activacion/ActivacionWebServices returned a 500 error code (Internal Server Error). Please ensure that your URL is correct, and the web service has deployed. The server at http://localhost:7101/ws_activacion/ActivacionWebServices returned a 500 error code (Internal Server Error). Please ensure that your URL is correct, and the web service has deployed. ] FaultActor [null] Detail [java.io.IOException: The server at http://localhost:7101/ws_activacion/ActivacionWebServices returned a 500 error code (Internal Server Error). Please ensure that your URL is correct, and the web service has deployed.
Thanx again Jay
August 2nd, 2010 on 1:42 pm
Hi Mauro,
The Exception which u are getting is a Valid RemoteException…which internally contains “SOAPFaultException” thrown by our WebService Program…It depends on our Client Side application Logic to “How to Handle this SOAPFaultException…?”.
In the Current Test Case i added a Client Side Handler as well to get the SoapFaultException and to display the Fault Message. Just try it once. I have attached the Screen shot as well which we are getting at Client side.
Download Link: http://www.4shared.com/file/6jdJecjC/Mauro_SoapFault_2_With_ClientH.html
Attachment Name: Mauro_SoapFault_2_With_ClientHandler.zip (165 KB)
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
August 2nd, 2010 on 6:00 pm
Thanx for reply Jay, i will try this test case… i have a doubt
So, if the exception i get is a valid RemoteException. It’s ok that the page Test WS dont throw response?
Because when i try the test method in the test page i just see the “Service Request” panel but not the “Service Response” panel in the “Request Detail”. Also i get the exception in the “Request Summary – Fault” panel.
Once again, thanx Jay
August 2nd, 2010 on 6:19 pm
Jay i ran the test case… the result is not the same that ur screenshots shows.. this are my 2 screenshots:
Test client on server
http://a.imageshack.us/img248/1927/capturadepantalla201008.png
Console ant run screenshot:
http://a.imageshack.us/img28/1927/capturadepantalla201008.png
Best regards
Mauro
August 2nd, 2010 on 8:31 pm
Hi Mauro,
In the following Image: (Client Run part) http://a.imageshack.us/img28/1927/capturadepantalla201008.png I can see that your Client is trying to connect to localhost:7001 to get the WSDL …you need to change the Program mentioned inside the client program….I think in your case Server Port was 7101.
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
August 3rd, 2010 on 6:31 am
Thanx Jay i fix the server port and it works ok!
One question about WS, the asynchronous method calling only works for client in the same Weblogic server? or it will work on differents servers for client and webservice?
August 17th, 2010 on 12:43 pm
What are nsapi exceptions …
In my apache error log, basically weblogic is refusing connection to apache requests.(though the webserver and appserver are running fine)
error] CONNECTION_REFUSED [os error=0, line 1516 of ../nsapi/URL.cpp]: **.**.**.**:7001 errno = 0
Can you suggest me why this errors occur and meaning of these os error code , Unable to get the stack trace so need to know more about this exception in general
September 15th, 2010 on 11:57 pm
have a question. Can we set up a web server like IIS for windows as a load balancer that will proxy requests to a cluster in a weblogic server.
does this option provide high availability, scalability and etc and if it does, why do we use a physical load balancer.
which do you think is a better option. Web server as a load balancer or a pohysical load balancer.
we are using weblogic 9.2 in windowsd and this is for production servers.
Can you help me please
Thanks in advance
September 16th, 2010 on 12:14 am
Hi Rakesh,
WebServers are Much better then Hardware Load Balancers. Because WebServers are much cheaper than Hardware Load Balancers. WebServers provides many additional features like maintaining Static Pages…Custom Error Pages…apart from these there are many debug options are available with WebServers. Maintenance is much easy for WebServers. Anytime you can Upgrade a WebServer.
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
September 16th, 2010 on 12:20 am
Can we have the web server on the same server as weblogic is running, or do we need to mount it on a nother server just to reduce the traffic.
And also, what if the web server fails ???
tHANKS IN ADVANCE
September 16th, 2010 on 12:34 am
Hi Rakesh,
Generally for Security reasons we keep the WebServers box separate than the weblogic server box. Because we dont want to expose the WebLogic Server Box addresss to the Client. Even to prevent Failure….we do this….
Like suppose if there is a Maintenance in WebLogic Sever Boxes then we can still display a Common Error Page to Users “Site is Under Mainenance” if the WebServer is available in a Separate Box…which is not under maintenance.
.
.
Thanks
Jay SenSharma
April 7th, 2011 on 4:16 am
Hi Jay,
Understanding i am asking this query out of box,
What is the difference between Wide load Balancer and Load Balancer.
Here I am referring to products like 3 DNS and Big IP.
Please direct me to other links or knowledge base, which might help me in understanding these things conceptually.
Thanks
Sathya
April 18th, 2011 on 10:44 pm
Hi Sathya,
Don’t have any answers for this question. “difference between Wide load Balancer and Load Balancer?”
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
October 5th, 2011 on 1:55 am
Hello Jay,
This is the situation. We have one IIS server (5.2) on Windows 2k3 server, and there is one weblogic server 9.2.2.0, that hosts 3 applications. One on port 7001, one on 7010, one on 7020.
Is there a way to just use one IIS server and proxy requests to the 3 applications from the same IIS server.
Please Help Jay
Thanks so much in advance
October 5th, 2011 on 9:10 pm
Can this be done using virtual directories in IIS ???
Please help
October 5th, 2011 on 10:29 pm
Hi Rakesh,
Yes. Use the virtual directories in IIS to forward the requests to different weblogic instances.
Kindly check the below link. It might be useful
http://download.oracle.com/docs/cd/E12840_01/wls/docs103/plugins/isapi.html#wp109058
October 31st, 2011 on 12:26 am
Hi team,
Please help me here,
I am trying to compile & install the apache 2.2.X (httpd-2.2.21) with mod_ssl but i am facing the below error while using the configure option it self
checking whether to enable mod_ssl… checking dependencies
checking for SSL/TLS toolkit base… none
checking for OpenSSL version… checking openssl/opensslv.h usability… no
checking openssl/opensslv.h presence… no
checking for openssl/opensslv.h… no
checking openssl/ssl.h usability… no
checking openssl/ssl.h presence… no
checking for openssl/ssl.h… no
no OpenSSL headers found
checking for SSL-C version… checking sslc.h usability… no
checking sslc.h presence… no
checking for sslc.h… no
no SSL-C headers found
configure: error: …No recognized SSL/TLS toolkit detected
October 31st, 2011 on 12:57 am
HI Ramu,
Apache requires the header files in order to build the SSL module. Which can be found in package “libssl-dev” of openssl.
Also please follow the below link: http://www.linuxhelp.net/forums/index.php?showtopic=8061
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
November 17th, 2011 on 4:18 am
HELLO jAY,
I USED virtual websites in IIS to forward requests from one IIS to multiple weblogic instances. The configuration is done, but it doesn’t seem to work , can you please help me with this ???
my main goal is to configure single IIS server to proxy requests to multiple weblogic instances under different domains
November 17th, 2011 on 11:36 pm
Jay, can you please help, i have been worrying with this issue for the past 2 months, i tried several options, but i cannot make this single IIS multiple weblogic apps in multiple domains work ???
Atleast can you explain me how to do it in Apache with multiple weblogic apps ???
Thanks so muich in advancve
May 11th, 2012 on 2:51 pm
Dear Jay,
The customer is requesting to use the 64bit Oracle iplanet webserver in SuSe Linux 64bit OS. But if i installed the 64bit Oracle iplanet webserver into SuSe Linux 64bit. We downloaded the 64bit Weblogic webserver plugin from Myoraclesupport website.
-rwxrwxrwx 1 webserv www 297947 2011-12-02 02:03 mod_wl.so –> 64bit Weblogic plugin for Oracle Iplanet Webserver 7U11.
-rwxr-xr-x 1 webserv www 933120 2012-04-12 09:33 libproxy_61.so –> 32bit Weblogic plugin for Oracle Iplanet Webserver 7U11.
We installed the Oracle Iplane webserver Linux x86_64 OS in Suse Linux 64bis OS.
Linux uspthvmwvono12 2.6.32.12-0.7-default #1 SMP 2010-05-20 11:14:20 +0200 x86_64 x86_64 x86_64 GNU/Linux
drwxrwxrwx 3 webserv www 4096 2012-05-10 05:43 Oracle_Iplanet_webserver_7U11_Linux_64bit
1. SUse Linux 64bir OS (x86_64 GNU/Linux)
2. Weblogic 64bit Generic Verions 10.3.6 with 64bit Sun JVM
3. Oracle Iplanet webserver Linux 64bit.
uspthvmwvono12:/usr/local/sun/sunone7U11-64bit/https-uspthvmwvono12/config # cat magnus.conf
#
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
Init fn=”load-modules” shlib=”libj2eeplugin.so”
Init fn=”load-modules” funcs=”wl_proxy,wl_init” shlib=”/usr/local/sun/sunone7U11-64bit/lib/mod_wl.so”
Init fn=”wl_init”
If i configure the 64bit weblogic plugin into Oracle iplanet linux 64bit webserver. I am facing the below error. How to resolve this issue.
Error Msg:-
———-
uspthvmwvono12:/usr/local/sun/sunone7U11-64bit/https-uspthvmwvono12/bin # ./startserv
Oracle iPlanet Web Server 7.0.11 B03/11/2011 07:54
failure: CORE2253: Error running Init function load-modules: dlopen of /usr/local/sun/sunone7U11-64bit/lib/mod_wl.so failed (/usr/local/sun/sunone7U11-64bit/lib/libapr-1.so.0: file too short)
failure: server initialization failed
http://docs.oracle.com/cd/E23943_01/web.1111/e16435/iplanet.htm
http://docs.oracle.com/cd/E23943_01/web.1111/e16435/overview.htm#BABBEEIG
Regards,
S.Vinoth Babu.
May 11th, 2012 on 5:56 pm
Hi Jay,
I resovled the issue the plugin file the softline is not configured. I missed the softlink for those plugins. Now i resolved that issue.
I am able to access the cognos application in Oracle iplanet 64bit webserver by using the 64bit weblogic plugin.
-rwxr-xr-x 1 webserv www 20235 2011-12-02 05:03 libwlssl.so
-rwxr-xr-x 1 webserv www 8077904 2011-12-02 05:03 libnnz11.so
-rwxr-xr-x 1 webserv www 267484 2011-12-02 05:03 libapr-1.so.0.4.5
-rwxr-xr-x 1 webserv www 297947 2011-12-02 05:03 mod_wl.so
-rwxr-xr-x 1 webserv www 48166196 2011-12-02 05:03 libclntsh.so.11.1
lrwxrwxrwx 1 webserv www 17 2012-05-11 06:25 libapr-1.so.0 -> libapr-1.so.0.4.5
lrwxrwxrwx 1 webserv www 17 2012-05-11 06:25 libapr-1.so -> libapr-1.so.0.4.5
Regards,
S.Vinoth Babu
August 24th, 2012 on 3:34 pm
I have an urgent question, whether I can deploy .net application on Unix environment, over Weblogic Server.
I have doubts if we can do this with Oracle acquired Weblogic Server 10g and 11g onwards.
Reason for asking is because I came across this WebSite ” http://weblogic.sys-con.com/node/138266 ” that tells us the possibility of doing so.
However, I feel that this was just an experiment or a workaround which does not guarantee world wide implementation and or acceptance.
However, please do confirm the same. And also tell me if there is any special deptt. looking after or support available.
Awaiting for your swift response.
September 26th, 2012 on 1:11 pm
what is worng with this apache configuration and how would u rewrite it ?
name virtualhost*
namevirutalhost *:80
servername some.domain.com
#option and stuff defined here.
servername some.domain2.com
#option anand defined here.
plzzz any one help its urgent ……!!
November 13th, 2012 on 3:09 am
Hi Jay SenSharma,
Can someone please help me ? I have been unable to get this working; working on this for almost 2-3 weeks now.
I want to setup the env with WLS 10.3.6 on HostA; WLS proxy plugin 1.1 (mod_ohs_wls.so) & Oracle HttpServer (11.1.1.6) on HostB. All the platform is 64 Bit IBM AIX and WLS & OHS are also 64 bit instances.
We want to pass client’s SSL certificate to Backend WLS for certain types of validation at Application level.
Problem Summary:
——————————————————————————–
Unable to PASS CLient SSL to Weblogic via Weblogic Proxy Plugin adn Webserver in front of WLS
Problem Description
——————————————————————————–
We have a new requirement to validate Client’s SSL certificate at the Application level and based on it, we take some decisions.
Our setup involves:
(1) Weblogic Side:
WLS 10.3.6 – 64 Bit on IBM AIX 64 Bit OS.
IBM JDK 6- 64 Bit
Weblogic Plugin Enabled at:
Domain-> Web Applications ->Client Cert Proxy Enabled
Domain-> Web Applications ->WebLogic Plugin Enabled
SSL Certificate Deployed on Managed Server ; custom identity and custom trust store (having all trusted root CA and also Customer’s SSL)
SSL Port Enabled
Two Way SSL Authentication Enabled at Managed Server Level
NO CLUSTER; it is single managed server.
(2) ProxyPlugin & DMZ Server Level:
OracleHttpServer 11.1.1.6 – 64 Bit; enabled for two ssl authentication
SSL Engine ON
SSLVerifyClient require
SSLOptions +FakeBasicAuth +ExportCertData +StrictRequire
SSLWallet # This has our key/public SSL/customer’s trusted SSL etc
(3) Weblogic Plugin 1.1 – mod_wl_ohs
WLProxySSL ON
WLSSLWallet
The client uses XML request/response to use our application on https sending their SSL certificaes.
We don’t find CLiennt’s SSL passing from Proxy to WLS.
Header to WLS: [Content-Type]=
Header to WLS: [Authorization]=[Basic Q0VSVFRFU1R
Header to WLS: [User-Agent]=[Java/1.7.0_04]
Header to WLS: [Host]=[lt-101843.xxxx.com:44
Header to WLS: [Accept]==[379]
Header to WLS: [Connection]=[Keep-Alive]
Header to WLS: [WL-Proxy-SSL]=[true]
Header to WLS: [X-Forwarded-For]=[10.1.10.180]
Header to WLS: [WL-Proxy-Client-Cert]=[] ###### Empty List ………………….??????
Header to WLS: [WL-Proxy-Client-Keysize]=[128]
Header to WLS: [WL-Proxy-Client-Secretkeysize]=[1
Header to WLS: [WL-Proxy-Client-IP]=[10.1.10.180]
Header to WLS: [Proxy-Client-IP]=[10.1.10.180]
Header to WLS: [X-WebLogic-KeepAliveSecs]=[30]
Header to WLS: [X-WebLogic-Force-JVMID]=[unset]
The proxy log does not show any certificates being passed from Client Header to Proxy…
The client can though access the application on the weblogic; it is just application does not find any matching certificates and then it throws the error.
Client sends the certificates via XML request.
These are the headers seen in the proxy log:
2012-11-12T00:09:34.7549-05:00 No of headers =9
2012-11-12T00:09:34.7549-05:00 Header from client:[Content-Type]=
2012-11-12T00:09:34.7549-05:00 Header from client:[Authorization]=[Basic Q0VSVFRFU1RJTkdfQURNSU46YWJjMTIz]
2012-11-12T00:09:34.7549-05:00 Header from client:=[XXX]
2012-11-12T00:09:34.7549-05:00 Header from client:[company-code]=[YYYY]
2012-11-12T00:09:34.7549-05:00 Header from client:[User-Agent]=[Java/1.7.0_04]
2012-11-12T00:09:34.7549-05:00 Header from client:[Host]=[lt-XXX.YYYY.com:4443]
2012-11-12T00:09:34.7549-05:00 Header from client:[Accept]=
2012-11-12T00:09:34.7549-05:00 Header from client:[Connection]=[keep-alive]
2012-11-12T00:09:34.7549-05:00 Header from client:[Content-Length]=[379]
I would greatly appreciate any inputs.
Thanks in advance.
Let me know if you need additional information on this setup.
December 3rd, 2012 on 4:29 pm
Hi any body there to help out
I have problem im newbie to soap api
I want to login to 4shared.com site using soap api, for that my code is
function soap() {
Ti.include(‘/ui/common/mashups/suds.js’);
var window = Ti.UI.createWindow();
var label = Ti.UI.createLabel({
top: 10,
left: 10,
width: ‘auto’,
height: ‘auto’,
text: ‘ Connecting to 4shared.com web service…’
});
window.add(label);
var url = “http://api.4shared.com/jax2/DesktopApp?wsdl”;
var callparams = {
login: “abc@gmail.com”,
password: “123”
};
var suds = new SudsClient({
endpoint: url,
targetNamespace: ‘http://api.soap.shared.pmstation.com/’
});
try {
suds.invoke(‘isAccountActive’, callparams, function(xmlDoc) {
var results = xmlDoc.documentElement.getElementsByTagName(‘return’);
if (results && results.length>0) {
var result = results.item(0);
label.text = ‘Response is nn ‘ + results.item(0).text + ‘.’;
} else {
label.text = ‘Oops, could not determine result of SOAP call.’;
}
});
} catch(e) {
Ti.API.error(‘Error: ‘ + e);
}
return window;
};
module.exports = soap;
it always return me false but i already have my account on 4shared.com
Thanks in advance
December 29th, 2012 on 9:11 pm
Hi Jay,Rene
I had one question that, In httpd.conf file, If i write any if condition in caps, Can i get any error? if yes what kind of error i will get? How to debug this… ?
Thanks,
Charan
March 7th, 2013 on 7:06 am
Hi ALL,
I am facing one issue in apache-siteminder-weblogic environment. We are using Siteminder for SSO functionality, where webagent is configured to apache and there is a redirection logic in apache
Coming to issue:
we recently upgraded weblogic from 10.0 to 10.3.4 , so after upgrade, this redirection thing is not working. So when i rolled out to previous version,
it starts working. No idea what could be the issue. We enabled weblogic Proxy-plugin parameter also for each manage server in new version. But still we are getting issue.
I am not sure, do i have to change anything in siteminder configurations. please advice.
Thanks
March 14th, 2013 on 7:25 pm
Hello Guys,
I am just repeating a question which was asked earlier but seemed to have no positive response.
How to proxy requests from a single IIS to two different Weblogic servers ? Currently, its working with only one (with ISAPI filter and configuring iisproxy.ini ). Now we have a requirement proxy another url which is hosted in a different weblogic server.
Many Thanks in Advance.
May 14th, 2013 on 10:49 pm
Hi,
We have an max connection issue in production environment and when I open a weblogic console.the admin console was very slow and it took so much time to open login page and after giving credentials the server hang and not displaying anything. So, what might be the issue here. Please let me know if we can do any tuning for admin console.
This is not the first time happening. In the peak hours the admin becomes very slow. and not able to open at least main console also.
Thanks
May 31st, 2013 on 10:13 pm
We have weblogic split deploy archtecture (SunOne6 webserver and Weblogic 9) appserver. We are using urlrewrite filter to do redirections. The problem however is that, the rewrite rules are not working for all the requests for static content.
“”
” “^/contractor/html/TWS_Contractor_Manual.pdf$””
“”/””
“”
The problem I think is that, the web server itself is trying to handle the static content requests before going to app server, where rewrite rules actually takes place.
Is there any way to overcome this issue.
August 16th, 2013 on 3:52 am
Hi Team,
Recently we did WEBLOGIC v9.2.3 to v10.0.0 upgrade.And after upgradation we are seeing the below error:
java.sql.SQLException: Connection has been administratively disabled. Try later.
can you please help me in resolving the above exception? and cause of this exception?
Thanks,
Sandeep Kumar S
August 23rd, 2013 on 12:58 am
Hello there admins,
I have the next question:
How can i configure a DataSource from Weblogic 10.3 to an Oracle 11gR2 database in a rac? I only have de host name of the rac, the port and the Service name of the data base (also the user and psw).
Thanx in advance for ur advice.
Mauro
March 21st, 2014 on 10:17 pm
Hi There…!
I’m facing a problem with configuring ‘Apache HTTP server configuration with Weblogic 11g in windows7″.
Could please help me anybody..!