minau87

Results 5 comments of minau87

Sure. I basically do exactly what you do in your example. ```typescript ngOnInit() { // 1. Get WSDL content this.http.get('http://localhost:8080/ws/highscore?wsdl').subscribe(response => { if (response && response.text()) { // Here I...

Thank you for your response. > So probably the WSDL has something that breaks the parsing, or it isn't well formed. That's what I suspected to be the problem. Do...

Hey, that's exactly what I was trying to check. I tried to build the client from a different WSDL file and it worked just fine, with the schema being within...

So, the tool I'm using (again, that's jax-ws and Metro for anyone seeing this at a later point in time) supports a -inlineSchemas parameter for it's WSDL generation process. It...

@YassineNachti @TrimA74 Sorry guys, was pretty inactive the last couple of months. Unfortunately I can't seem to find the code. Did this for a course at university a while back...