Well, it seems I have been forgetting to put the application name in the URL. It doesn't mention this in the tutorial. Anyways, instead of http://localhost:7001/holidayService/holiday.wsdl, I...
Type: Posts; User: Darth Vader; Keyword(s):
Well, it seems I have been forgetting to put the application name in the URL. It doesn't mention this in the tutorial. Anyways, instead of http://localhost:7001/holidayService/holiday.wsdl, I...
Hey guys I'm running through the web service tutorial and I'm trying to use DefaultWsdl11Definition for generating the WSDL at runtime and automatic WSDL exposure. I'm using a weblogic server and...
If this helps, The tutorial is using jax2b marshalling to generate the classes.
<oxm:jaxb2-marshaller id="marshaller" contextPath="org.springframework.ws.samples.airline.schema"/>
Thanks dude, this really helped clarify some questions I had. Almost 2 years from your original. :)
Ok so i figured it out so I figured I'd post some input here for those who come across the same question. The DefaultWsdl11Definition in essence, creates you wsdl at runtime as defined in your...
Hey guys, I'm working with the Airline ws example and some other examples of my own and I'm getting the same problem with both of them. I'm unable to resolve the Request/Response/Type Documents in...
Hey guys, I'm struggling a bit when defining the WSDL Definition my my servlet xml file. I'm using the DefaultWsdl11Definition and I cant wrap my head around portTypeName and locationUri. I've...
Hey guys, I'm trying to run some of the sample web services spring has and I'm getting an error when I run "mvn package" on the echo web service.
C:\Documents and...