2 Replies Latest reply on Jun 26, 2007 6:27 AM by richard_opalka

    Jbossws and .net

    leo5abi

      Hello,

      Can i call JBOSS web service developed using JBOSSWS from a .NET Client.
      IF Yes, any link to a tutorial or example will be highly appreciated.

      I have developed a JBOSSWS app and currently calling it from a java client using RPC. How can i trace the SOAP message? I am running the webservice and client locally on windows(so ethereal can't sniff it)
      Is there any JBOSSWS tolls which can sniff the messages or any log level which can print detail soap message

      /Amit

        • 1. Re: Jbossws and .net

          I develop on Linux.
          I use Wireshark (ex ethereal) sometimes,
          but I usually sniff SOAP messages with apache tcpmon

          http://ws.apache.org/commons/tcpmon/

          Bye

          • 2. Re: Jbossws and .net
            richard_opalka

             

            "leo5abi" wrote:


            Can i call JBOSS web service developed using JBOSSWS from a .NET Client.
            IF Yes, any link to a tutorial or example will be highly appreciated.



            Of course you can. Take a look to Microsoft Indigo or WSE
            (I don't know which one Microsoft SOAP stack are you using) and
            take a look how to write your application from WSDL contract.
            They refer to it as Contract Based Approach
            in their documentation.

            Rio