1. webservice calling another webservice stackoverflow.comDoes anyone know how to call one webservice from another webservice? Is it even possible? I am using weblogic but it doesnt really go into details with regards to how the ... |
2. weblogic server Test page for web service is different from wsdl stackoverflow.comI have problem with weblogic server Test page for web service which is different from wsdl. If i run from Jdeveloper then i get textfileds which i can enter and press ... |
3. web service can't parse requests stackoverflow.comI created a new web service to explain an issue I'm having. The service should multiply two numbers sent in a request. Unfortunately, it seems that the service is ... |
4. Weblogic 8.1 WSDL 2 Java coderanch.com |
5. Weblogic WsdlcTask modifying WSDL coderanch.comIt occurs when I try to generate java classes, not at published endpoints. Weblogic publishes modified WSDLs as such from deployed services. WSDL that get bundled into jars look manipulated. I would like to figure out what deployment attributes can help clean up our WSDLs? I have lot of WSDL to deploy and prefer to get rid of extra noise with ... |
6. generating stub and skeleton from WSDL using weblogic 8.1 SP6 jar coderanch.comwhile generating the stub and skeleton with a customised package structure say abc.xyx from a wsdl using weblogic 8.1 SP6 jar , I am getting duplicate class exception.because same calss name is present in different packages.So when I am trying to generate the classes with a common package structure it is throwing this exception. Please help me to resolve this issues. ... |