2 Replies Latest reply on Mar 14, 2006 5:53 PM by viz_sre

    Frustration supporting multiple clients

    viz_sre

      Hi

      I want to support both VBA clients (PocketSOAP) and .NET Java clients over my JBoss Web Services.

      PocketSOAP works with documentliteral, but I am not sure how to generate 2 SOAP interfaces for the same session bean type since I want to keep one rpcliteral mapping as well.

      I cannot execute wscompile with both these features="rpcliteral,documentliteral", and if I generate 2 wsdl files one for each feature, I am not able to set up to different services in webservices.xml mapping to the same port/session bean.

      Any suggestions on how to use one session bean and support both rpcliteral and documentliteral?