3 Replies Latest reply on Oct 20, 2004 10:01 AM by keanthian

    JBoss and Web Services

    starksm64
        • 1. Re: JBoss and Web Services
          keanthian

          hi scott,
          one quick question, does JBoss.Net support Document/Literal web service?

          thanks.

          • 2. Re: JBoss and Web Services
            thomas.diesler

            Yes, it does. What's the issue?

            • 3. 3851181
              keanthian

              My web service (Doc/Lit) is accepting 2 parameters, when my client application request the service, the server side manages to get the value for 1st paramater but for 2nd parameter, it always get null value.
              Eg

              public void myWebMethod(String firstParam, String secondParam){
              //firstParam works fine
              //secondParam always get null value
              }

              I'm have tried the same thing with Axis running in Tomcat, the same problem occurs.

              Fyi, it works fine if i'm using rpc/lit or rpc/encoded.

              thanks...