Note that there are some explanatory texts on larger screens.

plurals
  1. POWeb Service in Java - Advanced Features - weblogic
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COThis question is pretty broad but it is possible to call Weblogic from .NET. If it were just JMS messages you could use the .dll file provided with Weblogic like what is done here: https://blogs.oracle.com/jamesbayer/entry/jms_with_net_weblogic_server_1 If you want to make webservice type calls, you might want to look into a bridge like this one: http://www.jnbridge.com/WebLogic10ExampleInstructions.pdf
      singulars
    2. COI know the question is pretty broad.Your link is very interesting, I like the idea of a the bridge between weblogic and .Net.However it's not what I mean. I only use the .Net as a reference because it's the only things I know (for web services).I was just asking how add some features like callback method and data contract to a java WS. I mean, it's very useful to return complex type (and not only primitive type) via a web service, and to "notify" the client via a callback method (instead of 2 web service in both side).In other words:how to develop the features of a .Net web Service in Java?
      singulars
    3. COAh I understand. I don't know much about the .NET side but I am absolutely sure you can do whatever you need in Java/Weblogic. Unfortunately there are many bad questions and bad answers when searching for help. This is a solid starting place for callbacks (even though it's old): http://www.oracle.com/technetwork/articles/entarch/callback-clients-097535.html Slightly newer docs here: http://docs.oracle.com/cd/E15051_01/wls/docs103/webserv_adv/callback.html
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload