Results 1 to 3 of 3

Thread: Included XSD files throw a 405 error

  1. #1

    Default Included XSD files throw a 405 error

    I am using Spring Ws to publish a wsdl from a given schema. This schema in turns includes other schemas.

    After publishing the service, when I tried to view the service using soapui, it was complaining about the included types i.e. the types which were declared in the included schema namespaces.

    After bit of investigation using tcpmon, it seems like I am getting a 405 error.

    When I specify the wsdl, soapui tries to load the included schemas, but it only gets a 405 response from the server for each of the included xsd files.

    Any ideas would be greatly appreciated.

    --Thanks

  2. #2

    Default

    This is a semi-known issue. I'm really hoping that all the include/import issues with static wsdls and xsds get fixed in the 1.5 release. (There are a few important related JIRA issues scheduled for that release).

  3. #3
    Join Date
    Jul 2005
    Location
    Rotterdam, the Netherlands
    Posts
    1,562

    Default

    Arjen Poutsma

    Spring Web Services Dev Lead
    Please read the FAQ

Posting Permissions

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