Which version of WebObjects? If it's 5.3, Axis 1.1 is not really good at working with .Net or Axis 1.4-powered services. If you are only consuming external services in your app, remove the JavaXML framework for your app and use Axis 1.4 directly in your app, less pain for you.
> Hi list, > I'm try to connect to a web service developed in .NET, I'm can get the wsdl > and it's list operations via the browser. > But, when I try to get it via WO with WOWebServiceClient, I got this warnings > Nov 26 09:39:19 TecLogistica[61751] (ERXNSLogLog4jBridge.java:40) INFO NSLog > - Unable to find a SOAP style for service and port. Skipping. > {http://tempuri.org/}Service ServiceSoap > Nov 26 09:39:19 TecLogistica[61751] (ERXNSLogLog4jBridge.java:40) INFO NSLog > - Unable to find a SOAP endpoint for service and port. Skipping. > {http://tempuri.org/}Service ServiceSoap12 > So when I try to get the list operations > (serviceClient().operationsDictionaryForService(serviceName())).allValues() I > got an empty array. > If I'm try to invoke an operation serviceClient().invoke(serviceName(), > operation, arguments); > WO throws me an exception > Error: java.lang.IllegalArgumentException: No operation named > CrearPalletGenerico in service Service. > Reason: No operation named CrearPalletGenerico in service Service. > > I'm appreciate any help. > > Thanks > Oscar. > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/probert%40macti.ca > > This email sent to prob...@macti.ca
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com