K
Kevin
Heres the situation...
I am trying to drag our company into the 21st century. The ideal project for
this is to create a form for our quotations that is going to be able to allow
file attachments.
It needs to save data to our MIS database.
This is a project that I need to put in place in order to proove the value
of the technology.
I can not get any money to buy Visual Studio 2003 to create web services, so
I have used the Web Developer and Visual C# 2005 Beta versions. These are
very good, and allow me to crete web services etc, BUT they use ASP.NET
version 2 and .NET Framework version 2.
The web services created are not compatable if I use a DataSet, the WSDL has
elements that InfoPath does not like.... including a "schema" tag. When I do
manage to get around this, Infopath complains about inline schemas.
I can muck about and strip out the XML and get something that InfoPath can
use, but I can not get InfoPath to see the field with the base 64 encoded
data as anything other than a string.
Is there some way I can get this to work?
Can someone send me some output from a web service that works for a file
attachemnt so I can compare it? (sample code would be great as well)
ANY help would be greatly appreciated..... it is getting to the point where
I will have to drop the project soon.
I am trying to drag our company into the 21st century. The ideal project for
this is to create a form for our quotations that is going to be able to allow
file attachments.
It needs to save data to our MIS database.
This is a project that I need to put in place in order to proove the value
of the technology.
I can not get any money to buy Visual Studio 2003 to create web services, so
I have used the Web Developer and Visual C# 2005 Beta versions. These are
very good, and allow me to crete web services etc, BUT they use ASP.NET
version 2 and .NET Framework version 2.
The web services created are not compatable if I use a DataSet, the WSDL has
elements that InfoPath does not like.... including a "schema" tag. When I do
manage to get around this, Infopath complains about inline schemas.
I can muck about and strip out the XML and get something that InfoPath can
use, but I can not get InfoPath to see the field with the base 64 encoded
data as anything other than a string.
Is there some way I can get this to work?
Can someone send me some output from a web service that works for a file
attachemnt so I can compare it? (sample code would be great as well)
ANY help would be greatly appreciated..... it is getting to the point where
I will have to drop the project soon.