porttype

What happened to 'nice' generated class names in .NET for web services?

I am using .NET 3.5 to call a FedEx web service. In Fedex's sample code (VS2005) it has things like: AddressValidationService addressValidationService = new AddressValidationService(); AddressValidationReply reply = addressValidationService.addressValidation(request); This is nice. I like that. I'm calling a method on a 'Service'. b...

can't set portTypeName in axistools-maven-plugin

Hi All, It seems that the portTypeName parameter of the axistools-maven-plugin (version 1.3) cannot be set. The classOfPortType parameter is a required parameter and cannot be omitted but when setting it alongside portTypeName the following error appear: Embedded error: Java2WSDL execution failed invalid parameters, can not use portT...

operation specified in binding is not defined for 'Porttype', but it is there, wsdl.. help..

Hi guys... this thing is driving me crazy... Whenever I try to validate it.. it gives me error at <wsdl:operation name="ComposedClassOpt"> complete definition is below... that "The operation specified for the 'Binding' binding is not defined for port type 'ComposedClassPortType'. All operations specified in this binding must be defin...