SOAP « weblogic « Java Enterprise Q&A





1. Adding custom SOAP headers to client generated by weblogic.wsee.tools.anttasks.ClientGenTask?    stackoverflow.com

I generated a client using the weblogic.wsee.tools.anttasks.ClientGenTask from weblogic. Now I want to insert custom soap headers before sending out the request. How do I go about doing that? ...

2. Testing Weblogic webservices using SOAP UI    stackoverflow.com

We have implemented webservices on Weblogic 10.3. I am trying to test the webservices using the SOAP UI client (soapui.org). but I get following error message:

Error ...

3. Why isn't my authentication of a SOAP web service working?    stackoverflow.com

I have a web service implementation for weblogic 9.2, created with jswc. It needs to call another web service and I have created the stubs for that with the clientgen attribute ...

4. Using Axis to generate a web service implementation that calls another web service    stackoverflow.com

I need to provide an implementation of a web service for which I have the WSDL, to run under Weblogic 9.2. I aim to use the Axis (1, not 2) tools for ...

5. Axis2 doesn't see any services when deployed in ear    stackoverflow.com

I have crated simple webservice with axis2 (1.4.1), without aar files, i have just "services.xml" in proper directory (WEB-INF/services/MyService/META-INF). After deploying WAR on Weblogic 8.1 service works without any issues and ...

6. Weblogic 10.3.1 SOAP client timeout    stackoverflow.com

I was looking at the documentation for Weblogic 10.3.1 and can not find anything about what property to set to configure the weblogic web service client timeout. Does anyone know ...

7. weblogic wsdl2service not generating the stub which accepts a SOAP    stackoverflow.com

Hi I have generated stubs using wsdl2service in weblogic. The generated stub (impl.java) has created a method which accepts business objects as input, but not a SOAP. But when tried whis with AXIS ...

8. Logging SOAP messages in Weblogic    stackoverflow.com

I'm trying to Log SOAP requests for my web services. I'm currently logging using a HandlerChain to intercept the SOAP message and log that. How can I from the Handler retrieve which ...

9. Turn on SOAP messages request/response logs    stackoverflow.com

I am currently using weblogic and the stack produces this error when a SOAP request is sent to a web service: Caused By: javax.xml.transform.TransformerException: org.xml.sax.SAXParseException: Character reference "" is an invalid XML ...





10. Unable to view soap header    stackoverflow.com

I am trying to retrieve SOAP header from using weblogic custom handler called using @Handler annotation. The web service has this policy applied to it.

@Policy(uri="policy:Wssp1.2-2007-Wss1.1-UsernameToken-Plain-EncryptedKey-Basic128.xml")
But when I try to view the ...

11. weblogic soap client problem with vector of vectors    coderanch.com

I am using weblogic 8.1 with a soap service deployed as a stateless session bean the bean has a soap service method that returns a vector which has vectors as its elements. When the service returns the vector to the client, The elements of the vector are not vectors anymore but instead type object[] (object arrays). same thing for ArrayList has ...

12. weblogic with soap and corba    forums.oracle.com

Hi all. I'm running a soap server under weblogic. The soap server is also a corba client. while sending corba requests, it seems that nothing happens, i.e. I get timeout messages all the time, and the corba server, which is another application, does not log no request. NOTE. When the soap server was under tomcat everything worked perfectly. My question is: ...