You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is a little complicated. I have a project and try to generate classes from wsdl. i have targetNamespace: http://webservice_v26.tag.crm.comarch.com/ and it not works beacuse of
targetNamespace could not be extracted from WSDL file
It is regexp issue i think but there is also more complicate issue. When I add second WSDL that has supported namespace urn:microsoft-dynamics-schemas/page/customers build process passed but assign the same wsdl location to both generated services:
Sorry for the late reply. The implementation now also supports underscores like in your example http://webservice_v26.tag.crm.comarch.com/. I will release it soon, so I would appreciate if you could test it.
Then we´ll have a look at the second problem you mentioned. Ah I see now, the project´s design goal is to only support one WSDL per Spring Boot microservice at a time, not more than 1! So if you want to use 2 WSDLs, simply create 2 Spring Boot projects. It should be no problem :) So I close this issue now and release the plugin on Maven Central. I´ll drop a note here, if it´s done.
Hi,
Sorry for late answer. I've just back from holiday and I've a lot of work
to do :( . I'll try to check it during this weak.
Thanks a lot,
Marcin
2017-09-13 9:26 GMT+02:00 Jonas Hecht <[email protected]>:
Hi again,
This issue is a little complicated. I have a project and try to generate classes from wsdl. i have targetNamespace: http://webservice_v26.tag.crm.comarch.com/ and it not works beacuse of
It is regexp issue i think but there is also more complicate issue. When I add second WSDL that has supported namespace urn:microsoft-dynamics-schemas/page/customers build process passed but assign the same wsdl location to both generated services:
@WebServiceClient(name = "TAGExternalAPIImplService", targetNamespace = "http://webservice_v26.tag.crm.comarch.com/", wsdlLocation = "/wsdl/Customers.wsdl")
@WebServiceClient(name = "Customers_Service", targetNamespace = "urn:microsoft-dynamics-schemas/page/customers", wsdlLocation = "/wsdl/Customers.wsdl")
In TAGExternalAPIImplService it should be /wsdl/tagExternalAPIv26.wsdl
More support targetNamespace like http://webservice_v26.tag.crm.comarch.com/ also will be helpful. :)
Could you take a look at it in meantime please?
I use version 1.1.2.RELEASE.
Thanks a lot and regards,
Marcin
The text was updated successfully, but these errors were encountered: