2013-07-02 68 views
0

當我試圖解析Aramex shipping services WSDL(這是需要創造出貨量),具有以下錯誤日誌中出現的命名空間錯誤:錯誤解析Aramex的WSDL文件

C:\Program Files\Java\jdk1.6.0_37\bin>wsimport.exe -keep -verbose D:\ATG\aramex\shipping-services-api-wsdl\shipping-services-api-wsdl.wsdl -d D:\ATG\aramex\java\ 
parsing WSDL... 

[WARNING] src-resolve.4.2: Error resolving component 'ser:guid'. It was detected that 'ser:guid' is in namespace 'http://schemas.microsoft.com/2003/10/Serialization/', but components from this namespace are not referenceable from schema document 'file:/D:/ATG/aramex/shipping-services-api-wsdl/shipping-services-api-wsdl.wsdl#types?schema1'. If this is the incorrect namespace, perhaps the prefix of 'ser:guid' 
needs to be changed. If this is the correct namespace, then an appropriate 'import' tag should be added to 'file:/D:/ATG/aramex/shipping-services-api-wsdl/shipping-services-api-wsdl.wsdl#types?schema1'. 
    line 331 of file:/D:/ATG/aramex/shipping-services-api-wsdl/shipping-services-api-wsdl.wsdl#types?schema1 

[ERROR] Two declarations cause a collision in the ObjectFactory class. 
    line 126 of file:/D:/ATG/aramex/shipping-services-api-wsdl/shipping-services-api-wsdl.wsdl 

[ERROR] (Related to above error) This is the other declaration. 
    line 57 of file:/D:/ATG/aramex/shipping-services-api-wsdl/shipping-services-api-wsdl.wsdl 

我怎樣才能擺脫錯誤?

+0

我能夠通過在wsdl中添加來解決警告。但碰撞仍然存在。 – pathum83

回答

0

好的,我解決了它。我改變了一個聲明,並在它工作之後。