Skip to content

Commit

Permalink
Merge commit 'gsson/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Kirkpatrick committed Sep 8, 2009
2 parents c822121 + 1cfef89 commit 7901fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soaplib/serializers/primitive.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ def add_to_schema(self, schema_dict, nsmap):
elementNode.set('minOccurs', '0')
elementNode.set('maxOccurs', 'unbounded')
elementNode.set('type',
"%s:%s" % (self.namespace_id, self.serializer.get_datatype()))
"%s:%s" % (self.serializer.get_namespace_id(), self.serializer.get_datatype()))
elementNode.set('name', self.serializer.get_datatype())

typeElement = create_xml_element(
Expand Down

0 comments on commit 7901fe4

Please sign in to comment.