Estoy teniendo problema al intentar invocar un webservice de un 3ro desde Visual Age 7.5.2. El webservice tiene la siguiente definición:
<?xml version="1.0" encoding="UTF-8" ?> - <#> <wsdl:definitions targetNamespace="*http://tempuri.org/*" xmlns:tns=" *http://tempuri.org/*" xmlns:mime="*http://schemas.xmlsoap.org/wsdl/mime/*"xmlns:http ="*http://schemas.xmlsoap.org/wsdl/http/*" xmlns:wsp="* http://schemas.xmlsoap.org/ws/2004/09/policy*" xmlns:xsd="* http://www.w3.org/2001/XMLSchema*" xmlns:soap="* http://schemas.xmlsoap.org/wsdl/soap/*" xmlns:wsdl="* http://schemas.xmlsoap.org/wsdl/*"> ..... - <#> <wsdl:port name="*wsSonicSoap*" binding="*tns:wsSonicSoap*"> <soap:address location="*https://bue-07-dbs:3511/wsSonic*" /> </wsdl:port> </wsdl:service> - <#> <wsp:Policy wsu:Id="*SecTokenPolicy*" xmlns:wsa="* http://schemas.xmlsoap.org/ws/2004/08/addressing*" xmlns:wsp="* http://schemas.xmlsoap.org/ws/2004/09/policy*" xmlns:wsrmp="* http://schemas.xmlsoap.org/ws/2005/02/rm/policy*" xmlns:wsse="* http://schemas.xmlsoap.org/ws/2002/12/secext*" xmlns:wsu="* http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd *"> - <#> <wsp:ExactlyOne> - <#> <wsp:All alternative-id="*SecTokenPolicyAlt*"> - <#> <wsse:SecurityToken xmlns:wsse="* http://schemas.xmlsoap.org/ws/2002/12/secext*"> <wsse:TokenType>wsse:UserNameToken</wsse:TokenType> - <#> <wsse:Claims> <wsse:UsePassword Type="*wsse:Text*" /> <wsse:SubjectName>ws</wsse:SubjectName> </wsse:Claims> </wsse:SecurityToken> </wsp:All> </wsp:ExactlyOne> </wsp:Policy> </wsdl:definitions> El problema surge cuando se está haciendo un Deploy del Wsdl y el Xml Parser intenta parsear el tag "Policy" y no encuentra un handler apropiado. Alguno tuvo el mismo problema o similar y sabe por donde encarar la solución? Me esta faltando cargar alguna aplicación o algo por el estilo? Muchas Gracias, Nicolás Chillo --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] http://www.clubSmalltalk.org -~----------~----~----~----~------~----~------~--~---
