Guest User

Untitled

a guest
Nov 16th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. <plugin>
  2. <groupId>org.jvnet.jaxb2.maven2</groupId>
  3. <artifactId>maven-jaxb2-plugin</artifactId>
  4. <version>0.13.1</version>
  5. <executions>
  6. <execution>
  7. <goals>
  8. <goal>generate</goal>
  9. </goals>
  10. </execution>
  11. </executions>
  12. <configuration>
  13. <schemaLanguage>WSDL</schemaLanguage>
  14. <generateDirectory>${project.basedir}/src/main/java</generateDirectory>
  15. <generatePackage>com.groupbima.consume</generatePackage>
  16. <schemas>
  17. <schema>
  18. <url>https://test.co.in/cordys/WSDLGateway.wcp?service=http://schemas.cordys.com/default/getIDV&organization=o=B2C,cn=cordys,cn=defaultInst106,o=mydomain.com></url>
  19. </schema>
  20. </schemas>
  21. </configuration>
  22. </plugin>
  23.  
  24. <url>https://test.co.in/cordys/WSDLGateway.wcp?service=http://schemas.cordys.com/default/getIDV&organization=o=B2C,cn=cordys,cn=defaultInst106,o=mydomain.com></url>
Add Comment
Please, Sign In to add comment