I am attempting to use the http managed attribute along with jsr181. When I
deploy my webapp the context path of the application is at
http://localhost:8080/jbpmpoc. However, when jsr181 generates the wsdl it
creates an incorrect soap address of just "http://localhost/jbi". It should
be using the base address as indicated above to generate the soap address.
The end result is that when I pass my jsr181's wsdl to a SOAP client it
isn't able to properly locate the actual service. Any thoughts on this?
...
<wsdl:service name="orderHttpService">
<wsdl:port binding="tns:orderHttpServiceBinding"
name="orderHttpService">
<wsdlsoap:address location="http://localhost/jbi/OrderService/"/>
</wsdl:port>
</wsdl:service>
...
Regards,
Jeff
--
View this message in context:
http://www.nabble.com/Http-managed-attribute-and-jsr181-WSDLs-tf2300372.html#a6392811
Sent from the ServiceMix - User mailing list archive at Nabble.com.