Forum tags


Top Posters

Last 30 days

  • Antoine (94)
  • talita.pezzi (27)
  • eduardo.lawisch (14)
  • alfons.bataller.diaz (14)
  • sundaravadivel.n (13)
  • ravinderjit.singh (12)
  • hellonico (8)
  • jose.mendoza (8)
  • barry.sperling (7)
  • marcia.martins (7)

All time

  • Antoine (1403)
  • Shivanand (1189)
  • cshekhar (921)
  • psq (795)
  • jag (391)
  • metabyte (370)
  • arnaud (327)
  • jalateras (325)
  • dfrench (263)
  • venkaiah.k (198)

Show last 4 hrs - 12 hrs - 24 hrs

POLL

We are looking for more information to tailor our training to better meet the needs of our customers. Please indicate all options that apply.

I would like to attend specialized training from Intalio on BPM as it relates to my application area:


I would like to attend specialized training from Intalio on BPM as it relates to my job function:


I would like to attend specialized training from Intalio on BPM as it relates to my industry:

Login

MAIN arrow FORUMS
Re:Namespace errors (0 viewing) 
Go to bottom Post Reply Favoured: 0
TOPIC: Re:Namespace errors
#4408
matthijs.groen (User)
Fresh Boarder
User Offline Click here to see the profile of this user
Namespace errors 1 Year, 10 Months ago Karma: 0  
Hi all,

I'm trying to communicate with JIRA from Intalio, and would like to do that through their SOAP interface. I've included their WDSL in my project, and every thing is showing fine except I get some soap type errors on Array and arrayType.

I'll show them here:
------------------------------

attribute 'arrayType@http://schemas.xmlsoap.org/soap/encoding/' not found. ReverseNameTest jirasoapservice-v2.wsdl

type 'Array@http://schemas.xmlsoap.org/soap/encoding/' not found. ReverseNameTest jirasoapservice-v2.wsdl

Unable to resolve import of namespace http://schemas.xmlsoap.org/soap/encoding/

-------------------------------

I downloaded the encoding schema from the namespace url, and the type and attribute definitions are there. Is there some way to include the schema of this namespace in the project so that these error disappear?

Thanks!
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#4409
psq (Admin)
Admin
User Offline Click here to see the profile of this user
Re:Namespace errors 1 Year, 10 Months ago Karma: 28  
Unfortunately, as an other thread on the forums mentions, Jira uses soap-encoding, which not part of WS-BasicProfile 1.1, which is what Intalio|BPMS supports. They have a bug entry in their Jira that shows they are aware of the problem, although last I checked, there was no time frame for migrating to a more modern SOAP. Your best bet would be to use a bridge or proxy to change the encoding.

Thanks,
Pascal.
 
Report to moderator   Logged Logged  
 
Pascal On BPMS: onbpms.com
Intalio, Resetting the Standard for BPM: www.intalio.com
  The administrator has disabled public write access.
#15949
jnsunkersett (User)
Fresh Boarder
User Offline Click here to see the profile of this user
Re:Namespace errors 2 Months, 2 Weeks ago Karma: 0  
Hi,

I am not using Jira but a custom web service with a XSD which uses the xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" namespace.

And I get the same error;

------------------------------
attribute 'arrayType@http://schemas.xmlsoap.org/soap/encoding/' not found.
-------------------------------

for

Code: :

     <xsd:complexType name="arrayOfParameter">         <xsd:complexContent>             <span style="color: #FF0000"><xsd:restriction base="soapenc:Array"></span>                 <span style="color: #FF0000"><xsd:attribute ref="soapenc:arrayType"                     wsdl:arrayType="parameter[]" /></span>             </xsd:restriction>         </xsd:complexContent>     </xsd:complexType>



What shud I do?

~g1
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop