Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 SQL Server Endpoint connectivity java

Author  Topic 

ramkisql
Starting Member

1 Post

Posted - 2010-06-23 : 15:10:02
Hi I have an SQL server end point I am attempting to connect from java. I have the WSDL. I could use the WSDL and generate java (top down). But the problem is the implementation (Impl) is empty returning null. I was of the assumption the implementation to connect to the stored proc can be generated as well.

The method signature of the end point is like this,
public com.microsoft.schemas.sqlserver._2004.SOAP.types.SqlResultStream.SqlResultStream sqlbatch(java.lang.String batchCommands, com.microsoft.schemas.sqlserver._2004.SOAP.types.SqlParameter.holders.ArrayOfSqlParameterHolder parameters)

Is the develooper expected to fill in this method. Can you please kindly throw some light on the steps to achieve java connectivity to a SQL server end point.

Thanks


ramki
   

- Advertisement -