Results 1 to 1 of 1

Thread: Dynamic WSDL

  1. #1
    Join Date
    Feb 2008
    Posts
    6

    Question Dynamic WSDL

    I want to use the dynamic wsdl creation and simple examples work fine i.e. DoSomethingRequest, DoSomethingResponse, DoSomethingFault

    What I would like to do is lose the suffix from the request and define a number of fault types that could be returned by any method i.e.

    DoSomething, DoSomethingResponse, AFault, AnotherFault
    DoAnotherThing, DoAnotherThingResponse, AFault, AnotherFault

    I could create a WSDL for each of my services but would like to use the dynamic features provided by the framework.

    Is this possible? If so got any examples?

    If not I could be appeased by only defining interface i.e. the messages and the portType and having the binding and the service generated for me.

    Is this possible?
    Last edited by ric; Apr 30th, 2009 at 01:36 AM.

Posting Permissions

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