Questions tagged [scalaxb]

scalaxb is an XML data-binding tool for Scala that supports W3C XML Schema (xsd) and Web Services Description Language (wsdl) as the input file.

34 questions
0
votes
1 answer

scalaxb requires missing type

I'm trying to use scalaxb to generate a web service from two wsdl files. Here are the files: https://services.pwsdemo.com/WSDL/PwsDemo_creditcardtransactionservice.xml. https://services.pwsdemo.com/WSDL/PwsDemo_creditcardmanagementservice.xml I…
Vasily802
  • 1,703
  • 2
  • 18
  • 35
0
votes
1 answer

multiple versions handling in scalaxb

I have different versions of a XSD using the same namespace. They differ by the version attribute: How to handle different XSD…
pgrandjean
  • 676
  • 1
  • 9
  • 19
0
votes
1 answer

Compilation error in scalaxb generated code (xmlprotocol.scala) - found: Boolean, required: Option[Boolean]

I'm getting a compilation error in xmlprotocol.scala generated by latest scalaxb (1.1.2) from a large WSDL file: [info] Compiling 10 Scala sources to /aw-scalaxb-test/target/scala-2.10/classes... [error]…
alboko
  • 488
  • 5
  • 15
0
votes
1 answer

How do I construct the cake when using Scalaxb to connect to a SOAP service?

I've read the documentation, but what I need to know is: I'm not using a fictitious stock quote service (with an imaginary wsdl file). I'm using a different service with a different name. Where, among the thousands and thousands of lines of code…
Robin Green
  • 32,079
  • 16
  • 104
  • 187
1 2
3