I’m trying to contact someone at MonoTouch support for a couple of weeks now
by filling in the contact form on the MonoTouch website. Maybe something is
going wrong so I try it this way. 
  
I’m VB.NET / C# / Java developer at the Accell Group in the Netherlands; we
want to start building iPhone/iPad apps with MonoTouch so I bought an
MacBook and downloaded the trial version of MonoTouch. Now I am building a
small app to test communication with .NET webservices. When this works I get
green light from the direction to buy licences. 
  
We have a IBM iSeries server with WebSphere where we build our Java web
services. We are already using web services with our Windows Mobile apps for
a couple of years without any problems. 
  
When I call those webservice with MonoTouch I always get NULL objects, I
think something is going wrong in Mono but I need some help from a developer
to solve this problem. 

The basic code is: 

private string GetUsername(string username) 
{ 
ACEPNL1_AUGR06U.AUGBR06UServicesService webservice = new
AUGBR06UServicesService(); 
                        
ACEPNL1_AUGR06U.AUGBR06UInput webservice_i = new AUGBR06UInput(); 
                        
webservice_i.usercode = username; 

return webservice.augbr06u(webservice_i).bedrijfscode; 

} 

I can add more information like WSDL files if needed. 

Thanks!

--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/Webservice-NULL-objects-tp3643150p3643150.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to