Results 1 to 2 of 2

Thread: Spring JAX RPC Client Custom namespace problem

  1. #1
    Join Date
    Jan 2007
    Posts
    4

    Default Spring JAX RPC Client Custom namespace problem

    Hi,
    I am writing a Spring JAX RPC Client for a WSDL using custom XML namespace to class mappings. I am extending JaxRpcPortProxyFactoryBean for this.

    The project works fine, if I use default namespace (without custom mappings).

    When using custom namespaces mappings the webservice is returning correct SOAP response but it is coming as null in the return value. Probably the deserializer for the returned message is not getting called.

    Please provide help if someone knows about it.
    Thanks
    Anupam

  2. #2
    Join Date
    Jan 2007
    Posts
    4

    Default

    Hi,

    I am using Spring and IBM Websphere with Rational Application Developer.
    Can it be an issue with these tools.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •