1. Adding custom SOAP headers to client generated by weblogic.wsee.tools.anttasks.ClientGenTask? stackoverflow.comI 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.comWe 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.comI have a web service implementation for weblogic 9.2, created with |
4. Using Axis to generate a web service implementation that calls another web service stackoverflow.comI 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.comI 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.comI 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.comHi 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.comI'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.comI 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.comI am trying to retrieve SOAP header from using weblogic custom handler called using @Handler annotation. The web service has this policy applied to it.
But when I try to view the ... |
11. weblogic soap client problem with vector of vectors coderanch.comI 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.comHi 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: ... |