Code Monkey home page Code Monkey logo

Comments (10)

piotrooo avatar piotrooo commented on May 23, 2024

I see generated @className=Purchase but I don't see generated @className=Customer. It's in correct namespace?

from wsdl-creator.

stromgren avatar stromgren commented on May 23, 2024

I have no namespaces defined. The funny thing is that when i switch places of $user and $purchase, the other wrapper gets generated instead.

from wsdl-creator.

piotrooo avatar piotrooo commented on May 23, 2024

Really wired thing. Hard to say without classes. Could you provide all classes?

from wsdl-creator.

stromgren avatar stromgren commented on May 23, 2024

Here are the wrapper classes. They are defined after FlexpayUggla.

class Customer {
    /**
     * @type string
     */
    public $firstName;

    /**
     * @type string
     */
    public $lastName;

    /**
     * @type string
     */
    public $email;

    /**
     * @type string
     */
    public $phoneNumber;

    /**
     * @type string
     */
    public $identityNumber;

    /**
     * @type string
     */
    public $site;

    /**
     * @type string
     */
    public $ugglaId;
}

class Purchase {
    /**
     * @type string
     */
    public $bookingReference;

    /**
     * @type string
     */
    public $orderNumber;

    /**
     * @type int
     */
    public $quantity;
}

class PurchaseResult {
    /**
     * @type string
     */
    public $couponsMissing = 0;

    /**
     * @type string
     */
    public $couponsAvailable = 0;

    /**
     * @type string
     */
    public $bookingsPerformed = 0;


}

from wsdl-creator.

piotrooo avatar piotrooo commented on May 23, 2024

It's looks like a problem with the DocumentLiteralWrapped binding style. In the comming days I'll try to investigate and fix problem, of course PR's are welcome.

from wsdl-creator.

stromgren avatar stromgren commented on May 23, 2024

Any news on this?

from wsdl-creator.

elceka avatar elceka commented on May 23, 2024

I have same problem with multiple wrappers.

from wsdl-creator.

piotrooo avatar piotrooo commented on May 23, 2024

Finally I fixed this bug, try to check out is OK, then I'll create release.

from wsdl-creator.

elceka avatar elceka commented on May 23, 2024

These changes correct the problem with multiple wrappers, for me.
Thank you Piotr.

from wsdl-creator.

piotrooo avatar piotrooo commented on May 23, 2024

Ok, thanks.

from wsdl-creator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.